From 9afcd8e854a2f44039e79aca2de424f39f23cece3a1b5eb37c959733ce92f1e1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 15 Sep 2020 16:48:29 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-fanficfare?expand=0&rev=52 --- FanFicFare-3.22.1.tar.gz | 3 --- FanFicFare-3.23.1.tar.gz | 3 +++ python-fanficfare.changes | 35 +++++++++++++++++++++++++++++++++++ python-fanficfare.spec | 2 +- 4 files changed, 39 insertions(+), 4 deletions(-) delete mode 100644 FanFicFare-3.22.1.tar.gz create mode 100644 FanFicFare-3.23.1.tar.gz diff --git a/FanFicFare-3.22.1.tar.gz b/FanFicFare-3.22.1.tar.gz deleted file mode 100644 index 9d9c2ec..0000000 --- a/FanFicFare-3.22.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38405aaba622c5f12bf6d342e09c312d9e966de0baf98c18b41770941e33fddd -size 1197731 diff --git a/FanFicFare-3.23.1.tar.gz b/FanFicFare-3.23.1.tar.gz new file mode 100644 index 0000000..f792322 --- /dev/null +++ b/FanFicFare-3.23.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3adf783933a76adc73290b60e716dd90910e1faabdc44e36c0d933539fb713bb +size 1261276 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index 87b7386..7d98c0e 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Tue Sep 15 16:45:12 UTC 2020 - Matej Cepl + +- 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 diff --git a/python-fanficfare.spec b/python-fanficfare.spec index 5269d3f..cb3dfea 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: 3.22.1 +Version: 3.23.1 Release: 0 Summary: Tool for making eBooks from stories on fanfiction and other web sites License: GPL-3.0-only