Date: Sun, 9 Apr 2023 13:40:36 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c812bc1a8060 - main - devel/py-astroid: Update to 2.15.2 Message-ID: <202304091340.339Dea01090498@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c812bc1a806024d20beb337f6000e580020c88d0 commit c812bc1a806024d20beb337f6000e580020c88d0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-09 13:30:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-09 13:36:44 +0000 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 7817a56c75c8..80816ee0f8be 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 7775571e7f7b..78433333ffd3 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 66883c748c70..bc2223ca1ffc 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304091340.339Dea01090498>