From 57afb106289d4659175b02ad2d68aa2d04999a476da7e5de1cf35e94d9282374 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 26 Aug 2021 10:12:35 +0000 Subject: [PATCH] - Update to 4.5.0: - (Known issue: #729 - wuxiaworld.site has changed) - Update translations. - Fix for lazyload images in base_xenforoforum_adapter - Keep existing series/anthology URL during update for config purposes. - Allow chapter URLs for adapter_webnovelcom. - Shift adapter_fictionmaniatv to http, problems with https server? - Change blockfilecache to save uint32 addrs instead of original cache key. Hashing cache key proved unreliable in some cases. - Allow fictionpress.com with use_browser_cache--user still needs to configure in personal.ini Closes #716 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=77 --- FanFicFare-4.4.0.tar.gz | 3 --- FanFicFare-4.5.0.tar.gz | 3 +++ python-fanficfare.changes | 18 ++++++++++++++++++ python-fanficfare.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 FanFicFare-4.4.0.tar.gz create mode 100644 FanFicFare-4.5.0.tar.gz diff --git a/FanFicFare-4.4.0.tar.gz b/FanFicFare-4.4.0.tar.gz deleted file mode 100644 index 4b60f8a..0000000 --- a/FanFicFare-4.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc8930c2e58af49a4c58d41c58b7039290e08dabf5ee77b38141761b8891db05 -size 1948136 diff --git a/FanFicFare-4.5.0.tar.gz b/FanFicFare-4.5.0.tar.gz new file mode 100644 index 0000000..4c20b04 --- /dev/null +++ b/FanFicFare-4.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eab1f5973d4c834d56d3ed0f1bad20a072da98997a7eb26acb2a3f8b6122e25 +size 1947848 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index 703902e..4c256ea 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Aug 26 10:10:28 UTC 2021 - Matej Cepl + +- Update to 4.5.0: + - (Known issue: #729 - wuxiaworld.site has changed) + - Update translations. + - Fix for lazyload images in base_xenforoforum_adapter + - Keep existing series/anthology URL during update for config + purposes. + - Allow chapter URLs for adapter_webnovelcom. + - Shift adapter_fictionmaniatv to http, problems with https + server? + - Change blockfilecache to save uint32 addrs instead of + original cache key. Hashing cache key proved unreliable in + some cases. + - Allow fictionpress.com with use_browser_cache--user still + needs to configure in personal.ini Closes #716 + ------------------------------------------------------------------- Wed Jul 21 11:24:45 UTC 2021 - Matej Cepl diff --git a/python-fanficfare.spec b/python-fanficfare.spec index 1e11f9f..d65d55b 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: 4.4.0 +Version: 4.5.0 Release: 0 Summary: Tool for making eBooks from stories on fanfiction and other web sites License: GPL-3.0-only