Hello community,
here is the log from the commit of package python3-SQLAlchemy for
openSUSE:Factory checked in at 2015-10-06 13:27:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-SQLAlchemy (Old)
and /work/SRC/openSUSE:Factory/.python3-SQLAlchemy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-SQLAlchemy"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-SQLAlchemy/python3-SQLAlchemy.changes
2015-08-05 06:50:28.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-SQLAlchemy.new/python3-SQLAlchemy.changes
2015-10-06 13:27:37.000000000 +0200
@@ -1,0 +2,29 @@
+Sun Oct 4 19:20:26 UTC 2015 - [email protected]
+
+- update to version 1.0.8:
+ * [engine] [bug] Fixed critical issue whereby the pool "checkout"
+ event handler may be called against a stale connection without the
+ "connect" event handler having been called, in the case where the
+ pool attempted to reconnect after being invalidated and failed;
+ the stale connection would remain present and would be used on a
+ subsequent attempt. This issue has a greater impact in the 1.0
+ series subsequent to 1.0.2, as it also delivers a blanked-out
+ .info dictionary to the event handler; prior to 1.0.2 the .info
+ dictionary is still the previous one.
+ This change is also backported to: 0.9.11
+ References: #3497
+ * [sqlite] [bug] Fixed bug in SQLite dialect where reflection of
+ UNIQUE constraints that included non-alphabetic characters in the
+ names, like dots or spaces, would not be reflected with their
+ name.
+ This change is also backported to: 0.9.10
+ References: #3495
+ * [misc] [bug] Fixed an issue where a particular base class within
+ utils didn’t implement __slots__, and therefore meant all
+ subclasses of that class didn’t either, negating the rationale for
+ __slots__ to be in use. Didn’t cause any issue except on
+ IronPython which apparently does not implement __slots__ behavior
+ compatibly with cPython.
+ References: #3494
+
+-------------------------------------------------------------------
Old:
----
SQLAlchemy-1.0.7.tar.gz
New:
----
SQLAlchemy-1.0.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-SQLAlchemy.spec ++++++
--- /var/tmp/diff_new_pack.V8a1NJ/_old 2015-10-06 13:27:38.000000000 +0200
+++ /var/tmp/diff_new_pack.V8a1NJ/_new 2015-10-06 13:27:38.000000000 +0200
@@ -17,7 +17,7 @@
Name: python3-SQLAlchemy
-Version: 1.0.7
+Version: 1.0.8
Release: 0
Url: http://www.sqlalchemy.org
Summary: Database Abstraction Library
++++++ SQLAlchemy-1.0.7.tar.gz -> SQLAlchemy-1.0.8.tar.gz ++++++
++++ 4246 lines of diff (skipped)