From cc5e38012e285cdfe8f5e716e728734e78e1d46a03bec97234522a14cb7a8a47 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Dec 2023 21:11:14 +0000 Subject: [PATCH] - update to 3.1.15: * Fix use of service in connection string * Fix async connection to hosts resolving to multiple IP addresses * Respect the PGCONNECT_TIMEOUT environment variable to determine the connection timeout. * Psycopg 3.1.14 * Fix interaction with gevent (ticket #527). * Add support for PyPy (ticket #686). - Initial release of 3.1.9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg-c?expand=0&rev=6 --- psycopg-c-3.1.13.tar.gz | 3 --- psycopg-c-3.1.15.tar.gz | 3 +++ python-psycopg-c.changes | 15 ++++++++++++++- python-psycopg-c.spec | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 psycopg-c-3.1.13.tar.gz create mode 100644 psycopg-c-3.1.15.tar.gz diff --git a/psycopg-c-3.1.13.tar.gz b/psycopg-c-3.1.13.tar.gz deleted file mode 100644 index d380e9e..0000000 --- a/psycopg-c-3.1.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7f39d29e5ba46cdc5ff6b40a1e418dba034efd2faf7369a8b6d20effbd2a19d -size 561322 diff --git a/psycopg-c-3.1.15.tar.gz b/psycopg-c-3.1.15.tar.gz new file mode 100644 index 0000000..6ff2c26 --- /dev/null +++ b/psycopg-c-3.1.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1513e8fb494f54be83ec02b4f1c91c729b72510c192434c563c1d95bdc74b7 +size 561419 diff --git a/python-psycopg-c.changes b/python-psycopg-c.changes index 9e25136..0409f0d 100644 --- a/python-psycopg-c.changes +++ b/python-psycopg-c.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Dec 14 21:08:26 UTC 2023 - Dirk Müller + +- update to 3.1.15: + * Fix use of service in connection string + * Fix async connection to hosts resolving to multiple IP + addresses + * Respect the PGCONNECT_TIMEOUT environment variable to + determine the connection timeout. + * Psycopg 3.1.14 + * Fix interaction with gevent (ticket #527). + * Add support for PyPy (ticket #686). + ------------------------------------------------------------------- Fri Nov 24 13:58:45 UTC 2023 - Antonio Larrosa @@ -59,4 +72,4 @@ Fri Nov 24 13:58:45 UTC 2023 - Antonio Larrosa ------------------------------------------------------------------- Wed Jul 12 05:34:34 UTC 2023 - Steve Kowalik -- Initial release of 3.1.9 +- Initial release of 3.1.9 diff --git a/python-psycopg-c.spec b/python-psycopg-c.spec index 114b6c2..6b509de 100644 --- a/python-psycopg-c.spec +++ b/python-psycopg-c.spec @@ -18,7 +18,7 @@ Name: python-psycopg-c # This needs to upgraded in lockstep with python-psycopg -Version: 3.1.13 +Version: 3.1.15 Release: 0 Summary: PostgreSQL database adapter for Python -- C optimisation distribution License: LGPL-3.0-only