diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-21 18:20:04 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-21 18:20:04 +0000 |
commit | 9ad514a21949d9646ad6f23895c0bb2494451224 (patch) | |
tree | 471096c61728dfa202707c1897406ba5f63ebc67 | |
parent | f6e0b51a95bfbfbae6abaf9aaa547812b837f6b3 (diff) | |
download | ports-9ad514a21949d9646ad6f23895c0bb2494451224.tar.gz ports-9ad514a21949d9646ad6f23895c0bb2494451224.zip |
devel/py-astroid: Update to 2.8.5
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 32d3f886d4fd..d445e91a5aef 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -1,5 +1,5 @@ PORTNAME= astroid -PORTVERSION= 2.8.4 +PORTVERSION= 2.8.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +22,7 @@ NO_ARCH= yes .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<1.5:devel/py-typed-ast@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<2.0:devel/py-typed-ast@${PY_FLAVOR} .endif .if ${PYTHON_REL} < 31000 diff --git a/devel/py-astroid/distinfo b/devel/py-astroid/distinfo index 40c9846d4d87..797eab9e5399 100644 --- a/devel/py-astroid/distinfo +++ b/devel/py-astroid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635730947 -SHA256 (astroid-2.8.4.tar.gz) = 1e83a69fd51b013ebf5912d26b9338d6643a55fec2f20c787792680610eed4a2 -SIZE (astroid-2.8.4.tar.gz) = 200331 +TIMESTAMP = 1637072940 +SHA256 (astroid-2.8.5.tar.gz) = 11f7356737b624c42e21e71fe85eea6875cb94c03c82ac76bd535a0ff10b0f25 +SIZE (astroid-2.8.5.tar.gz) = 201858 |