forked from pool/python-fanficfare
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=80
This commit is contained in:
parent
85e0f8f5bf
commit
e960b47ac4
BIN
FanFicFare-4.10.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-4.10.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
FanFicFare-4.9.0.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-4.9.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 15 18:30:59 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- 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 <mcepl@suse.com>
|
Wed Jan 26 07:40:04 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-fanficfare
|
Name: python-fanficfare
|
||||||
Version: 4.9.0
|
Version: 4.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool for making eBooks from stories on fanfiction and other web sites
|
Summary: Tool for making eBooks from stories on fanfiction and other web sites
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -34,6 +34,7 @@ BuildRequires: %{python_module chardet}
|
|||||||
BuildRequires: %{python_module cloudscraper}
|
BuildRequires: %{python_module cloudscraper}
|
||||||
BuildRequires: %{python_module html2text}
|
BuildRequires: %{python_module html2text}
|
||||||
BuildRequires: %{python_module html5lib}
|
BuildRequires: %{python_module html5lib}
|
||||||
|
BuildRequires: %{python_module requests-file}
|
||||||
BuildRequires: %{python_module setuptools >= 17.1}
|
BuildRequires: %{python_module setuptools >= 17.1}
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -43,6 +44,7 @@ Requires: python-chardet
|
|||||||
Requires: python-cloudscraper
|
Requires: python-cloudscraper
|
||||||
Requires: python-html2text
|
Requires: python-html2text
|
||||||
Requires: python-html5lib
|
Requires: python-html5lib
|
||||||
|
Requires: python-requests-file
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
|
Loading…
Reference in New Issue
Block a user