Accepting request 955094 from devel:languages:python

- 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/request/show/955094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fanficfare?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2022-02-15 22:57:48 +00:00 committed by Git OBS Bridge
commit d54d35a6af
4 changed files with 33 additions and 4 deletions

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)

Binary file not shown.

View File

@ -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>

View File

@ -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