summaryrefslogtreecommitdiff
path: root/devel/pylint
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pylint')
-rw-r--r--devel/pylint/Makefile2
-rw-r--r--devel/pylint/distinfo6
-rw-r--r--devel/pylint/files/patch-pyproject.toml4
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile
index 21ecc1830b25..5fb8e2965573 100644
--- a/devel/pylint/Makefile
+++ b/devel/pylint/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pylint
-PORTVERSION= 3.3.6
+PORTVERSION= 3.3.7
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
diff --git a/devel/pylint/distinfo b/devel/pylint/distinfo
index 8fbb4995fc9b..69c049b2a98c 100644
--- a/devel/pylint/distinfo
+++ b/devel/pylint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1744288718
-SHA256 (pylint-3.3.6.tar.gz) = b634a041aac33706d56a0d217e6587228c66427e20ec21a019bc4cdee48c040a
-SIZE (pylint-3.3.6.tar.gz) = 1519586
+TIMESTAMP = 1747546422
+SHA256 (pylint-3.3.7.tar.gz) = 2b11de8bde49f9c5059452e0c310c079c746a0a8eeaa789e5aa966ecc23e4559
+SIZE (pylint-3.3.7.tar.gz) = 1520709
diff --git a/devel/pylint/files/patch-pyproject.toml b/devel/pylint/files/patch-pyproject.toml
index 860b058e2bb3..d2826b97b284 100644
--- a/devel/pylint/files/patch-pyproject.toml
+++ b/devel/pylint/files/patch-pyproject.toml
@@ -1,10 +1,10 @@
---- pyproject.toml.orig 2025-03-20 11:25:02 UTC
+--- pyproject.toml.orig 2025-05-04 17:07:20 UTC
+++ pyproject.toml
@@ -1,15 +1,15 @@ build-backend = "setuptools.build_meta"
[build-system]
build-backend = "setuptools.build_meta"
--requires = [ "setuptools>=71.0.4" ]
+-requires = [ "setuptools>=77" ]
+requires = [ "setuptools>=62.6" ]
[project]