From 3b36d78239ed72d97e5d31fdc4f6d3b949c995a1 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 28 Oct 2025 05:09:44 +0800 Subject: devel/py-tblib: Update to 3.2.0 - Update COMMENT - Update WWW - Convert to USE_PYTHON=pep517 - Update pkg-descr - Take maintainership Changes: https://github.com/ionelmc/python-tblib/blob/master/CHANGELOG.rst https://python-tblib.readthedocs.io/en/latest/changelog.html --- devel/py-tblib/files/patch-pyproject.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 devel/py-tblib/files/patch-pyproject.toml (limited to 'devel/py-tblib/files/patch-pyproject.toml') diff --git a/devel/py-tblib/files/patch-pyproject.toml b/devel/py-tblib/files/patch-pyproject.toml new file mode 100644 index 000000000000..90192992f42c --- /dev/null +++ b/devel/py-tblib/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2025-10-21 08:22:05 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ requires = [ + [build-system] + requires = [ +- "setuptools>=80", ++ "setuptools>=61", + ] + build-backend = "setuptools.build_meta" + +@@ -10,8 +10,7 @@ version = "3.2.0" + ] + name = "tblib" + version = "3.2.0" +-license = "BSD-2-Clause" +-license-files = ["LICENSE"] ++license = {text = "BSD-2-Clause"} + description = "Traceback serialization library." + authors = [ + { name = "Ionel Cristian Mărieș", email = "contact@ionelmc.ro" }, -- cgit v1.2.3 From 3eacfad198dbef48cf333a725995837741811ab6 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 10 Nov 2025 00:11:56 +0800 Subject: devel/py-tblib: Update to 3.2.1 Changes: https://github.com/ionelmc/python-tblib/blob/master/CHANGELOG.rst https://python-tblib.readthedocs.io/en/latest/changelog.html --- devel/py-tblib/files/patch-pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/py-tblib/files/patch-pyproject.toml') diff --git a/devel/py-tblib/files/patch-pyproject.toml b/devel/py-tblib/files/patch-pyproject.toml index 90192992f42c..9b1d52922523 100644 --- a/devel/py-tblib/files/patch-pyproject.toml +++ b/devel/py-tblib/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-10-21 08:22:05 UTC +--- pyproject.toml.orig 2025-10-31 10:54:08 UTC +++ pyproject.toml @@ -1,6 +1,6 @@ requires = [ [build-system] @@ -8,10 +8,10 @@ ] build-backend = "setuptools.build_meta" -@@ -10,8 +10,7 @@ version = "3.2.0" +@@ -10,8 +10,7 @@ version = "3.2.1" ] name = "tblib" - version = "3.2.0" + version = "3.2.1" -license = "BSD-2-Clause" -license-files = ["LICENSE"] +license = {text = "BSD-2-Clause"} -- cgit v1.2.3 From 156b2ef4011ce862d38cd82b25b2f12f49f3ba2d Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sun, 30 Nov 2025 07:25:28 +0800 Subject: devel/py-tblib: Update to 3.2.2 Changes: https://github.com/ionelmc/python-tblib/blob/master/CHANGELOG.rst https://python-tblib.readthedocs.io/en/latest/changelog.html --- devel/py-tblib/files/patch-pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/py-tblib/files/patch-pyproject.toml') diff --git a/devel/py-tblib/files/patch-pyproject.toml b/devel/py-tblib/files/patch-pyproject.toml index 9b1d52922523..1e59853fa343 100644 --- a/devel/py-tblib/files/patch-pyproject.toml +++ b/devel/py-tblib/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-10-31 10:54:08 UTC +--- pyproject.toml.orig 2025-11-12 12:17:14 UTC +++ pyproject.toml @@ -1,6 +1,6 @@ requires = [ [build-system] @@ -8,10 +8,10 @@ ] build-backend = "setuptools.build_meta" -@@ -10,8 +10,7 @@ version = "3.2.1" +@@ -10,8 +10,7 @@ version = "3.2.2" ] name = "tblib" - version = "3.2.1" + version = "3.2.2" -license = "BSD-2-Clause" -license-files = ["LICENSE"] +license = {text = "BSD-2-Clause"} -- cgit v1.2.3