From ae57a9507d214e163f3d0524b6124e67ffd1380054262cc1177cae59f8724c25 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 12 Nov 2024 16:30:37 +0000 Subject: [PATCH] - update to 3.2.3: * Release binary packages including PostgreSQL 17 libpq * Drop TypeDef specifications as string from public modules, as they cannot be composed by users as typing objects previously could (ticket #860). * Release Python 3.13 binary packages. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg-c?expand=0&rev=18 --- psycopg_c-3.2.1.tar.gz | 3 --- psycopg_c-3.2.3.tar.gz | 3 +++ python-psycopg-c.changes | 10 ++++++++++ python-psycopg-c.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 psycopg_c-3.2.1.tar.gz create mode 100644 psycopg_c-3.2.3.tar.gz diff --git a/psycopg_c-3.2.1.tar.gz b/psycopg_c-3.2.1.tar.gz deleted file mode 100644 index 30ef407..0000000 --- a/psycopg_c-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d09943cc8a855c42c1e23b4298957b7ce8f27bf3683258c52fd139f601f7cda -size 598194 diff --git a/psycopg_c-3.2.3.tar.gz b/psycopg_c-3.2.3.tar.gz new file mode 100644 index 0000000..8ea9e7f --- /dev/null +++ b/psycopg_c-3.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ae7db8eaec1a3845960fa7f997f4ccdb1a7a7ab8dc593a680bcc74e1359671 +size 598888 diff --git a/python-psycopg-c.changes b/python-psycopg-c.changes index 730bbb0..cd8b42e 100644 --- a/python-psycopg-c.changes +++ b/python-psycopg-c.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 12 16:28:30 UTC 2024 - Dirk Müller + +- update to 3.2.3: + * Release binary packages including PostgreSQL 17 libpq + * Drop TypeDef specifications as string from public modules, as + they cannot be composed by users as typing objects previously + could (ticket #860). + * Release Python 3.13 binary packages. + ------------------------------------------------------------------- Sat Aug 31 12:26:21 UTC 2024 - Dirk Müller diff --git a/python-psycopg-c.spec b/python-psycopg-c.spec index 2f4399d..7e83135 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.1 +Version: 3.2.3 Release: 0 Summary: PostgreSQL database adapter for Python -- C optimisation distribution License: LGPL-3.0-only @@ -32,7 +32,7 @@ BuildRequires: %{python_module tomli >= 2.0.1} BuildRequires: %{python_module wheel >= 0.37} BuildRequires: fdupes BuildRequires: gcc -BuildRequires: postgresql15-server-devel +BuildRequires: postgresql17-server-devel BuildRequires: python-rpm-macros %python_subpackages