git: 156b2ef4011c - main - devel/py-tblib: Update to 3.2.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 29 Nov 2025 23:55:56 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=156b2ef4011ce862d38cd82b25b2f12f49f3ba2d

commit 156b2ef4011ce862d38cd82b25b2f12f49f3ba2d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-29 23:25:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-29 23:25:28 +0000

    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/Makefile                   | 2 +-
 devel/py-tblib/distinfo                   | 6 +++---
 devel/py-tblib/files/patch-pyproject.toml | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-tblib/Makefile b/devel/py-tblib/Makefile
index 65c744a7f8ff..333f430de4f4 100644
--- a/devel/py-tblib/Makefile
+++ b/devel/py-tblib/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	tblib
-PORTVERSION=	3.2.1
+PORTVERSION=	3.2.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-tblib/distinfo b/devel/py-tblib/distinfo
index 662f441fc9a4..2088b37ce536 100644
--- a/devel/py-tblib/distinfo
+++ b/devel/py-tblib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762586834
-SHA256 (tblib-3.2.1.tar.gz) = 846e274d0aeec822953251a3cbd3d840fd0ee7a5ec844d59ffbde7b056f9cd2b
-SIZE (tblib-3.2.1.tar.gz) = 34562
+TIMESTAMP = 1763853388
+SHA256 (tblib-3.2.2.tar.gz) = e9a652692d91bf4f743d4a15bc174c0b76afc750fe8c7b6d195cc1c1d6d2ccec
+SIZE (tblib-3.2.2.tar.gz) = 35046
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"}