From c812bc1a806024d20beb337f6000e580020c88d0 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sun, 9 Apr 2023 21:30:58 +0800 Subject: [PATCH] devel/py-astroid: Update to 2.15.2 Changes: https://github.com/PyCQA/astroid/releases --- devel/py-astroid/Makefile | 2 +- devel/py-astroid/distinfo | 6 +++--- devel/py-astroid/files/patch-pyproject.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile index 7817a56c75c8f..80816ee0f8be8 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -1,5 +1,5 @@ PORTNAME= astroid -PORTVERSION= 2.13.5 +PORTVERSION= 2.15.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-astroid/distinfo b/devel/py-astroid/distinfo index 7775571e7f7bf..78433333ffd3f 100644 --- a/devel/py-astroid/distinfo +++ b/devel/py-astroid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679498646 -SHA256 (astroid-2.13.5.tar.gz) = df164d5ac811b9f44105a72b8f9d5edfb7b5b2d7e979b04ea377a77b3229114a -SIZE (astroid-2.13.5.tar.gz) = 223813 +TIMESTAMP = 1680726108 +SHA256 (astroid-2.15.2.tar.gz) = 6e61b85c891ec53b07471aec5878f4ac6446a41e590ede0f2ce095f39f7d49dd +SIZE (astroid-2.15.2.tar.gz) = 343200 diff --git a/devel/py-astroid/files/patch-pyproject.toml b/devel/py-astroid/files/patch-pyproject.toml index 66883c748c701..bc2223ca1ffce 100644 --- a/devel/py-astroid/files/patch-pyproject.toml +++ b/devel/py-astroid/files/patch-pyproject.toml @@ -1,8 +1,8 @@ ---- pyproject.toml.orig 2023-01-20 20:32:36 UTC +--- pyproject.toml.orig 2023-03-05 23:08:15 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] --requires = ["setuptools~=62.6", "wheel~=0.37.1"] +-requires = ["setuptools>=64.0", "wheel>=0.37.1"] +requires = ["setuptools>=62.6", "wheel>=0.37.1"] build-backend = "setuptools.build_meta"