diff --git a/FanFicFare-4.10.0.tar.gz b/FanFicFare-4.10.0.tar.gz new file mode 100644 index 0000000..c6efd51 --- /dev/null +++ b/FanFicFare-4.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4717a9f1eb76b7b94749f7984b454ac51707f1b06d90ddbe9345ad80a672edd +size 1956236 diff --git a/FanFicFare-4.9.0.tar.gz b/FanFicFare-4.9.0.tar.gz deleted file mode 100644 index 455f7f8..0000000 --- a/FanFicFare-4.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:495d5cdc71166c7510e93587eaace897bb4a60170a396b554efd3c7670faf5d9 -size 1955758 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index 53864dd..338f127 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Feb 15 18:30:59 UTC 2022 - Matej Cepl + +- Upgrade to 4.10.0: + - adapter_fanfiktionde: Update where description comes from. + - ReadOnlyMindAdapter: Add series_tags feature to populate + series metadata (#803) - Thanks Nothorse + - Add use_flaresolverr_proxy:withimages option for FlareSolverr + v1 users. + - Correct use_flaresolverr_proxy error checking. + - adapter_royalroadcom: Add status 'Dropped' + - New Site: readonlymind.com, thanks Nothorse Issue #767 PR + #801 + - Force include_images:false when use_flaresolverr_proxy:true + -- FlareSolverr v2.2.0 crashes on image request. + - Remove defunct site: hpfanficarchive.com + - base_efiction: Add 'Igen' as equiv to 'Yes, Completed' in + Hungarian + - adapter_royalroadcom: Add status 'Stub' Closes #800 + - New site: merengo.hu (Hungarian), thanks estherflails + - Remove site: fanfic.hu (moved to merengo.hu, storyIds don't + appear to be the same) + - Fix for py2 for base_xenforoforum tagsfromtitle. Thanks hseg + for the help. See #791 + - Extend base_xenforoforum tagsfromtitle for ')(' '][' + - Changes for upcoming Qt6 Calibre + ------------------------------------------------------------------- Wed Jan 26 07:40:04 UTC 2022 - Matej Cepl diff --git a/python-fanficfare.spec b/python-fanficfare.spec index 96f2f13..b600290 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.9.0 +Version: 4.10.0 Release: 0 Summary: Tool for making eBooks from stories on fanfiction and other web sites License: GPL-3.0-only @@ -34,6 +34,7 @@ BuildRequires: %{python_module chardet} BuildRequires: %{python_module cloudscraper} BuildRequires: %{python_module html2text} BuildRequires: %{python_module html5lib} +BuildRequires: %{python_module requests-file} BuildRequires: %{python_module setuptools >= 17.1} BuildRequires: dos2unix BuildRequires: fdupes @@ -43,6 +44,7 @@ Requires: python-chardet Requires: python-cloudscraper Requires: python-html2text Requires: python-html5lib +Requires: python-requests-file Requires: python-setuptools Requires(post): update-alternatives Requires(postun):update-alternatives