From bc09642509ac050b96eab105224ccd220ada68f40ea5edeb118b8a8ff5517170 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 30 May 2025 09:13:13 +0000 Subject: [PATCH] - update to 3.2.9: * Fix `DateFromTicks` and `TimeFromTicks` return values to return a date and a time referred to the UTC timezone rather than to the local timezone. For consistency, `TimestampFromTicks` to return a datetime in UTC rather than in the local timezone * Fix `~Cursor.rownumber` after using `~AsyncServerCursor.scroll()` on `AsyncServerCursor` (:ticket:`#1066`). * Fix interval parsing with days or other parts and negative time in C module * Don't process further connection attempts after Ctrl-C * Fix cursors to correctly iterate over rows even if their row factory returns `None` (:ticket:`#1073`). * Fix `ConnectionInfo.port` when the port is specified as an empty string * Report all the attempts error messages in the exception raised for a connection failure (:ticket:`#1069`). * Improve logging on connection (:ticket:`#1085`). * Add support for PostgreSQL 18 libpq (:ticket:`#1082`). * Add SRID support to shapely dumpers/loaders (:ticket:`#1028`). * Add support for binary hstore (:ticket:`#1030`). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg?expand=0&rev=20 --- psycopg-3.2.6.tar.gz | 3 --- psycopg-3.2.9.tar.gz | 3 +++ python-psycopg.changes | 24 ++++++++++++++++++++++++ python-psycopg.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 psycopg-3.2.6.tar.gz create mode 100644 psycopg-3.2.9.tar.gz diff --git a/psycopg-3.2.6.tar.gz b/psycopg-3.2.6.tar.gz deleted file mode 100644 index fbe24ca..0000000 --- a/psycopg-3.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bf54854981ebbfcc9a77a476040e5ce12d56bc0a56f8edb8093e889e86197ae -size 558574 diff --git a/psycopg-3.2.9.tar.gz b/psycopg-3.2.9.tar.gz new file mode 100644 index 0000000..4a6b545 --- /dev/null +++ b/psycopg-3.2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d32c406f1b8e628e0eafd8608b452872bd67576d9d269e25ffbcd4ebacae085 +size 565735 diff --git a/python-psycopg.changes b/python-psycopg.changes index 38f2f5c..a3917ec 100644 --- a/python-psycopg.changes +++ b/python-psycopg.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu May 29 09:46:59 UTC 2025 - Dirk Müller + +- update to 3.2.9: + * Fix `DateFromTicks` and `TimeFromTicks` return values to return + a date and a time referred to the UTC timezone rather than to + the local timezone. For consistency, `TimestampFromTicks` to + return a datetime in UTC rather than in the local timezone + * Fix `~Cursor.rownumber` after using `~AsyncServerCursor.scroll()` + on `AsyncServerCursor` (:ticket:`#1066`). + * Fix interval parsing with days or other parts and negative time + in C module + * Don't process further connection attempts after Ctrl-C + * Fix cursors to correctly iterate over rows even if their row + factory returns `None` (:ticket:`#1073`). + * Fix `ConnectionInfo.port` when the port is specified as an + empty string + * Report all the attempts error messages in the exception raised + for a connection failure (:ticket:`#1069`). + * Improve logging on connection (:ticket:`#1085`). + * Add support for PostgreSQL 18 libpq (:ticket:`#1082`). + * Add SRID support to shapely dumpers/loaders (:ticket:`#1028`). + * Add support for binary hstore (:ticket:`#1030`). + ------------------------------------------------------------------- Wed Apr 9 06:50:45 UTC 2025 - Antonio Larrosa diff --git a/python-psycopg.spec b/python-psycopg.spec index 39b67dd..d1a6ce5 100644 --- a/python-psycopg.spec +++ b/python-psycopg.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-psycopg # This needs to upgraded in lockstep with python-psycopg-c -Version: 3.2.6 +Version: 3.2.9 Release: 0 Summary: PostgreSQL database adapter for Python License: LGPL-3.0-only