1
0

7 Commits

Author SHA256 Message Date
1e313e7238 Accepting request 1319752 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1319752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psycopg2?expand=0&rev=49
2025-11-24 16:17:39 +00:00
d38ff94412 - Update to 2.9.11
* Add support for Python 3.14.
  * Avoid a segfault passing more arguments than placeholders if
    Python is built with assertions enabled (ticket #1791).
  * Add riscv64 platform binary packages (ticket 1813).
  * `~psycopg2.errorcodes` map and `~psycopg2.errors` classes
    updated to PostgreSQL 18.
  * Drop support for Python 3.8.
- Update BuildRequires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=102
2025-11-24 13:46:29 +00:00
b8640d0ac0 Accepting request 1268414 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1268414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psycopg2?expand=0&rev=48
2025-04-10 19:58:45 +00:00
ceb3e11545 - Update to 2.9.10
* Add support for Python 3.13.
  * Receive notifications on commit (ticket #1728).
  * Errorcodes map and errors classes updated to PostgreSQL 17.
  * Drop support for Python 3.7.
- Drop support-python-313.patch, merged upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=100
2025-04-10 13:51:07 +00:00
883b248319 Accepting request 1218908 from devel:languages:python
- Drop patch py313-tests.patch, included in:
- Add patch support-python-313.patch:
  * Support Python 3.13.

- add py313-tests.patch

OBS-URL: https://build.opensuse.org/request/show/1218908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psycopg2?expand=0&rev=47
2024-10-29 13:36:32 +00:00
1b94deff94 - Drop patch py313-tests.patch, included in:
- Add patch support-python-313.patch:
  * Support Python 3.13.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=98
2024-10-29 05:08:38 +00:00
e00e3bd590 - add py313-tests.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=97
2024-10-28 21:56:27 +00:00
4 changed files with 43 additions and 8 deletions

3
psycopg2-2.9.11.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:964d31caf728e217c697ff77ea69c2ba0865fa41ec20bb00f0977e62fdcc52e3
size 379598

Binary file not shown.

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Thu Nov 20 15:36:15 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.9.11
* Add support for Python 3.14.
* Avoid a segfault passing more arguments than placeholders if
Python is built with assertions enabled (ticket #1791).
* Add riscv64 platform binary packages (ticket 1813).
* `~psycopg2.errorcodes` map and `~psycopg2.errors` classes
updated to PostgreSQL 18.
* Drop support for Python 3.8.
- Update BuildRequires from setup.py
-------------------------------------------------------------------
Thu Apr 10 12:25:48 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.9.10
* Add support for Python 3.13.
* Receive notifications on commit (ticket #1728).
* Errorcodes map and errors classes updated to PostgreSQL 17.
* Drop support for Python 3.7.
- Drop support-python-313.patch, merged upstream
-------------------------------------------------------------------
Tue Oct 29 05:08:18 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Drop patch py313-tests.patch, included in:
- Add patch support-python-313.patch:
* Support Python 3.13.
-------------------------------------------------------------------
Mon Oct 28 21:56:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
- add py313-tests.patch
-------------------------------------------------------------------
Wed Jan 3 10:10:03 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-psycopg2
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-psycopg2
Version: 2.9.9
Version: 2.9.11
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.7}
BuildRequires: %{python_module devel >= 3.9}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -52,7 +52,7 @@ UPDATEs. psycopg2 also provide asychronous operations and support
for coroutine libraries.
%prep
%setup -q -n psycopg2-%{version}
%autosetup -p1 -n psycopg2-%{version}
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
@@ -72,6 +72,6 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%license LICENSE
%doc AUTHORS NEWS README.rst
%{python_sitearch}/psycopg2/
%{python_sitearch}/psycopg2-%{version}*-info
%{python_sitearch}/psycopg2-%{version}.dist-info
%changelog