From c4f37b4a9491fb8c153a5dfac8419e51a645d34f877e9b5cfdaa3d6fb52160eb Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 12 Jun 2012 07:29:28 +0000 Subject: [PATCH] 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 --- feedparser-5.1.1.tar.bz2 | 3 --- feedparser-5.1.2.tar.bz2 | 3 +++ python-feedparser.changes | 14 ++++++++++++++ python-feedparser.spec | 7 ++----- 4 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 feedparser-5.1.1.tar.bz2 create mode 100644 feedparser-5.1.2.tar.bz2 diff --git a/feedparser-5.1.1.tar.bz2 b/feedparser-5.1.1.tar.bz2 deleted file mode 100644 index 270b759..0000000 --- a/feedparser-5.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae099763f4538aa08c5021d42ba6ce5b9b6218e71423c96031153f379955481a -size 198754 diff --git a/feedparser-5.1.2.tar.bz2 b/feedparser-5.1.2.tar.bz2 new file mode 100644 index 0000000..143ce94 --- /dev/null +++ b/feedparser-5.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7773afb41481add990539baeb0e441811ec48cb8c1b6c2911cabbe9c5d9d1d0 +size 199404 diff --git a/python-feedparser.changes b/python-feedparser.changes index 9b17cab..50adf82 100644 --- a/python-feedparser.changes +++ b/python-feedparser.changes @@ -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 diff --git a/python-feedparser.spec b/python-feedparser.spec index 60b870e..fed48a2 100644 --- a/python-feedparser.spec +++ b/python-feedparser.spec @@ -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}/*