Hello community,

here is the log from the commit of package python-alembic for openSUSE:Factory 
checked in at 2012-11-25 13:18:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-alembic (Old)
 and      /work/SRC/openSUSE:Factory/.python-alembic.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-alembic", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes    
2012-06-26 17:49:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-alembic.new/python-alembic.changes       
2012-11-25 13:18:43.000000000 +0100
@@ -1,0 +2,40 @@
+Fri Nov 23 10:43:42 UTC 2012 - [email protected]
+
+- Update to version 0.4.0:
+  + [feature] Support for tables in alternate schemas
+    has been added fully to all operations, as well as to
+    the autogenerate feature.  When using autogenerate,
+    specifying the flag include_schemas=True to
+    Environment.configure() will also cause autogenerate
+    to scan all schemas located by Inspector.get_schema_names(),
+    which is supported by *some* (but not all)
+    SQLAlchemy dialects including Postgresql.
+    *Enormous* thanks to Bruno Binet for a huge effort
+    in implementing as well as writing tests.  #33.
+  + [feature] The command line runner has been organized
+    into a reusable CommandLine object, so that other
+    front-ends can re-use the argument parsing built
+    in.  #70
+  + [feature] Added "stdout" option to Config, provides
+    control over where the "print" output of commands like
+    "history", "init", "current" etc. are sent.  #43
+  + [bug] Fixed the "multidb" template which was badly out
+    of date.   It now generates revision files using
+    the configuration to determine the different
+    upgrade_<xyz>() methods needed as well, instead of
+    needing to hardcode these.  Huge thanks to
+    BryceLohr for doing the heavy lifting here.  #71
+  + [bug] Fixed the regexp that was checking for .py files
+    in the version directory to allow any .py file through.
+    Previously it was doing some kind of defensive checking,
+    probably from some early notions of how this directory
+    works, that was prohibiting various filename patterns
+    such as those which begin with numbers.  #72
+  + [bug] Fixed MySQL rendering for server_default which
+    didn't work if the server_default was a generated
+    SQL expression.  Courtesy Moriyoshi Koizumi.
+  + [feature] Added support for alteration of MySQL
+    columns that have AUTO_INCREMENT, as well as enabling
+    this flag.  Courtesy Moriyoshi Koizumi.
+
+-------------------------------------------------------------------

Old:
----
  alembic-0.3.4.tar.gz

New:
----
  alembic-0.4.0.tar.gz

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

Other differences:
------------------
++++++ python-alembic.spec ++++++
--- /var/tmp/diff_new_pack.ZVFT7q/_old  2012-11-25 13:18:45.000000000 +0100
+++ /var/tmp/diff_new_pack.ZVFT7q/_new  2012-11-25 13:18:45.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python-alembic
-Version:        0.3.4
+Version:        0.4.0
 Release:        0
 Url:            http://bitbucket.org/zzzeek/alembic
 Summary:        A database migration tool for SQLAlchemy

++++++ alembic-0.3.4.tar.gz -> alembic-0.4.0.tar.gz ++++++
++++ 9634 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to