aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-05-09 22:44:15 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-05-09 22:57:51 +0000
commit9a7b76c40f346ea0a192b500484a80bec5271c47 (patch)
tree180647defb6642e1a12b38fac10ef46a79622cc1
parenta029c74fc216311dca00a1c6b07e7913c0a9a9c5 (diff)
devel/py-types-psycopg2: Update to 2.9.21.20260509
-rw-r--r--devel/py-types-psycopg2/Makefile2
-rw-r--r--devel/py-types-psycopg2/distinfo6
-rw-r--r--devel/py-types-psycopg2/files/patch-pyproject.toml4
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-types-psycopg2/Makefile b/devel/py-types-psycopg2/Makefile
index b8f211647761..577c1023de1b 100644
--- a/devel/py-types-psycopg2/Makefile
+++ b/devel/py-types-psycopg2/Makefile
@@ -1,5 +1,5 @@
PORTNAME= types-psycopg2
-PORTVERSION= 2.9.21.20260508
+PORTVERSION= 2.9.21.20260509
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-types-psycopg2/distinfo b/devel/py-types-psycopg2/distinfo
index 1e791019a913..64dda81726b6 100644
--- a/devel/py-types-psycopg2/distinfo
+++ b/devel/py-types-psycopg2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1778246831
-SHA256 (types_psycopg2-2.9.21.20260508.tar.gz) = ed404b0e58eb826154fdab7fda201270cdfa3223e9c4c4531dcdfbe3200f2669
-SIZE (types_psycopg2-2.9.21.20260508.tar.gz) = 27152
+TIMESTAMP = 1778345036
+SHA256 (types_psycopg2-2.9.21.20260509.tar.gz) = 0422105f691a409e9d8048c2205aca9d694b70823248c6614393444017e9f088
+SIZE (types_psycopg2-2.9.21.20260509.tar.gz) = 27215
diff --git a/devel/py-types-psycopg2/files/patch-pyproject.toml b/devel/py-types-psycopg2/files/patch-pyproject.toml
index 7aa16a02ea88..62d4a6c27f8a 100644
--- a/devel/py-types-psycopg2/files/patch-pyproject.toml
+++ b/devel/py-types-psycopg2/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig 2026-05-08 04:46:03 UTC
+--- pyproject.toml.orig 2026-05-09 04:58:37 UTC
+++ pyproject.toml
@@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta"
[build-system]
@@ -8,7 +8,7 @@
[project]
name = "types-psycopg2"
- version = "2.9.21.20260508"
+ version = "2.9.21.20260509"
-license = "Apache-2.0"
-license-files = ["LICENSE"]
+license = { text = "Apache-2.0" }