1
0

Accepting request 834724 from devel:languages:python

- Update to 3.23.1:
  - Fix -s site list for adapter_hpfanficarchivecom.
  - adapter_valentchambercom - requires SSL and only allows w/o www.
  - adapter_hpfanficarchivecom - SSL cert SSL_ERROR_RX_RECORD_TOO_LONG,
    back to http
  - Update translations.
  - fiction.live - add support for multi route stories, thanks muchtea!
  - New Site: wuxiaworld.site, thanks, Kolbo5!
  - Handle more fiction.live URLs -- closes #541, thanks HazelSh!
  - fiction.live: null handling in format_readerposts -- closes #539,
    thanks HazelSh!
  - fiction.live: changed time formats for livetime metadata, chunk
    timestamps to avoid localized names -- fixes #538, thanks HazelSh!
  - adapter_occlumencysycophanthexcom needed another 'needs login'
    string.
  - Fix anthology comments for changes in how Calibre handles them.
  - Display number of URLs found for an anthology.
  - New site fiction.live, thanks HazelSh!
  - Fix for Anthology bug when no story has a series.
  - Added a string for translation.
  - Add a 'shouldn't happen' error check for anthology merge.
  - Add note about anthologies and epub3 to plugin-defaults.ini
  - Show busy cursor during anthology merge & update.
  - adapter_literotica: Fix for language domain name links on author
    page.
  - Fix chapter URLs in wuxiaworld.co.
  - Update for site changes, wuxiaworld.co update -- thanks, teffalump!
  - More fixes for wuxiaworld.co update -- thanks, teffalump!
  - Added wuxiaworld.co specific setting dedup_order_chapter_list to
    optionally apply teffalump's chapter dedup and ordering code.

OBS-URL: https://build.opensuse.org/request/show/834724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fanficfare?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2020-09-16 17:35:30 +00:00 committed by Git OBS Bridge
commit c6480defc4
4 changed files with 39 additions and 4 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Tue Sep 15 16:45:12 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Update to 3.23.1:
- Fix -s site list for adapter_hpfanficarchivecom.
- adapter_valentchambercom - requires SSL and only allows w/o www.
- adapter_hpfanficarchivecom - SSL cert SSL_ERROR_RX_RECORD_TOO_LONG,
back to http
- Update translations.
- fiction.live - add support for multi route stories, thanks muchtea!
- New Site: wuxiaworld.site, thanks, Kolbo5!
- Handle more fiction.live URLs -- closes #541, thanks HazelSh!
- fiction.live: null handling in format_readerposts -- closes #539,
thanks HazelSh!
- fiction.live: changed time formats for livetime metadata, chunk
timestamps to avoid localized names -- fixes #538, thanks HazelSh!
- adapter_occlumencysycophanthexcom needed another 'needs login'
string.
- Fix anthology comments for changes in how Calibre handles them.
- Display number of URLs found for an anthology.
- New site fiction.live, thanks HazelSh!
- Fix for Anthology bug when no story has a series.
- Added a string for translation.
- Add a 'shouldn't happen' error check for anthology merge.
- Add note about anthologies and epub3 to plugin-defaults.ini
- Show busy cursor during anthology merge & update.
- adapter_literotica: Fix for language domain name links on author
page.
- Fix chapter URLs in wuxiaworld.co.
- Update for site changes, wuxiaworld.co update -- thanks, teffalump!
- More fixes for wuxiaworld.co update -- thanks, teffalump!
- Added wuxiaworld.co specific setting dedup_order_chapter_list to
optionally apply teffalump's chapter dedup and ordering code.
Defaults to false.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 19 13:13:02 UTC 2020 - Matej Cepl <mcepl@suse.com> Wed Aug 19 13:13:02 UTC 2020 - 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: 3.22.1 Version: 3.23.1
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