Changelog for
python-sqlalchemy-migrate-0.7.2-2.1.noarch.rpm :
Wed Jan 11 13:00:00 2012 rhaferAATTsuse.de
- 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 13:00:00 2011 jdmulloyAATTgmail.com
- 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
Tue Nov 29 13:00:00 2011 saschpeAATTsuse.de
- Make it a noarch package
- Fixed dependencies
- Build HTML documentation and install that
Tue Nov 29 13:00:00 2011 idoenmezAATTsuse.de
- Cleanup spec file
- Use upstream tarball
Wed Jul 20 14:00:00 2011 fisiuAATTopensuse.org
- update to 0.7.1
Wed Apr 6 14:00:00 2011 hpjAATTurpla.net
- updated to 0.6.1
Fri Jan 7 13:00:00 2011 hpjAATTurpla.net
- updated to 0.6
Thu Jun 4 14:00:00 2009 cfarrell1980AATTgmail.com
- added to devel:languages:python
Wed Mar 4 13:00:00 2009 cfarrell1980AATTgmail.com
- First import