Hello community,
here is the log from the commit of package python-sqlalchemy-migrate for
openSUSE:Factory checked in at 2012-01-19 09:44:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sqlalchemy-migrate (Old)
and /work/SRC/openSUSE:Factory/.python-sqlalchemy-migrate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sqlalchemy-migrate", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sqlalchemy-migrate/python-sqlalchemy-migrate.changes
2011-12-07 14:40:00.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-sqlalchemy-migrate.new/python-sqlalchemy-migrate.changes
2012-01-19 09:44:31.000000000 +0100
@@ -1,0 +2,46 @@
+Wed Jan 11 14:24:07 UTC 2012 - [email protected]
+
+- update to 0.7.2:
+ * Changes:
+ - support for SQLAlchemy 0.5.x has been dropped
+ - Python 2.6 is the minimum supported Python version
+ * Features
+ - improved :pep:`8` compliance
+ - optionally number versions with timestamps instead of
+ sequences (partly pulled from Pete Keen)
+ - allow descriptions in SQL change script filenames (by Pete
+ Keen)
+ - improved model generation
+ * Fixed Bugs
+ - api test downgrade/upgrade does not work with sql scripts
+ (pulled from Yuen Ho Wong)
+ - passing a unicode string as the migrate repository fails (add
+ regression test)
+ - make_update_script_for_model fails with AttributeError:
+ 'SchemaDiff' object has no attribute 'colDiffs' (patch by
+ Jeremy Cantrell)
+ - upgrade and downgrade functions are reversed when using the
+ command "make_update_script_for_model" (patch by Jeremy
+ Cantrell)
+ - manage.py should use the "if __name__=='__main__'" trick
+ - column creation in make_update_script_for_model and required
+ API change (by Gabriel de Perthuis)
+ - compare_model_to_db gets confused by sqlite_sequence (pulled
+ from Dustin J. Mitchell)
+ - drop column does not work on persistent sqlite databases
+ (pulled from BenoƮt Allard)
+ - table rename failure with sqlalchemy 0.7.x (patch by Mark
+ McLoughlin)
+ - update documentation and help text (pulled from Yuen Ho Wong)
+
+-------------------------------------------------------------------
+Wed Nov 30 18:27:26 UTC 2011 - [email protected]
+- Fixed shebang removal code on .spec line 52
+* This line was indiscriminately deleting the 1st line of all .py
+ and .py_tmpl file which caused it to delete things that were not
+ shebangs. This causes errors when it deletes things like """
+ before a doc string. For instance executing
+ "from migrate import changeset" resulted in an
+ Unexpected Indentation Error
+
+-------------------------------------------------------------------
Old:
----
sqlalchemy-migrate-0.7.1.tar.gz
New:
----
sqlalchemy-migrate-0.7.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sqlalchemy-migrate.spec ++++++
--- /var/tmp/diff_new_pack.lpkc6j/_old 2012-01-19 09:44:32.000000000 +0100
+++ /var/tmp/diff_new_pack.lpkc6j/_new 2012-01-19 09:44:32.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-sqlalchemy-migrate
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright 2011 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -19,13 +19,13 @@
Name: python-sqlalchemy-migrate
-Version: 0.7.1
+Version: 0.7.2
Release: 0
License: MIT
Summary: Database schema migration for SQLAlchemy
Url: http://pypi.python.org/pypi/sqlalchemy-migrate
Group: Development/Libraries/Python
-Source:
http://pypi.python.org/packages/source/s/sqlalchemy-migrate/sqlalchemy-migrate-0.7.1.tar.gz
+Source:
http://pypi.python.org/packages/source/s/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2.tar.gz
BuildRequires: python-Sphinx >= 0.5
BuildRequires: python-distribute
Requires: python-SQLAlchemy >= 0.5
@@ -49,7 +49,7 @@
%prep
%setup -q -n sqlalchemy-migrate-%{version}
-find . -type f -name "*.py" -o -name "*.py_tmpl" | xargs sed -i "1d" # Fix
non-executable scripts
+find . -type f -name "*.py" -o -name "*.py_tmpl" | xargs sed -i "/#!/d" #
Remove shebang from non-executable scripts
%build
python setup.py build
++++++ sqlalchemy-migrate-0.7.1.tar.gz -> sqlalchemy-migrate-0.7.2.tar.gz ++++++
++++ 3871 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]