- Update to 4.12.4:

- Fix for SpaceBattles using an attr on noscript tags now.
  - add chapter date metadata to RoyalRoadAdapter
  - Address Storiesonline.net "Click to Load text..."
  - adapter_storiesonlinenet py2 fixes
  - Update translations.
  - Py2 vs py3 fix #828
  - adapter_phoenixsongnet: Remove login code and changes for
    static author links.
  - adapter_webnovelcom: Fixes for site changes.
  - adapter_fictionhuntcom: Fixes for site changes.
  - Xenforo2 status Ongoing==In-Progress
  - Apply connect_timeout setting to network requests.
  - adapter_webnovelcom: Unescape & too.
  - Detect and error on adjusted chapter list < 1.
  - adapter_webnovelcom: Read chapter text from json in <script>
    tag.
  - Add --mozilla-cookies CLI option.
  - use large cover images on royalroad
  - PI: Check for existing anthology ebook on new anthology from
    series URL.
  - ffnet: Add meta_from_last_chapter option.
  - adapter_literotica: add ...$ to story URL search for when
    /xyz-pt1 and /xyz are different stories.
  - fix wuxiaworldco: www => m
  - Adding fandom/category parsing to
    adapter_fictionhuntcom--more than just HP now.
  - Update translations.
  - adapter_quotevcom: Additional chapter image parsing.
  - royalroad: Recognize and normalize various chapter url

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=81
This commit is contained in:
Matej Cepl 2022-05-03 05:47:48 +00:00 committed by Git OBS Bridge
parent e960b47ac4
commit 5bbbbd231d
4 changed files with 49 additions and 4 deletions

BIN
FanFicFare-4.10.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
FanFicFare-4.12.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Tue May 3 05:39:31 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 4.12.4:
- Fix for SpaceBattles using an attr on noscript tags now.
- add chapter date metadata to RoyalRoadAdapter
- Address Storiesonline.net "Click to Load text..."
- adapter_storiesonlinenet py2 fixes
- Update translations.
- Py2 vs py3 fix #828
- adapter_phoenixsongnet: Remove login code and changes for
static author links.
- adapter_webnovelcom: Fixes for site changes.
- adapter_fictionhuntcom: Fixes for site changes.
- Xenforo2 status Ongoing==In-Progress
- Apply connect_timeout setting to network requests.
- adapter_webnovelcom: Unescape & too.
- Detect and error on adjusted chapter list < 1.
- adapter_webnovelcom: Read chapter text from json in <script>
tag.
- Add --mozilla-cookies CLI option.
- use large cover images on royalroad
- PI: Check for existing anthology ebook on new anthology from
series URL.
- ffnet: Add meta_from_last_chapter option.
- adapter_literotica: add ...$ to story URL search for when
/xyz-pt1 and /xyz are different stories.
- fix wuxiaworldco: www => m
- Adding fandom/category parsing to
adapter_fictionhuntcom--more than just HP now.
- Update translations.
- adapter_quotevcom: Additional chapter image parsing.
- royalroad: Recognize and normalize various chapter url
formats
- Change base_xenforoforum reveal_invisible_text feature to
also add class=invisible_text.
- adapter_fastnovelnet: Update to redirected Story URL.
- adapter_fastnovelnet: 'Normalize' chapter URLs to current
storyId URL--site is changing it frequently
- base_efiction - narrow chapter search more--for merengo.hu.
- Stop looking for FFDL settings--it's been 7 years.
- Look for story URLs in pasted mime as well as dropped.
- adapter_storiesonlinenet: fix for dateUpdated when 'Last
Activity'
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 15 18:30:59 UTC 2022 - Matej Cepl <mcepl@suse.com> Tue Feb 15 18:30:59 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@ -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.10.0 Version: 4.12.4
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