git: 1305c34b37b2 - main - devel/py-types-psycopg2: Update to 2.9.21.20251012
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Oct 2025 00:03:38 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1305c34b37b2c8aaa81ddbb162a8ebb7a3078330
commit 1305c34b37b2c8aaa81ddbb162a8ebb7a3078330
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-18 23:52:54 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-18 23:52:54 +0000
devel/py-types-psycopg2: Update to 2.9.21.20251012
Changes: https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/psycopg2.md
---
devel/py-types-psycopg2/Makefile | 2 +-
devel/py-types-psycopg2/distinfo | 6 +++---
devel/py-types-psycopg2/files/patch-pyproject.toml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/devel/py-types-psycopg2/Makefile b/devel/py-types-psycopg2/Makefile
index 9d1571d6879f..5bdbf8e18fa3 100644
--- a/devel/py-types-psycopg2/Makefile
+++ b/devel/py-types-psycopg2/Makefile
@@ -1,5 +1,5 @@
PORTNAME= types-psycopg2
-PORTVERSION= 2.9.21.20250915
+PORTVERSION= 2.9.21.20251012
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-types-psycopg2/distinfo b/devel/py-types-psycopg2/distinfo
index 88e279c1e507..c286c0cfd4b6 100644
--- a/devel/py-types-psycopg2/distinfo
+++ b/devel/py-types-psycopg2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759816684
-SHA256 (types_psycopg2-2.9.21.20250915.tar.gz) = bfeb8f54c32490e7b5edc46215ab4163693192bc90407b4a023822de9239f5c8
-SIZE (types_psycopg2-2.9.21.20250915.tar.gz) = 26678
+TIMESTAMP = 1759774661
+SHA256 (types_psycopg2-2.9.21.20251012.tar.gz) = 4cdafd38927da0cfde49804f39ab85afd9c6e9c492800e42f1f0c1a1b0312935
+SIZE (types_psycopg2-2.9.21.20251012.tar.gz) = 26710
diff --git a/devel/py-types-psycopg2/files/patch-pyproject.toml b/devel/py-types-psycopg2/files/patch-pyproject.toml
index 32424ce77814..be61577099bd 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 2025-09-15 03:01:05 UTC
+--- pyproject.toml.orig 2025-10-12 02:55:36 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.20250915"
+ version = "2.9.21.20251012"
-license = "Apache-2.0"
-license-files = ["LICENSE"]
+license = { text = "Apache-2.0" }