Hello community,

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

Package is "python-alembic"

Mon Jan 27 20:16:48 2020 rev:51 rq:767567 version:1.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes    
2020-01-02 14:43:50.944971255 +0100
+++ /work/SRC/openSUSE:Factory/.python-alembic.new.26092/python-alembic.changes 
2020-01-27 20:16:51.140501087 +0100
@@ -1,0 +2,31 @@
+Sun Jan 26 21:21:06 UTC 2020 - Arun Persaud <a...@gmx.de>
+
+- specfile:
+  * update copyright year
+
+- update to version 1.3.3:
+  * bug
+    + Fixed issue where COMMENT directives for PostgreSQL failed to
+      correctly include an explicit schema name, as well as correct
+      quoting rules for schema, table, and column names. Pull request
+      courtesy Matthew Sills.  References: #637
+  * usecase
+    + Added support for rendering of “computed” elements on Column
+      objects, supported in SQLAlchemy via the new Computed element
+      introduced in version 1.3.11. Pull request courtesy Federico
+      Caselli.
+      Note that there is currently no support for ALTER COLUMN to add,
+      remove, or modify the “GENERATED ALWAYS AS” element from a
+      column; at least for PostgreSQL, it does not seem to be
+      supported by the database. Additionally, SQLAlchemy does not
+      currently reliably reflect the “GENERATED ALWAYS AS” phrase from
+      an existing column, so there is also no autogenerate support for
+      addition or removal of the Computed element to or from an
+      existing column, there is only support for adding new columns
+      that include the Computed element. In the case that the Computed
+      element is removed from the Column object in the table metadata,
+      PostgreSQL and Oracle currently reflect the “GENERATED ALWAYS
+      AS” expression as the “server default” which will produce an op
+      that tries to drop the element as a default. References: #624
+
+-------------------------------------------------------------------

Old:
----
  alembic-1.3.2.tar.gz

New:
----
  alembic-1.3.3.tar.gz

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

Other differences:
------------------
++++++ python-alembic.spec ++++++
--- /var/tmp/diff_new_pack.WEwRUV/_old  2020-01-27 20:16:52.160501709 +0100
+++ /var/tmp/diff_new_pack.WEwRUV/_new  2020-01-27 20:16:52.164501712 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-alembic
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-alembic
-Version:        1.3.2
+Version:        1.3.3
 Release:        0
 Summary:        A database migration tool for SQLAlchemy
 License:        MIT

++++++ alembic-1.3.2.tar.gz -> alembic-1.3.3.tar.gz ++++++
++++ 2682 lines of diff (skipped)


Reply via email to