17
0

Accepting request 99787 from home:rhafer:branches:devel:languages:python

Update to 0.7.2

OBS-URL: https://build.opensuse.org/request/show/99787
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlalchemy-migrate?expand=0&rev=10
This commit is contained in:
Sascha Peilicke
2012-01-12 09:30:34 +00:00
committed by Git OBS Bridge
parent e82d8a494a
commit 3a64913e75
4 changed files with 42 additions and 7 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Wed Jan 11 14:24:07 UTC 2012 - rhafer@suse.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 18:27:26 UTC 2011 - jdmulloy@gmail.com
- Fixed shebang removal code on .spec line 52