forked from pool/python-psycopg-c
- 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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d09943cc8a855c42c1e23b4298957b7ce8f27bf3683258c52fd139f601f7cda
|
||||
size 598194
|
3
psycopg_c-3.2.3.tar.gz
Normal file
3
psycopg_c-3.2.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06ae7db8eaec1a3845960fa7f997f4ccdb1a7a7ab8dc593a680bcc74e1359671
|
||||
size 598888
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user