From 1c1ef983647972e56f945ecb53512d340111bc5521cbd3718ed29e76cf88ee9f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 16 May 2024 08:38:12 +0000 Subject: [PATCH] - update to 3.1.19: * Fix unaligned access undefined behaviour in C extension (ticket #734). * Fix excessive stripping of error message prefixes (ticket #752). * Allow to specify the connect_timeout connection parameter as float (ticket #796). * Improve COPY performance on macOS (ticket #745). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg-c?expand=0&rev=14 --- psycopg-c-3.1.18.tar.gz | 3 --- psycopg_c-3.1.19.tar.gz | 3 +++ python-psycopg-c.changes | 9 +++++++++ python-psycopg-c.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 psycopg-c-3.1.18.tar.gz create mode 100644 psycopg_c-3.1.19.tar.gz diff --git a/psycopg-c-3.1.18.tar.gz b/psycopg-c-3.1.18.tar.gz deleted file mode 100644 index 9bfa786..0000000 --- a/psycopg-c-3.1.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffff0c4a9c0e0b7aadb1acb7b61eb8f886365dd8ef00120ce14676235846ba73 -size 561356 diff --git a/psycopg_c-3.1.19.tar.gz b/psycopg_c-3.1.19.tar.gz new file mode 100644 index 0000000..085aec7 --- /dev/null +++ b/psycopg_c-3.1.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e90f53c430e7d661cb3a9298e2761847212ead1b24c5fb058fc9d0fd9616017 +size 562146 diff --git a/python-psycopg-c.changes b/python-psycopg-c.changes index 08271f5..1f316ac 100644 --- a/python-psycopg-c.changes +++ b/python-psycopg-c.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu May 16 08:37:46 UTC 2024 - Dirk Müller + +- update to 3.1.19: + * Fix unaligned access undefined behaviour in C extension (ticket #734). + * Fix excessive stripping of error message prefixes (ticket #752). + * Allow to specify the connect_timeout connection parameter as float (ticket #796). + * Improve COPY performance on macOS (ticket #745). + ------------------------------------------------------------------- Sat Mar 16 09:43:36 UTC 2024 - Dirk Müller diff --git a/python-psycopg-c.spec b/python-psycopg-c.spec index 520d945..fce132e 100644 --- a/python-psycopg-c.spec +++ b/python-psycopg-c.spec @@ -19,12 +19,12 @@ %{?sle15_python_module_pythons} Name: python-psycopg-c # This needs to upgraded in lockstep with python-psycopg -Version: 3.1.18 +Version: 3.1.19 Release: 0 Summary: PostgreSQL database adapter for Python -- C optimisation distribution License: LGPL-3.0-only URL: https://psycopg.org/psycopg3/ -Source: https://files.pythonhosted.org/packages/source/p/psycopg-c/psycopg-c-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/psycopg-c/psycopg_c-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 49.2.0} @@ -40,7 +40,7 @@ BuildRequires: python-rpm-macros PostgreSQL database adapter for Python -- C optimisation distribution %prep -%autosetup -p1 -n psycopg-c-%{version} +%autosetup -p1 -n psycopg_c-%{version} %build export CFLAGS="%{optflags}"