aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2026-05-14 07:42:11 +0000
committerFlorian Smeets <flo@FreeBSD.org>2026-05-14 07:47:36 +0000
commit4202e3458d355620d9cd1cdd47ef048291f871f3 (patch)
tree57d140f3a4dcf567a86d4993368f9e0569a15153
parent72ca11d2b060f04a3047547398d2b57a00d5dd0a (diff)
news/py-sabctools: Update to 9.4.0
PR: 295031 Approved by: sunpoet (maintainer)
-rw-r--r--news/py-sabctools/Makefile2
-rw-r--r--news/py-sabctools/distinfo6
-rw-r--r--news/py-sabctools/files/patch-pyproject.toml12
3 files changed, 16 insertions, 4 deletions
diff --git a/news/py-sabctools/Makefile b/news/py-sabctools/Makefile
index ef6281b92ad9..3220aa464cb7 100644
--- a/news/py-sabctools/Makefile
+++ b/news/py-sabctools/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sabctools
-PORTVERSION= 8.2.6
+PORTVERSION= 9.4.0
CATEGORIES= news python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/news/py-sabctools/distinfo b/news/py-sabctools/distinfo
index a60f7cb78c12..a5d65958a8d0 100644
--- a/news/py-sabctools/distinfo
+++ b/news/py-sabctools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757120798
-SHA256 (sabctools-8.2.6.tar.gz) = a256522237cfd84d6d9021bc5b31197eb049b83129dcf6721451392c93831191
-SIZE (sabctools-8.2.6.tar.gz) = 256747
+TIMESTAMP = 1778000718
+SHA256 (sabctools-9.4.0.tar.gz) = 264451b599f3a7cddd30a5e2baa3976939bc50ea649219a31f6cac4bc4d8d032
+SIZE (sabctools-9.4.0.tar.gz) = 272035
diff --git a/news/py-sabctools/files/patch-pyproject.toml b/news/py-sabctools/files/patch-pyproject.toml
new file mode 100644
index 000000000000..972be6a783e3
--- /dev/null
+++ b/news/py-sabctools/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
+--- pyproject.toml.orig 2026-05-05 17:23:13 UTC
++++ pyproject.toml
+@@ -11,8 +11,7 @@ requires-python = ">=3.9"
+ {name = "Safihre", email = "safihre@sabnzbd.org"},
+ ]
+ requires-python = ">=3.9"
+-license = "GPL-2.0-or-later"
+-license-files = ["LICENSE.md"]
++license = {file = "LICENSE.md"}
+ classifiers = [
+ "Programming Language :: Python",
+ "Programming Language :: Python :: 3 :: Only",