Skip to content

Commit

Permalink
devel/py-astroid: Update to 2.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 9, 2023
1 parent 69512db commit c812bc1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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}
Expand Down
6 changes: 3 additions & 3 deletions 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
4 changes: 2 additions & 2 deletions 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"

Expand Down

0 comments on commit c812bc1

Please sign in to comment.