From b47efca387eaef6871f1b7fc6e985b7f3e4c25fabeb02f469cecd5827a181405 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 26 Oct 2020 09:18:09 +0000 Subject: [PATCH] Accepting request 843949 from home:benoit_monin:branches:devel:languages:python update to version 6.0.2 OBS-URL: https://build.opensuse.org/request/show/843949 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=46 --- feedparser-6.0.1.tar.gz | 3 --- feedparser-6.0.2.tar.gz | 3 +++ python-feedparser.changes | 9 +++++++++ python-feedparser.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 feedparser-6.0.1.tar.gz create mode 100644 feedparser-6.0.2.tar.gz diff --git a/feedparser-6.0.1.tar.gz b/feedparser-6.0.1.tar.gz deleted file mode 100644 index 4ee27b7..0000000 --- a/feedparser-6.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ca88edcaa43f428345968df903a87f020843eda5e28d7ea24a612158d61e74c -size 284620 diff --git a/feedparser-6.0.2.tar.gz b/feedparser-6.0.2.tar.gz new file mode 100644 index 0000000..1f04f5b --- /dev/null +++ b/feedparser-6.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b00a105425f492f3954fd346e5b524ca9cef3a4bbf95b8809470e9857aa1074 +size 284734 diff --git a/python-feedparser.changes b/python-feedparser.changes index 4315230..43f01f8 100644 --- a/python-feedparser.changes +++ b/python-feedparser.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Oct 25 17:59:36 UTC 2020 - BenoƮt Monin + +- 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. + ------------------------------------------------------------------- Mon Sep 28 11:20:26 UTC 2020 - Dirk Mueller diff --git a/python-feedparser.spec b/python-feedparser.spec index ede64e6..446b0d0 100644 --- a/python-feedparser.spec +++ b/python-feedparser.spec @@ -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