14
0

- 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
This commit is contained in:
2024-11-12 16:30:37 +00:00
committed by Git OBS Bridge
parent 24437bbfce
commit ae57a9507d
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 12 16:28:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>