From db18a0acb2dd41e6a2d1668098826959890eb35f0bf7eed58634a984a4d6a7e7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 15 Oct 2020 17:17:10 +0000 Subject: [PATCH] - Update to 3.24.0: - fiction.live - handle api returning non-int values for votes PR gh#JimmXinu/FanFicFare#550, thanks muchtea - adapter_scribblehubcom: Include author notes/news in chapters unless in exclude_notes - thanks, Epicpkmn11! - archive.hpfanfictalk.com -> fanfictalk.com plus site changes for same. - Change ponyfictionarchive.net to https by default - Making eFiction series name/desc collection work with more sites. - Apply CLI --json-meta to --list to see series name/desc. - Fix adapter_storiesonlinenet login. Closes gh#JimmXinu/FanFicFare#550 - Add AO3 Series 'status'. - Don't save cover image size for dedup_img_files - Calibre might replace it. Also fixes gh#JimmXinu/FanFicFare#550 - Better GUI for series anthology - Adding eFiction series parsing attempt to base_adapter. - ensure_text plugin-example.ini for py3 - New site: www.the-sietch.com XenForo2 site with weird URL scheme. Closes gh#JimmXinu/FanFicFare#550 - Add get_urls_from_page() and get_series_from_page() to adapters, add support. AO3 and TtH only so far. - Add include_author_notes option (defaults on) to adapter_royalroadcom Closes gh#JimmXinu/FanFicFare#550 - adapter_fictionlive: Handle stories with missing contentRating, storyStatus & support beta.fictionlive.com domain, thanks HazelSh! - Add setting remove_tags:script,style replacing script remove hardcode, adding style remove. Closes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=54 --- FanFicFare-3.23.1.tar.gz | 3 --- FanFicFare-3.24.0.tar.gz | 3 +++ python-fanficfare.changes | 42 +++++++++++++++++++++++++++++++++++++++ python-fanficfare.spec | 2 +- 4 files changed, 46 insertions(+), 4 deletions(-) delete mode 100644 FanFicFare-3.23.1.tar.gz create mode 100644 FanFicFare-3.24.0.tar.gz diff --git a/FanFicFare-3.23.1.tar.gz b/FanFicFare-3.23.1.tar.gz deleted file mode 100644 index f792322..0000000 --- a/FanFicFare-3.23.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3adf783933a76adc73290b60e716dd90910e1faabdc44e36c0d933539fb713bb -size 1261276 diff --git a/FanFicFare-3.24.0.tar.gz b/FanFicFare-3.24.0.tar.gz new file mode 100644 index 0000000..c5e0cc4 --- /dev/null +++ b/FanFicFare-3.24.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e591aaa2230b206ffb5cd6a86a069163c1866e9b01d7075029fa516540ad7e08 +size 1292620 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index 7d98c0e..0f71d18 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Thu Oct 15 17:14:02 UTC 2020 - Matej Cepl + +- Update to 3.24.0: + - fiction.live - handle api returning non-int values for votes + PR gh#JimmXinu/FanFicFare#550, thanks muchtea + - adapter_scribblehubcom: Include author notes/news in chapters + unless in exclude_notes - thanks, Epicpkmn11! + - archive.hpfanfictalk.com -> fanfictalk.com plus site changes + for same. + - Change ponyfictionarchive.net to https by default + - Making eFiction series name/desc collection work with more + sites. + - Apply CLI --json-meta to --list to see series name/desc. + - Fix adapter_storiesonlinenet login. Closes + gh#JimmXinu/FanFicFare#550 + - Add AO3 Series 'status'. + - Don't save cover image size for dedup_img_files - Calibre + might replace it. Also fixes gh#JimmXinu/FanFicFare#550 + - Better GUI for series anthology + - Adding eFiction series parsing attempt to base_adapter. + - ensure_text plugin-example.ini for py3 + - New site: www.the-sietch.com XenForo2 site with weird URL + scheme. Closes gh#JimmXinu/FanFicFare#550 + - Add get_urls_from_page() and get_series_from_page() to + adapters, add support. AO3 and TtH only so far. + - Add include_author_notes option (defaults on) to + adapter_royalroadcom Closes gh#JimmXinu/FanFicFare#550 + - adapter_fictionlive: Handle stories with missing + contentRating, storyStatus & support beta.fictionlive.com + domain, thanks HazelSh! + - Add setting remove_tags:script,style replacing script remove + hardcode, adding style remove. Closes + gh#JimmXinu/FanFicFare#550. + - New Site: novelupdates.cc (possible transition dest for + wuxiaworld.co?) - Thanks ElminsterAU! + - Fix for adapter_wuxiaworldsite not setting authorUrl. + - Add dedup_img_files option(default:false). + gh#JimmXinu/FanFicFare#550 + - wuxiaworld.co and novelupdates.cc don't author links after + all? + ------------------------------------------------------------------- Tue Sep 15 16:45:12 UTC 2020 - Matej Cepl diff --git a/python-fanficfare.spec b/python-fanficfare.spec index cb3dfea..4c36aa7 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.23.1 +Version: 3.24.0 Release: 0 Summary: Tool for making eBooks from stories on fanfiction and other web sites License: GPL-3.0-only