aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 21:24:02 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 21:46:37 +0000
commit85334afa5d64a9af912d4b1b880783f33c1afc4f (patch)
treebba329be38a83416bd743f390004f9814e0c91ec
parent16115f1d39428a4b6ae3799d0fbf2321bbf8ca45 (diff)
downloadports-85334afa5d64a9af912d4b1b880783f33c1afc4f.tar.gz
ports-85334afa5d64a9af912d4b1b880783f33c1afc4f.zip
devel/py-astroid: Update to 2.8.3
-rw-r--r--devel/py-astroid/Makefile2
-rw-r--r--devel/py-astroid/distinfo6
-rw-r--r--devel/py-astroid/files/patch-setup.cfg13
3 files changed, 4 insertions, 17 deletions
diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile
index 3023d5ac1197..48601e0506c7 100644
--- a/devel/py-astroid/Makefile
+++ b/devel/py-astroid/Makefile
@@ -1,5 +1,5 @@
PORTNAME= astroid
-PORTVERSION= 2.8.2
+PORTVERSION= 2.8.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-astroid/distinfo b/devel/py-astroid/distinfo
index d071fa258442..a1866796a60e 100644
--- a/devel/py-astroid/distinfo
+++ b/devel/py-astroid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1634111718
-SHA256 (astroid-2.8.2.tar.gz) = 304e99c129794f2cfda584a12b71fde85205da950e2f330f4be09150525ae949
-SIZE (astroid-2.8.2.tar.gz) = 199889
+TIMESTAMP = 1635181039
+SHA256 (astroid-2.8.3.tar.gz) = 0e361da0744d5011d4f5d57e64473ba9b7ab4da1e2d45d6631ebd67dd28c3cce
+SIZE (astroid-2.8.3.tar.gz) = 199978
diff --git a/devel/py-astroid/files/patch-setup.cfg b/devel/py-astroid/files/patch-setup.cfg
deleted file mode 100644
index 99c7155b8b61..000000000000
--- a/devel/py-astroid/files/patch-setup.cfg
+++ /dev/null
@@ -1,13 +0,0 @@
-Obtained from: https://github.com/PyCQA/astroid/commit/fd510e08c2ee862cd284861e02b9bcc9a7fd9809
-
---- setup.cfg.orig 2021-10-07 05:36:55 UTC
-+++ setup.cfg
-@@ -37,7 +37,7 @@ project_urls =
- packages = find:
- install_requires =
- lazy_object_proxy>=1.4.0
-- wrapt>=1.11,<1.13
-+ wrapt>=1.11,<1.14
- setuptools>=20.0
- typed-ast>=1.4.0,<1.5;implementation_name=="cpython" and python_version<"3.8"
- typing-extensions>=3.10;python_version<"3.10"