From 4295db379d4e8dba593bdf2785e1a6e28dc8f69daf7669f96d929efbb7fe55a8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 1 Aug 2020 13:51:39 +0000 Subject: [PATCH] - Update to 3.21.0: - New site: chireads.com -- Thanks, Kolbo! - Fix for recursion in add_genre_when_multi_category caching bad value. - Change INI edit highlight colors when dark theme. - Add cover_min_size setting. - Fix add_genre_when_multi_category so it can include_in_ without breaking and move above doreplacements. - Add .SHOW_EMPTY feature for titlepage_entries. - Check for epub before polishing cover into it. - Change site efiction.esteliel.de to faerie-archive.com, also changed siteabbrev eesd->fae - Allow for no genre stories in adapter_fanficauthorsnet. - Fix adapter_webnovelcom sitetags for site changes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=48 --- FanFicFare-3.20.1.tar.gz | 3 --- FanFicFare-3.21.0.tar.gz | 3 +++ python-fanficfare.changes | 18 ++++++++++++++++++ python-fanficfare.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 FanFicFare-3.20.1.tar.gz create mode 100644 FanFicFare-3.21.0.tar.gz diff --git a/FanFicFare-3.20.1.tar.gz b/FanFicFare-3.20.1.tar.gz deleted file mode 100644 index 5019d38..0000000 --- a/FanFicFare-3.20.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02a30eb8c25f97bf4650b9182f948d6aa6bc5517abb4b20b4e29c14137d4995b -size 1140587 diff --git a/FanFicFare-3.21.0.tar.gz b/FanFicFare-3.21.0.tar.gz new file mode 100644 index 0000000..979f140 --- /dev/null +++ b/FanFicFare-3.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2285bf21aad741d695dc7314807fa72a764497089078b156a8b66b5e7662bf2d +size 1193590 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index 367bed7..a09c48a 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Aug 1 13:50:50 UTC 2020 - Matej Cepl + +- Update to 3.21.0: + - New site: chireads.com -- Thanks, Kolbo! + - Fix for recursion in add_genre_when_multi_category caching bad + value. + - Change INI edit highlight colors when dark theme. + - Add cover_min_size setting. + - Fix add_genre_when_multi_category so it can include_in_ without + breaking and move above doreplacements. + - Add .SHOW_EMPTY feature for titlepage_entries. + - Check for epub before polishing cover into it. + - Change site efiction.esteliel.de to faerie-archive.com, also changed + siteabbrev eesd->fae + - Allow for no genre stories in adapter_fanficauthorsnet. + - Fix adapter_webnovelcom sitetags for site changes. + ------------------------------------------------------------------- Sun Jun 21 20:37:22 UTC 2020 - Matej Cepl diff --git a/python-fanficfare.spec b/python-fanficfare.spec index b0d68c8..7cbc8db 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.20.1 +Version: 3.21.0 Release: 0 Summary: Tool for making eBooks from stories on fanfiction and other web sites License: GPL-3.0-only