17
0
Files
python-sqlalchemy-migrate/python-sqlalchemy-migrate.changes

49 lines
1.5 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Wed Nov 30 18:27:26 UTC 2011 - jdmulloy@gmail.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:50:33 UTC 2011 - saschpe@suse.de
- Make it a noarch package
- Fixed dependencies
- Build HTML documentation and install that
-------------------------------------------------------------------
Tue Nov 29 12:06:05 UTC 2011 - idoenmez@suse.de
- Cleanup spec file
- Use upstream tarball
-------------------------------------------------------------------
Wed Jul 20 15:47:37 UTC 2011 - fisiu@opensuse.org
- update to 0.7.1
-------------------------------------------------------------------
Wed Apr 6 20:55:26 CEST 2011 - hpj@urpla.net
- updated to 0.6.1
-------------------------------------------------------------------
Fri Jan 7 01:55:28 CET 2011 - hpj@urpla.net
- updated to 0.6
-------------------------------------------------------------------
Thu Jun 04 00:00:00 2009 - cfarrell1980@gmail.com
- added to devel:languages:python
-------------------------------------------------------------------
Wed Mar 04 00:00:00 2009 - cfarrell1980@gmail.com
- First import