Hello community,
here is the log from the commit of package python-feedparser for
openSUSE:Factory checked in at 2020-10-26 16:22:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-feedparser (Old)
and /work/SRC/openSUSE:Factory/.python-feedparser.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-feedparser"
Mon Oct 26 16:22:17 2020 rev:28 rq:844040 version:6.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-feedparser/python-feedparser.changes
2020-09-28 14:30:52.854242157 +0200
+++
/work/SRC/openSUSE:Factory/.python-feedparser.new.3463/python-feedparser.changes
2020-10-26 16:22:55.639254317 +0100
@@ -1,0 +2,9 @@
+Sun Oct 25 17:59:36 UTC 2020 - BenoƮt Monin <[email protected]>
+
+- update to version 6.0.2:
+ * Stop building Python wheels with universal=1 set. (#251)
+ * Fix a bug that put a trailing quote in the documentation
+ version. (#232)
+ * Update the documentation URL to point to ReadTheDocs.
+
+-------------------------------------------------------------------
Old:
----
feedparser-6.0.1.tar.gz
New:
----
feedparser-6.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-feedparser.spec ++++++
--- /var/tmp/diff_new_pack.BcC9fI/_old 2020-10-26 16:22:58.019256232 +0100
+++ /var/tmp/diff_new_pack.BcC9fI/_new 2020-10-26 16:22:58.023256234 +0100
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-feedparser
-Version: 6.0.1
+Version: 6.0.2
Release: 0
Summary: Universal Feed Parser Module for Python
License: BSD-2-Clause
++++++ feedparser-6.0.1.tar.gz -> feedparser-6.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/feedparser-6.0.1/NEWS new/feedparser-6.0.2/NEWS
--- old/feedparser-6.0.1/NEWS 2020-09-15 13:50:57.000000000 +0200
+++ new/feedparser-6.0.2/NEWS 2020-10-25 18:37:10.000000000 +0100
@@ -1,10 +1,19 @@
coming in the next release:
-6.0.1 - 15 September 2020
+6.0.2 - 25 October 2020
+ * Stop building Python wheels with ``universal=1`` set. (#251)
+
+ This was causing pip to find and install the feedparser 6.x wheels
+ on Python 2 even though Python 2 is no longer supported.
+
+ * Fix a bug that put a trailing quote in the documentation version.
(#232)
+ * Update the documentation URL to point to ReadTheDocs.
+
+6.0.1 - 15 September 2020 [YANKED]
* Remove all Python 2 compatibility code (#228)
* Add *python_requires* to ``setup.py`` (#231)
-6.0.0 - 12 September 2020
+6.0.0 - 12 September 2020 [YANKED]
* Support Python 3.6, 3.7, 3.8 and 3.9
* Drop support for Python 2.4 through 2.7, and Python 3.0 through 3.5
(#169)
* Convert feedparser from a monolithic file to a package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/feedparser-6.0.1/PKG-INFO
new/feedparser-6.0.2/PKG-INFO
--- old/feedparser-6.0.1/PKG-INFO 2020-09-15 13:51:18.969905000 +0200
+++ new/feedparser-6.0.2/PKG-INFO 2020-10-25 18:37:47.110600200 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: feedparser
-Version: 6.0.1
+Version: 6.0.2
Summary: Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom
0.3, and Atom 1.0 feeds
Home-page: https://github.com/kurtmckee/feedparser
Author: Kurt McKee
@@ -30,7 +30,7 @@
The feedparser documentation is available on the web at:
- https://pythonhosted.org/feedparser/
+ https://feedparser.readthedocs.io/en/latest/
It is also included in its source format, ReST, in the ``docs/``
directory.
To build the documentation you'll need the Sphinx package, which is
available at:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/feedparser-6.0.1/README.rst
new/feedparser-6.0.2/README.rst
--- old/feedparser-6.0.1/README.rst 2020-09-12 21:29:21.000000000 +0200
+++ new/feedparser-6.0.2/README.rst 2020-10-25 18:36:15.000000000 +0100
@@ -21,7 +21,7 @@
The feedparser documentation is available on the web at:
- https://pythonhosted.org/feedparser/
+ https://feedparser.readthedocs.io/en/latest/
It is also included in its source format, ReST, in the ``docs/`` directory.
To build the documentation you'll need the Sphinx package, which is available
at:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/feedparser-6.0.1/docs/conf.py
new/feedparser-6.0.2/docs/conf.py
--- old/feedparser-6.0.1/docs/conf.py 2020-09-12 21:29:21.000000000 +0200
+++ new/feedparser-6.0.2/docs/conf.py 2020-10-25 18:36:08.000000000 +0100
@@ -5,7 +5,7 @@
content = (pathlib.Path(__file__).parent.parent /
'feedparser/__init__.py').read_text()
-match = re.search(r"""__version__ = ['"](?P<version>.+?['"])""", content)
+match = re.search(r"""__version__ = ['"](?P<version>.+?)['"]""", content)
version = match.group('version')
release = version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/feedparser-6.0.1/docs/index.rst
new/feedparser-6.0.2/docs/index.rst
--- old/feedparser-6.0.1/docs/index.rst 2020-09-01 05:42:10.000000000 +0200
+++ new/feedparser-6.0.2/docs/index.rst 2020-10-25 18:36:15.000000000 +0100
@@ -5,8 +5,8 @@
This documentation claims to describe the behavior of :program:`feedparser`
|version|.
It does not claim to describe the behavior of any other version.
-This documentation lives at `https://pythonhosted.org/feedparser/
-<https://pythonhosted.org/feedparser/>`_. If you're reading it somewhere
else, you may
+This documentation lives at `https://feedparser.readthedocs.io/en/latest/
+<https://feedparser.readthedocs.io/en/latest/>`_. If you're reading it
somewhere else, you may
not have the latest version.
This documentation is provided by the author "as is" without any express or
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/feedparser-6.0.1/feedparser/__init__.py
new/feedparser-6.0.2/feedparser/__init__.py
--- old/feedparser-6.0.1/feedparser/__init__.py 2020-09-15 13:50:57.000000000
+0200
+++ new/feedparser-6.0.2/feedparser/__init__.py 2020-10-25 18:36:15.000000000
+0100
@@ -32,7 +32,7 @@
__author__ = 'Kurt McKee <[email protected]>'
__license__ = 'BSD 2-clause'
-__version__ = '6.0.1'
+__version__ = '6.0.2'
# HTTP "User-Agent" header to send to servers when downloading feeds.
# If you are embedding feedparser in a larger application, you should
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/feedparser-6.0.1/feedparser.egg-info/PKG-INFO
new/feedparser-6.0.2/feedparser.egg-info/PKG-INFO
--- old/feedparser-6.0.1/feedparser.egg-info/PKG-INFO 2020-09-15
13:51:13.000000000 +0200
+++ new/feedparser-6.0.2/feedparser.egg-info/PKG-INFO 2020-10-25
18:37:43.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: feedparser
-Version: 6.0.1
+Version: 6.0.2
Summary: Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom
0.3, and Atom 1.0 feeds
Home-page: https://github.com/kurtmckee/feedparser
Author: Kurt McKee
@@ -30,7 +30,7 @@
The feedparser documentation is available on the web at:
- https://pythonhosted.org/feedparser/
+ https://feedparser.readthedocs.io/en/latest/
It is also included in its source format, ReST, in the ``docs/``
directory.
To build the documentation you'll need the Sphinx package, which is
available at:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/feedparser-6.0.1/feedparser.egg-info/SOURCES.txt
new/feedparser-6.0.2/feedparser.egg-info/SOURCES.txt
--- old/feedparser-6.0.1/feedparser.egg-info/SOURCES.txt 2020-09-15
13:51:14.000000000 +0200
+++ new/feedparser-6.0.2/feedparser.egg-info/SOURCES.txt 2020-10-25
18:37:44.000000000 +0100
@@ -2,7 +2,6 @@
MANIFEST.in
NEWS
README.rst
-setup.cfg
setup.py
docs/add_custom_css.py
docs/advanced.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/feedparser-6.0.1/setup.cfg
new/feedparser-6.0.2/setup.cfg
--- old/feedparser-6.0.1/setup.cfg 2020-09-15 13:51:18.980701700 +0200
+++ new/feedparser-6.0.2/setup.cfg 2020-10-25 18:37:47.110600200 +0100
@@ -1,6 +1,3 @@
-[bdist_wheel]
-universal = 1
-
[egg_info]
tag_build =
tag_date = 0