Hello community,
here is the log from the commit of package python-psycopg2 for openSUSE:Factory
checked in at 2019-06-19 21:04:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
and /work/SRC/openSUSE:Factory/.python-psycopg2.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-psycopg2"
Wed Jun 19 21:04:04 2019 rev:29 rq:707677 version:2.8.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes
2019-04-03 10:51:18.705930139 +0200
+++
/work/SRC/openSUSE:Factory/.python-psycopg2.new.4811/python-psycopg2.changes
2019-06-19 21:04:09.934280719 +0200
@@ -1,0 +2,33 @@
+Tue Jun 4 15:36:23 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- Update to 2.8.3
+ * Added interval_status parameter to start_replication() method
+ and other facilities to send automatic replication keepalives
+ at periodic intervals
+ * Fixed RealDictCursor when there are repeated columns
+ * Fixed RealDictRow modifiability
+ * Fixed “there’s no async cursor” error polling a connection with
+ no cursor
+ 2.8.0
+ * Added errors module. Every PostgreSQL error is converted into
+ a specific exception class
+ * Added encrypt_password() function
+ * Added BYTES adapter to manage databases with mixed encodings on
+ Python 3
+ * Added table_oid and table_column attributes on cursor.description
+ items
+ * Added connection.info object to retrieve various PostgreSQL
+ connection information
+ * str() on Range produces a human-readable representation
+ * Fixed async communication blocking if results are returned in
+ different chunks
+ * Fixed adaptation of numeric subclasses such as IntEnum
+ * Dropped support for Python 2.6, 3.2, 3.3.
+ * Dropped deprecated register_tstz_w_secs()
+ * Dropped deprecated PersistentConnectionPool. Use
+ ZPsycopgDA.pool instead.
+ * Binary packages no longer installed by default. The
+ ‘psycopg2-binary’ package must be used explicitly.
+ * Dropped PSYCOPG_DISPLAY_SIZE build parameter.
+
+-------------------------------------------------------------------
Old:
----
psycopg2-2.7.7.tar.gz
New:
----
psycopg2-2.8.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-psycopg2.spec ++++++
--- /var/tmp/diff_new_pack.wyLReA/_old 2019-06-19 21:04:10.686281371 +0200
+++ /var/tmp/diff_new_pack.wyLReA/_new 2019-06-19 21:04:10.718281399 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-psycopg2
-Version: 2.7.7
+Version: 2.8.2
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
@@ -26,6 +26,7 @@
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 setuptools}
BuildRequires: fdupes
BuildRequires: postgresql-devel >= 9.1
BuildRequires: python-rpm-macros
++++++ psycopg2-2.7.7.tar.gz -> psycopg2-2.8.2.tar.gz ++++++
++++ 23370 lines of diff (skipped)