diff --git a/psycopg_c-3.2.6.tar.gz b/psycopg_c-3.2.6.tar.gz deleted file mode 100644 index 3dec95e..0000000 --- a/psycopg_c-3.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5fd4ce70f82766a122ca5076a36c4d5818eaa9df9bf76870bc83a064ffaed3a -size 609304 diff --git a/psycopg_c-3.2.9.tar.gz b/psycopg_c-3.2.9.tar.gz new file mode 100644 index 0000000..128d375 --- /dev/null +++ b/psycopg_c-3.2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9f654f20c6c56bddc4543a3caab236741ee94b6732ab7090b95605502210e2 +size 609538 diff --git a/python-psycopg-c.changes b/python-psycopg-c.changes index 77d5f83..3d711ab 100644 --- a/python-psycopg-c.changes +++ b/python-psycopg-c.changes @@ -1,4 +1,27 @@ ------------------------------------------------------------------- +Thu May 29 09:44:26 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:53:27 UTC 2025 - Antonio Larrosa - update to 3.2.6: diff --git a/python-psycopg-c.spec b/python-psycopg-c.spec index 910157c..a3fa4ba 100644 --- a/python-psycopg-c.spec +++ b/python-psycopg-c.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-psycopg-c # This needs to upgraded in lockstep with python-psycopg -Version: 3.2.6 +Version: 3.2.9 Release: 0 Summary: PostgreSQL database adapter for Python -- C optimisation distribution License: LGPL-3.0-only