Hello community,

here is the log from the commit of package python-alembic for openSUSE:Factory 
checked in at 2020-03-09 21:03:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-alembic (Old)
 and      /work/SRC/openSUSE:Factory/.python-alembic.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-alembic"

Mon Mar  9 21:03:48 2020 rev:53 rq:782791 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes    
2020-02-11 22:24:12.583528271 +0100
+++ /work/SRC/openSUSE:Factory/.python-alembic.new.26092/python-alembic.changes 
2020-03-09 21:03:54.839007599 +0100
@@ -1,0 +2,28 @@
+Fri Mar  6 21:49:43 UTC 2020 - Arun Persaud <a...@gmx.de>
+
+- update to version 1.4.1:
+  * Fixed regression caused by the new “type comparison” logic
+    introduced in 1.4 as part of #605 where comparisons of MySQL
+    “unsigned integer” datatypes would produce false positives, as the
+    regular expression logic was not correctly parsing the “unsigned”
+    token when MySQL’s default display width would be returned by the
+    database. Pull request courtesy Paul Becotte. References: #661
+  * Error message for “path doesn’t exist” when loading up script
+    environment now displays the absolute path. Pull request courtesy
+    Rowan Hart. References: #663
+  * Fixed regression in 1.4.0 due to #647 where unique constraint
+    comparison with mixed case constraint names while not using a
+    naming convention would produce false positives during
+    autogenerate.References: #654
+  * The check for matched rowcount when the alembic_version table is
+    updated or deleted from is now conditional based on whether or not
+    the dialect supports the concept of “rowcount” for UPDATE or
+    DELETE rows matched. Some third party dialects do not support this
+    concept. Pull request courtesy Ke Zhu.
+  * Fixed long-standing bug where an inline column CHECK constraint
+    would not be rendered within an “ADD COLUMN” operation. The DDL
+    compiler is now consulted for inline constraints within the
+    Operations.add_column() method as is done for regular CREATE TABLE
+    operations. References: #655
+
+-------------------------------------------------------------------

Old:
----
  alembic-1.4.0.tar.gz

New:
----
  alembic-1.4.1.tar.gz

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

Other differences:
------------------
++++++ python-alembic.spec ++++++
--- /var/tmp/diff_new_pack.qFT912/_old  2020-03-09 21:03:55.899008163 +0100
+++ /var/tmp/diff_new_pack.qFT912/_new  2020-03-09 21:03:55.903008165 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-alembic
-Version:        1.4.0
+Version:        1.4.1
 Release:        0
 Summary:        A database migration tool for SQLAlchemy
 License:        MIT

++++++ alembic-1.4.0.tar.gz -> alembic-1.4.1.tar.gz ++++++
++++ 2478 lines of diff (skipped)


Reply via email to