14
0

Accepting request 124619 from home:poorboywilly:branches:devel:languages:python

Update to 5.1.2 and spec cleanup, no --record-rpm

OBS-URL: https://build.opensuse.org/request/show/124619
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=25
This commit is contained in:
Sascha Peilicke
2012-06-12 07:29:28 +00:00
committed by Git OBS Bridge
parent d34a5aa1f2
commit c4f37b4a94
4 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae099763f4538aa08c5021d42ba6ce5b9b6218e71423c96031153f379955481a
size 198754

3
feedparser-5.1.2.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7773afb41481add990539baeb0e441811ec48cb8c1b6c2911cabbe9c5d9d1d0
size 199404

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Jun 9 23:56:05 UTC 2012 - os-dev@jacraig.com
- Update to 5.1.2:
* Minor changes to the documentation
* Strip potentially dangerous ENTITY declarations in encoded feeds
* feedparser will now try to continue parsing despite compression errors
* Fix issue 321 a little more (the initial fix missed a code path)
* Issue 337 (`_parse_date_rfc822()` returns None on single-digit days)
* Issue 343 (add magnet links to the ACCEPTABLE_URI_SCHEMES)
* Issue 344 (handle deflated data with no headers nor checksums)
* Issue 347 (support `itunes:image` elements with a `url` attribute)
- Remove now-unneeded chmod of README
-------------------------------------------------------------------
Tue Mar 20 19:18:36 UTC 2012 - jfunk@funktronics.ca

View File

@@ -16,9 +16,8 @@
#
Name: python-feedparser
Version: 5.1.1
Version: 5.1.2
Release: 0
Summary: Universal Feed Parser Module for Python
License: BSD-2-Clause
@@ -42,13 +41,11 @@ 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
%build
python setup.py build
%if 0%{?suse_version} > 1010
%check
cd feedparser && python feedparsertest.py
%endif
@@ -57,7 +54,7 @@ cd feedparser && python feedparsertest.py
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%defattr(-,root,root)
%doc LICENSE NEWS README
%{python_sitelib}/*