diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-13 00:19:07 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-13 00:19:07 +0000 |
commit | 25f9996d03837b9c1747a1fec0f0ecde686df56b (patch) | |
tree | 5e8882fe117e4cb9ad9d597ed225317b93eb3ef6 | |
parent | 3ecdf066103a54b916cfcd184cf83da3b21ba525 (diff) | |
download | ports-25f9996d03837b9c1747a1fec0f0ecde686df56b.tar.gz ports-25f9996d03837b9c1747a1fec0f0ecde686df56b.zip |
devel/py-astroid: Update to 2.12.1
Changes: https://github.com/PyCQA/astroid/releases
https://github.com/PyCQA/astroid/blob/main/ChangeLog
-rw-r--r-- | devel/py-astroid/Makefile | 4 | ||||
-rw-r--r-- | devel/py-astroid/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile index 1b2b33f3be6d..bb8a4d593c16 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -1,5 +1,5 @@ PORTNAME= astroid -PORTVERSION= 2.11.6 +PORTVERSION= 2.12.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=1.4.0:devel/py-lazy-objec ${PYTHON_PKGNAMEPREFIX}wrapt>=1.11<2:devel/py-wrapt@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-astroid/distinfo b/devel/py-astroid/distinfo index 242c925edd2e..0dd2df9bd202 100644 --- a/devel/py-astroid/distinfo +++ b/devel/py-astroid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655398666 -SHA256 (astroid-2.11.6.tar.gz) = 4f933d0bf5e408b03a6feb5d23793740c27e07340605f236496cd6ce552043d6 -SIZE (astroid-2.11.6.tar.gz) = 205923 +TIMESTAMP = 1657634006 +SHA256 (astroid-2.12.1.tar.gz) = 6780c1e5581abe2af53417b51120faac23f332e0868e88a3a4f5e895d75ec5f9 +SIZE (astroid-2.12.1.tar.gz) = 214089 |