From 5eb21238f88e2ed6d6ad628f9d4735e576c5b11e096fe12eb3e4b5aba615a307 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 12 Nov 2024 16:27:45 +0000 Subject: [PATCH] - update to 3.2.3: * Release binary packages including PostgreSQL 17 libpq (:ticket:`#852`). * 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?expand=0&rev=16 --- psycopg-3.2.1.tar.gz | 3 --- psycopg-3.2.3.tar.gz | 3 +++ python-psycopg.changes | 11 +++++++++++ python-psycopg.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 psycopg-3.2.1.tar.gz create mode 100644 psycopg-3.2.3.tar.gz diff --git a/psycopg-3.2.1.tar.gz b/psycopg-3.2.1.tar.gz deleted file mode 100644 index 93aba91..0000000 --- a/psycopg-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c02f214d670f76f45c8e7a6efe6cfd39c5b9612e26e3b172f6742d13852486f0 -size 549277 diff --git a/psycopg-3.2.3.tar.gz b/psycopg-3.2.3.tar.gz new file mode 100644 index 0000000..9e31226 --- /dev/null +++ b/psycopg-3.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b051b65ef4eef04fdf6f284602ecb6460a9281d2b605abd75a8c5f12438d75df +size 550802 diff --git a/python-psycopg.changes b/python-psycopg.changes index 15f829b..b7f8b72 100644 --- a/python-psycopg.changes +++ b/python-psycopg.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Nov 12 16:27:40 UTC 2024 - Dirk Müller + +- update to 3.2.3: + * Release binary packages including PostgreSQL 17 libpq + (:ticket:`#852`). + * 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.spec b/python-psycopg.spec index 9b5bc0f..0366d5e 100644 --- a/python-psycopg.spec +++ b/python-psycopg.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-psycopg # This needs to upgraded in lockstep with python-psycopg-c -Version: 3.2.1 +Version: 3.2.3 Release: 0 Summary: PostgreSQL database adapter for Python License: LGPL-3.0-only