From e78dad53cbec394b0590025f158c1fb9b20f237012aae21572275d08af5cc31f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 23 Apr 2015 06:29:49 +0000 Subject: [PATCH] Accepting request 298661 from home:benoit_monin:branches:devel:languages:python - update to version 5.2.0 - update URL to project homepage - point the source URL to pypi and take care of archive naming - change README to README.rst on package documentation OBS-URL: https://build.opensuse.org/request/show/298661 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=33 --- feedparser-5.1.3.tar.bz2 | 3 -- feedparser-5.2.0.post1.tar.bz2 | 3 ++ python-feedparser.changes | 54 ++++++++++++++++++++++++++++++++++ python-feedparser.spec | 12 ++++---- 4 files changed, 64 insertions(+), 8 deletions(-) delete mode 100644 feedparser-5.1.3.tar.bz2 create mode 100644 feedparser-5.2.0.post1.tar.bz2 diff --git a/feedparser-5.1.3.tar.bz2 b/feedparser-5.1.3.tar.bz2 deleted file mode 100644 index 519c9fc..0000000 --- a/feedparser-5.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f6507d400d07edfd1ea8205da36808009b0c539f5b8a6e0ab54337b955e6dc3 -size 202373 diff --git a/feedparser-5.2.0.post1.tar.bz2 b/feedparser-5.2.0.post1.tar.bz2 new file mode 100644 index 0000000..a58356e --- /dev/null +++ b/feedparser-5.2.0.post1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605a4bff8ef61c1149c3a014ad6ec74ac58ddd7d4c5cb18a00f7f77311c37100 +size 192268 diff --git a/python-feedparser.changes b/python-feedparser.changes index 49b7e65..0786026 100644 --- a/python-feedparser.changes +++ b/python-feedparser.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Apr 22 18:13:50 UTC 2015 - benoit.monin@gmx.fr + +- update to version 5.2.0: + * Support PyPy + * Remove the HTTP Status 9001 test that caused unit test + tracebacks + * Remove the completely-untested HTML tidy code + * Remove BeautifulSoup as a dependency + * Remove the XFN microformat parsing code + * Remove the rel_enclosure microformat parsing code + * Remove the rel_hcard microformat parsing code + * Remove the rel_tag microformat parsing code + * Replace the regex-based RFC 822 date parser with a procedural + one + * Replace the Python-licensed W3DTF date parser + * Support HTML5 audio/source/video element relative URL's + * Remove the unparsed itunes_keywords key from the result + dictionary + * Fix issue 321 just a little more (yet another code path was + missed) + * Issue 62 (support georss and gml namespaces) + * Issue 296 (GUID's are always treated like relative URI's) + * Issue 334 (media:restriction element content is not returned) + * Issue 335 (sub-elements of media:group are not parsed and + returned) + * Issue 342 (support multiple dc:creator elements) + * Issue 357 (loose parser breaks ampersands in link element + URL's) + * Issue 374 (support the Podlove Simple Chapters namespace) + * Issue 380 (support media:rating element) + * Issue 384 (fix chardet support in Python 3) + * Issue 389 (elements in unknown uppercase namespaces are + ignored) + * Issue 392 (tags element subverts 'tags' key in result + dictionary) + * Issue 396 (Podlove Simple Chapters version 1.0 causes a + KeyError) + * Issue 399 (docs call `request_headers` parameter + `extra_headers`) + * Issue 401 (support additional dcterms and media namespaces + elements) + * Issue 404 (support asctime datetime strings with timezone + information) + * Issue 407 (decode forward slashes encoded as character + entities) + * Issue 421 (delay chardet invocation as long as possible) + * Issue 422 (add return types docstrings) + * Issue 433 (update the list of allowed MathML elements and + attributes) +- update URL to project homepage +- point the source URL to pypi and take care of archive naming +- change README to README.rst on package documentation + ------------------------------------------------------------------- Thu Oct 24 11:05:37 UTC 2013 - speilicke@suse.com diff --git a/python-feedparser.spec b/python-feedparser.spec index f3759b6..f953550 100644 --- a/python-feedparser.spec +++ b/python-feedparser.spec @@ -1,7 +1,7 @@ # # spec file for package python-feedparser # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,15 @@ Name: python-feedparser -Version: 5.1.3 +Version: 5.2.0 Release: 0 Summary: Universal Feed Parser Module for Python License: BSD-2-Clause Group: Development/Libraries/Python -Url: http://sourceforge.net/projects/feedparser/ -Source: feedparser-%{version}.tar.bz2 +Url: https://github.com/kurtmckee/feedparser +# the archive name on pypi does not match the version +%define srcversion 5.2.0.post1 +Source: https://pypi.python.org/packages/source/f/feedparser/feedparser-%{srcversion}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-setuptools @@ -55,7 +57,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root) -%doc LICENSE NEWS README +%doc LICENSE NEWS README.rst %{python_sitelib}/* %changelog