15
0

- Fix feedparser.py syntax error

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=20
This commit is contained in:
Sascha Peilicke
2012-02-21 12:49:24 +00:00
committed by Git OBS Bridge
parent 26fa1b41ee
commit eddd80b28a
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 21 12:48:33 UTC 2012 - saschpe@suse.de
- Fix feedparser.py syntax error
-------------------------------------------------------------------
Sun Feb 19 20:37:04 UTC 2012 - saschpe@gmx.de

View File

@@ -42,7 +42,6 @@ A universal feed parser module for Python that handles RSS 0.9x, RSS 1.0, RSS
%prep
%setup -q -n feedparser-%{version}
chmod 0644 README # Fix executable bits
sed -i "1d" feedparser/feedparser.py # Fix non-executable script
%build
python setup.py build