17
0

Accepting request 94603 from home:jdmulloy:branches:devel:languages:python

Fixed shebang removal code on .spec line 52 that was deleting lines that were not shebangs

OBS-URL: https://build.opensuse.org/request/show/94603
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlalchemy-migrate?expand=0&rev=8
This commit is contained in:
Sascha Peilicke
2011-12-01 08:55:46 +00:00
committed by Git OBS Bridge
parent 6931ebcb46
commit e82d8a494a
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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