Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2021-10-16 22:47:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-psycopg2.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-psycopg2"

Sat Oct 16 22:47:20 2021 rev:38 rq:925643 version:2.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2020-09-17 15:01:13.968504377 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-psycopg2.new.1890/python-psycopg2.changes    
    2021-10-16 22:47:56.264706961 +0200
@@ -1,0 +2,29 @@
+Tue Oct 12 10:07:48 UTC 2021 - ecsos <ec...@opensuse.org>
+
+- Update to 2.9.1
+  - Fix regression with named `sql.Placeholder` (:ticket:`1291`).
+- Update to 2.9.0
+  - ``with connection`` starts a transaction on autocommit transactions too
+    (:ticket:`#941`).
+  - Timezones with fractional minutes are supported on Python 3.7 and following
+    (:ticket:`#1272`).
+  - Escape table and column names in `~cursor.copy_from()` and 
`~cursor.copy_to()`.
+  - Connection exceptions with sqlstate ``08XXX`` reclassified as
+    `~psycopg2.OperationalError` (a subclass of the previously used
+    `~psycopg2.DatabaseError`) (:ticket:`#1148`).
+  - Include library dirs required from libpq to work around MacOS build 
problems
+    (:ticket:`#1200`).
+  - Dropped support for Python 2.7, 3.4, 3.5 (:ticket:`#1198, #1000, #1197`).
+  - Dropped support for mx.DateTime.
+  - Use `datetime.timezone` objects by default in datetime objects instead of
+    `~psycopg2.tz.FixedOffsetTimezone`.
+  - The `psycopg2.tz` module is deprecated and scheduled to be dropped in the
+    next major release.
+  - Provide :pep:`599` wheels packages (manylinux2014 tag) for i686 and x86_64
+    platforms.
+  - Provide :pep:`600` wheels packages (manylinux_2_24 tag) for aarch64 and
+    ppc64le platforms.
+  - Wheel package compiled against OpenSSL 1.1.1k and PostgreSQL 13.3.
+  - Build system for Linux/MacOS binary packages moved to GitHub action.
+
+-------------------------------------------------------------------

Old:
----
  psycopg2-2.8.6.tar.gz

New:
----
  psycopg2-2.9.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-psycopg2.spec ++++++
--- /var/tmp/diff_new_pack.kBSxpF/_old  2021-10-16 22:47:56.600707244 +0200
+++ /var/tmp/diff_new_pack.kBSxpF/_new  2021-10-16 22:47:56.604707248 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-psycopg2
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-psycopg2
-Version:        2.8.6
+Version:        2.9.1
 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:            http://initd.org/psycopg/
 Source:         
https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module devel >= 3.6}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -64,7 +65,7 @@
 
 %check
 # tests require running PGSQL
-#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m 
unittest discover
+#%%python_expand PYTHONPATH=%%{buildroot}%%{$python_sitearch} $python -m 
unittest discover
 
 %files %{python_files}
 %license LICENSE

++++++ psycopg2-2.8.6.tar.gz -> psycopg2-2.9.1.tar.gz ++++++
++++ 10877 lines of diff (skipped)

Reply via email to