14
0

Accepting request 1268389 from home:glaubitz:branches:devel:languages:python

- 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/request/show/1268389
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=100
This commit is contained in:
2025-04-10 13:51:07 +00:00
committed by Git OBS Bridge
parent 1c0bc8f6b4
commit f11dda94ad
5 changed files with 15 additions and 88 deletions

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,14 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-psycopg2
Version: 2.9.9
Version: 2.9.10
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
# PATCH-FIX-UPSTREAM gh#psycopg/psycopg2#1695
Patch0: support-python-313.patch
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}