Hello community,

here is the log from the commit of package python3-feedparser for 
openSUSE:Factory checked in at 2015-04-21 10:52:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-feedparser (Old)
 and      /work/SRC/openSUSE:Factory/.python3-feedparser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-feedparser"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-feedparser/python3-feedparser.changes    
2013-06-21 19:01:42.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-feedparser.new/python3-feedparser.changes   
    2015-04-21 10:52:18.000000000 +0200
@@ -1,0 +2,44 @@
+Sun Apr 19 02:07:21 UTC 2015 - [email protected]
+
+- specfile:
+  * update copyright year
+  * update url
+  * added pypi source url
+  * README -> README.rst
+  * require setuptools
+
+- 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)
+
+-------------------------------------------------------------------

Old:
----
  feedparser-5.1.3.tar.bz2

New:
----
  feedparser-5.2.0.post1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-feedparser.spec ++++++
--- /var/tmp/diff_new_pack.1IkBwK/_old  2015-04-21 10:52:19.000000000 +0200
+++ /var/tmp/diff_new_pack.1IkBwK/_new  2015-04-21 10:52:19.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-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,18 +17,19 @@
 
 
 Name:           python3-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
+# 5.2.0 has a post1 tar-ball, need to check this again for the next release
+Source:         
https://pypi.python.org/packages/source/f/feedparser/feedparser-%{version}.post1.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
 BuildRequires:  python3-xml
 Requires:       python3-xml
 BuildArch:      noarch
@@ -48,7 +49,7 @@
 
 %files
 %defattr(-,root,root)
-%doc LICENSE NEWS README
+%doc LICENSE NEWS README.rst
 %{python3_sitelib}/*
 
 %changelog


Reply via email to