Hello community,

here is the log from the commit of package python-alembic for openSUSE:Factory 
checked in at 2013-01-14 22:24:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11-25 13:18:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-alembic.new/python-alembic.changes       
2013-01-14 22:24:29.000000000 +0100
@@ -1,0 +2,23 @@
+Mon Jan 14 16:02:38 UTC 2013 - sasc...@suse.de
+
+- Update to version 0.4.2:
+  + Fixed bug where autogenerate would fail if a Column to be added to
+    a table made use of the ".key" paramter.
+  + Added a workaround to setup.py to prevent "NoneType" error from
+    occuring when "setup.py test" is run.
+  + Added a README.unittests with instructions for running the test
+    suite fully.
+- Changes from version 0.4.1:
+  + Added support for autogenerate render of ForeignKeyConstraint
+    options onupdate, ondelete, initially, and deferred.
+  + Explicit error message describing the case when downgrade --sql 
+    is used without specifying specific start/end versions.
+  + Fixed the minute component in file_template
+    which returned the month part of the create date.
+
+-------------------------------------------------------------------
+Mon Jan 14 16:00:10 UTC 2013 - sasc...@suse.de
+
+- Disable testsuite on SLE
+
+-------------------------------------------------------------------

Old:
----
  alembic-0.4.0.tar.gz

New:
----
  alembic-0.4.2.tar.gz

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

Other differences:
------------------
++++++ python-alembic.spec ++++++
--- /var/tmp/diff_new_pack.50GEs7/_old  2013-01-14 22:24:30.000000000 +0100
+++ /var/tmp/diff_new_pack.50GEs7/_new  2013-01-14 22:24:30.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-alembic
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-alembic
-Version:        0.4.0
+Version:        0.4.2
 Release:        0
 Url:            http://bitbucket.org/zzzeek/alembic
 Summary:        A database migration tool for SQLAlchemy
@@ -62,8 +62,11 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+#NOTE(saschpe): Check back
+%if 0%{?suse_version} >= 1110
 %check
 nosetests
+%endif
 
 %files
 %defattr(-,root,root,-)

++++++ alembic-0.4.0.tar.gz -> alembic-0.4.2.tar.gz ++++++
++++ 5305 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to