From 4730d6fc09e9aa752cb710ebe88c8cf502d38271752bec9ca26d265684b1fb7d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 19 Aug 2020 13:18:47 +0000 Subject: [PATCH] - Update to 3.22.1: - Accept storyUrl with title in it for adapter_webnovelcom. Addresses #520 - Fix adapter_mcstoriescom getSiteExampleURLs() - Remove outdated rejecturls from plugin prefs--replaced by rejecturls_date last 18+ month back. - Fix for adapter_quotevcom site changes. - Fix adapter_harrypotterfanfictioncom desc parse for site change. - Changes for Python3 deprecation warnings (mostly) from eschwartz - Normalize literotica.com URLs to www.literotica.com - New Site: scribblehub.com - Thanks, mavi0! - Fixes for site changes: adapter_ficbooknet - Change INI error link blue color in dark mode. - Add 'Series [0]' option for new anthologies. - For anthologies, look for common val in numbered series00 if not all share 'series'. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=50 --- FanFicFare-3.21.0.tar.gz | 3 --- FanFicFare-3.22.1.tar.gz | 3 +++ python-fanficfare.changes | 22 ++++++++++++++++++++++ python-fanficfare.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 FanFicFare-3.21.0.tar.gz create mode 100644 FanFicFare-3.22.1.tar.gz diff --git a/FanFicFare-3.21.0.tar.gz b/FanFicFare-3.21.0.tar.gz deleted file mode 100644 index 979f140..0000000 --- a/FanFicFare-3.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2285bf21aad741d695dc7314807fa72a764497089078b156a8b66b5e7662bf2d -size 1193590 diff --git a/FanFicFare-3.22.1.tar.gz b/FanFicFare-3.22.1.tar.gz new file mode 100644 index 0000000..9d9c2ec --- /dev/null +++ b/FanFicFare-3.22.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38405aaba622c5f12bf6d342e09c312d9e966de0baf98c18b41770941e33fddd +size 1197731 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index a09c48a..87b7386 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Aug 19 13:13:02 UTC 2020 - Matej Cepl + +- Update to 3.22.1: + - Accept storyUrl with title in it for + adapter_webnovelcom. Addresses #520 + - Fix adapter_mcstoriescom getSiteExampleURLs() + - Remove outdated rejecturls from plugin prefs--replaced by + rejecturls_date last 18+ month back. + - Fix for adapter_quotevcom site changes. + - Fix adapter_harrypotterfanfictioncom desc parse for + site change. + - Changes for Python3 deprecation warnings (mostly) from + eschwartz + - Normalize literotica.com URLs to www.literotica.com + - New Site: scribblehub.com - Thanks, mavi0! + - Fixes for site changes: adapter_ficbooknet + - Change INI error link blue color in dark mode. + - Add 'Series [0]' option for new anthologies. + - For anthologies, look for common val in numbered series00 + if not all share 'series'. + ------------------------------------------------------------------- Sat Aug 1 13:50:50 UTC 2020 - Matej Cepl diff --git a/python-fanficfare.spec b/python-fanficfare.spec index 7cbc8db..5269d3f 100644 --- a/python-fanficfare.spec +++ b/python-fanficfare.spec @@ -21,7 +21,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fanficfare -Version: 3.21.0 +Version: 3.22.1 Release: 0 Summary: Tool for making eBooks from stories on fanfiction and other web sites License: GPL-3.0-only