git: 8daed4bb22e0 - main - databases/py-psycopg-c: Update to 3.3.5

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 09 Sep 2026 14:53:25 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8daed4bb22e0589cc49dd9a578466ed15474c32c

commit 8daed4bb22e0589cc49dd9a578466ed15474c32c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-09-09 14:38:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-09-09 14:48:01 +0000

    databases/py-psycopg-c: Update to 3.3.5
    
    Changes:        https://github.com/psycopg/psycopg/blob/master/docs/news.rst
                    https://www.psycopg.org/psycopg3/docs/news.html
---
 databases/py-psycopg-c/Makefile                   | 2 +-
 databases/py-psycopg-c/distinfo                   | 6 +++---
 databases/py-psycopg-c/files/patch-pyproject.toml | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/databases/py-psycopg-c/Makefile b/databases/py-psycopg-c/Makefile
index c5a8c7beeb17..444ea9e1f367 100644
--- a/databases/py-psycopg-c/Makefile
+++ b/databases/py-psycopg-c/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	psycopg-c
-PORTVERSION=	3.3.4
+PORTVERSION=	3.3.5
 CATEGORIES=	databases python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/databases/py-psycopg-c/distinfo b/databases/py-psycopg-c/distinfo
index 653eb5ab6ea6..01b1aada2b64 100644
--- a/databases/py-psycopg-c/distinfo
+++ b/databases/py-psycopg-c/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1783564020
-SHA256 (psycopg_c-3.3.4.tar.gz) = ed8106128b2d04359c185fc9641b4409abfce4d0b6fb1d1ff6800646e27f1a22
-SIZE (psycopg_c-3.3.4.tar.gz) = 647111
+TIMESTAMP = 1788500026
+SHA256 (psycopg_c-3.3.5.tar.gz) = 5e11edaa0040a64d0af351a8fd3e276a824cd92fe34abc350cd67aa07ad36c55
+SIZE (psycopg_c-3.3.5.tar.gz) = 694569
diff --git a/databases/py-psycopg-c/files/patch-pyproject.toml b/databases/py-psycopg-c/files/patch-pyproject.toml
index 07f9ae701331..5881c955a10d 100644
--- a/databases/py-psycopg-c/files/patch-pyproject.toml
+++ b/databases/py-psycopg-c/files/patch-pyproject.toml
@@ -1,18 +1,18 @@
---- pyproject.toml.orig	2026-05-01 20:43:36 UTC
+--- pyproject.toml.orig	2026-08-31 19:43:41 UTC
 +++ pyproject.toml
 @@ -5,7 +5,7 @@ requires = [
      #   `[tool.setuptools.ext-modules]` in `pyproject.toml` is still
      #   *experimental* and likely to change in future releases
      #
--    "setuptools == 80.3.1",
+-    "setuptools == 83.0.0",
 +    "setuptools >= 61",
      "wheel >= 0.37",
      "tomli >= 2.0.1; python_version < '3.11'",
  ]
-@@ -25,8 +25,7 @@ version = "3.3.4"
+@@ -25,8 +25,7 @@ version = "3.3.5"
  name = "psycopg-c"
  description = "PostgreSQL database adapter for Python -- C optimisation distribution"
- version = "3.3.4"
+ version = "3.3.5"
 -license = "LGPL-3.0-only"
 -license-files = ["LICENSE.txt"]
 +license = {text = "LGPL-3.0-only"}