14
0

- update to 3.1.19:

* Fix unaligned access undefined behaviour in C extension
  * Fix excessive stripping of error message prefixes
  * Allow to specify the connect_timeout connection parameter as
    float
  * Improve COPY performance on macOS

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg?expand=0&rev=12
This commit is contained in:
2024-05-16 08:40:44 +00:00
committed by Git OBS Bridge
parent cb1bfac0ed
commit e6683b10d3
4 changed files with 14 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu May 16 08:40:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.1.19:
* Fix unaligned access undefined behaviour in C extension
* Fix excessive stripping of error message prefixes
* Allow to specify the connect_timeout connection parameter as
float
* Improve COPY performance on macOS
-------------------------------------------------------------------
Thu Mar 21 17:15:28 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-psycopg
# This needs to upgraded in lockstep with python-psycopg-c
Version: 3.1.18
Version: 3.1.19
Release: 0
Summary: PostgreSQL database adapter for Python
License: LGPL-3.0-only