14
0

- update to 3.2.3:

* Release binary packages including PostgreSQL 17 libpq
    (🎫`#852`).
  * Drop !TypeDef specifications as string from public modules,
    as they cannot be composed by users as !typing objects
    previously could (🎫`#860`).
  * Release Python 3.13 binary packages.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg?expand=0&rev=16
This commit is contained in:
2024-11-12 16:27:45 +00:00
committed by Git OBS Bridge
parent 1247e08f71
commit 5eb21238f8
4 changed files with 15 additions and 4 deletions

View File

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