14
0

- 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
This commit is contained in:
2024-05-16 08:38:12 +00:00
committed by Git OBS Bridge
parent ae80aa8c52
commit 1c1ef98364
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ffff0c4a9c0e0b7aadb1acb7b61eb8f886365dd8ef00120ce14676235846ba73
size 561356

3
psycopg_c-3.1.19.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e90f53c430e7d661cb3a9298e2761847212ead1b24c5fb058fc9d0fd9616017
size 562146

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu May 16 08:37:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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}"