Hello community,

here is the log from the commit of package python-alembic for openSUSE:Factory 
checked in at 2015-08-01 11:36:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-alembic (Old)
 and      /work/SRC/openSUSE:Factory/.python-alembic.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-alembic"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes    
2015-06-12 20:32:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-alembic.new/python-alembic.changes       
2015-08-01 11:36:59.000000000 +0200
@@ -1,0 +2,30 @@
+Fri Jul 24 19:42:39 UTC 2015 - [email protected]
+
+- fix rhel deps by depending on /usr/sbin/update-alternatives
+
+-------------------------------------------------------------------
+Thu Jul 23 12:20:15 UTC 2015 - [email protected]
+
+- update to 0.7.7:
+  * Implemented support for BatchOperations.create_primary_key()
+    and BatchOperations.create_check_constraint(). Additionally,
+    table keyword arguments are copied from the original reflected
+    table, such as the "mysql_engine" keyword argument.
+  * Fixed critical issue where a complex series of branches/merges
+    would bog down the iteration algorithm working over redundant
+    nodes for millions of cycles. An internal adjustment has been
+    made so that duplicate nodes are skipped within this iteration.
+  * The MigrationContext.stamp() method, added as part of the
+    versioning refactor in 0.7 as a more granular version of
+    command.stamp(), now includes the “create the alembic_version
+    table if not present” step in the same way as the command
+    version, which was previously omitted.
+  * Fixed bug where foreign key options including "onupdate",
+    "ondelete" would not render within the op.create_foreign_key()
+    directive, even though they render within a full
+    ForeignKeyConstraint directive.
+  * Repaired warnings that occur when running unit tests against
+    SQLAlchemy 1.0.5 or greater involving the
+    "legacy_schema_aliasing" flag.
+
+-------------------------------------------------------------------

Old:
----
  alembic-0.7.6.tar.gz

New:
----
  alembic-0.7.7.tar.gz

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

Other differences:
------------------
++++++ python-alembic.spec ++++++
--- /var/tmp/diff_new_pack.iii790/_old  2015-08-01 11:36:59.000000000 +0200
+++ /var/tmp/diff_new_pack.iii790/_new  2015-08-01 11:36:59.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-alembic
-Version:        0.7.6
+Version:        0.7.7
 Release:        0
 Url:            http://bitbucket.org/zzzeek/alembic
 Summary:        A database migration tool for SQLAlchemy
@@ -36,8 +36,8 @@
 Requires:       python-Mako
 Requires:       python-SQLAlchemy >= 0.7.6
 Requires:       python-argparse
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(post): /usr/sbin/update-alternatives
+Requires(postun): /usr/sbin/update-alternatives
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else

++++++ alembic-0.7.6.tar.gz -> alembic-0.7.7.tar.gz ++++++
++++ 21229 lines of diff (skipped)


Reply via email to