diff --git a/psycopg2-2.9.7.tar.gz b/psycopg2-2.9.7.tar.gz deleted file mode 100644 index 4c98d31..0000000 --- a/psycopg2-2.9.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f00cc35bd7119f1fed17b85bd1007855194dde2cbd8de01ab8ebb17487440ad8 -size 383496 diff --git a/psycopg2-2.9.9.tar.gz b/psycopg2-2.9.9.tar.gz new file mode 100644 index 0000000..ff74968 --- /dev/null +++ b/psycopg2-2.9.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1454bde93fb1e224166811694d600e746430c006fbb031ea06ecc2ea41bf156 +size 384926 diff --git a/python-psycopg2.changes b/python-psycopg2.changes index aab6df4..7dc19ce 100644 --- a/python-psycopg2.changes +++ b/python-psycopg2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Nov 28 21:39:17 UTC 2023 - Dirk Müller + +- update to 2.9.9: + * Add support for Python 3.12. + * Drop support for Python 3.6. + * Wheel package bundled with PostgreSQL 16 libpq in order to + add support for recent features, such as ``sslcertmode``. + ------------------------------------------------------------------- Thu Sep 7 11:08:36 UTC 2023 - Dirk Müller diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 536c358..456bee7 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -18,22 +18,22 @@ %{?sle15_python_module_pythons} Name: python-psycopg2 -Version: 2.9.7 +Version: 2.9.9 Release: 0 Summary: Python-PostgreSQL Database Adapter License: LGPL-3.0-or-later AND (LGPL-3.0-or-later OR ZPL-2.0) AND SUSE-GPL-2.0-with-openssl-exception URL: https://www.psycopg.org/ Source: https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz -BuildRequires: %{python_module devel >= 3.6} +BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros # newer postgresql packages pg_config in -server-devel %if 0%{?sle_version} > 150100 || 0%{?suse_version} > 1500 -BuildRequires: postgresql-server-devel >= 9.1 +BuildRequires: postgresql-server-devel >= 15 %else -BuildRequires: postgresql-devel >= 9.1 +BuildRequires: postgresql-devel >= 15 %endif %if 0%{?suse_version} || 0%{?fedora_version} >= 24 Suggests: postgresql-server