Accepting request 934511 from devel:languages:python

- update to 2.9.2:
  * Raise `ValueError` for dates >= Y10k (🎫`#1307`).
  * `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
    PostgreSQL 14.
  * Add preliminary support for Python 3.11 (🎟️`#1376, #1386`).
  *  Wheel package compiled against OpenSSL 1.1.1l and PostgreSQL 14.1

OBS-URL: https://build.opensuse.org/request/show/934511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psycopg2?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2021-11-29 16:28:34 +00:00 committed by Git OBS Bridge
commit 9faee406e8
4 changed files with 14 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Nov 29 10:57:15 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.9.2:
* Raise `ValueError` for dates >= Y10k (:ticket:`#1307`).
* `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
PostgreSQL 14.
* Add preliminary support for Python 3.11 (:tickets:`#1376, #1386`).
* Wheel package compiled against OpenSSL 1.1.1l and PostgreSQL 14.1
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 12 10:07:48 UTC 2021 - ecsos <ecsos@opensuse.org> Tue Oct 12 10:07:48 UTC 2021 - ecsos <ecsos@opensuse.org>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-psycopg2 Name: python-psycopg2
Version: 2.9.1 Version: 2.9.2
Release: 0 Release: 0
Summary: Python-PostgreSQL Database Adapter 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 License: LGPL-3.0-or-later AND (LGPL-3.0-or-later OR ZPL-2.0) AND SUSE-GPL-2.0-with-openssl-exception