From 85e0f8f5bfb890390c83e11c307bc67719ce15a60a92c160cd2b4871f9d8121d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 26 Jan 2022 07:44:53 +0000 Subject: [PATCH] - Update to 4.9.0: - Remove removed fictionalley site from plugin-example.ini - Update defaults.inis for Chrome's new Cache_Data dir. - Update translations. - Adding plugin feature to Mark anthologies when individual story skipped. See #786 - Refactoring of cli.py by hseg. - Tweaks to base_xenforoforum tagsfromtitle default replace_metadata by hseg. - adapter_archiveofourownorg: AO3 notification emails now sending http: instead of https: - Add remove_class_chapter feature, true by default. For Calibre convert with Base eFiction. - adapter_scribblehubcom: Corner case removing spoilers. - adapter_wwwnovelallcom: fixes for story w/o chapters & html desc. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=79 --- FanFicFare-4.8.0.tar.gz | 3 --- FanFicFare-4.9.0.tar.gz | 3 +++ python-fanficfare.changes | 19 +++++++++++++++++++ python-fanficfare.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 FanFicFare-4.8.0.tar.gz create mode 100644 FanFicFare-4.9.0.tar.gz diff --git a/FanFicFare-4.8.0.tar.gz b/FanFicFare-4.8.0.tar.gz deleted file mode 100644 index df9f24c..0000000 --- a/FanFicFare-4.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd95f366714b807a793378f0e1ad07f0539ecfd2f4a3fb67caa8bf5ef6aa4036 -size 1953199 diff --git a/FanFicFare-4.9.0.tar.gz b/FanFicFare-4.9.0.tar.gz new file mode 100644 index 0000000..455f7f8 --- /dev/null +++ b/FanFicFare-4.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495d5cdc71166c7510e93587eaace897bb4a60170a396b554efd3c7670faf5d9 +size 1955758 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index d589339..53864dd 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jan 26 07:40:04 UTC 2022 - Matej Cepl + +- Update to 4.9.0: + - Remove removed fictionalley site from plugin-example.ini + - Update defaults.inis for Chrome's new Cache_Data dir. + - Update translations. + - Adding plugin feature to Mark anthologies when individual + story skipped. See #786 + - Refactoring of cli.py by hseg. + - Tweaks to base_xenforoforum tagsfromtitle default + replace_metadata by hseg. + - adapter_archiveofourownorg: AO3 notification emails now + sending http: instead of https: + - Add remove_class_chapter feature, true by default. For + Calibre convert with Base eFiction. + - adapter_scribblehubcom: Corner case removing spoilers. + - adapter_wwwnovelallcom: fixes for story w/o chapters & html desc. + ------------------------------------------------------------------- Tue Jan 11 17:35:44 UTC 2022 - Matej Cepl diff --git a/python-fanficfare.spec b/python-fanficfare.spec index a5c4c3b..96f2f13 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: 4.8.0 +Version: 4.9.0 Release: 0 Summary: Tool for making eBooks from stories on fanfiction and other web sites License: GPL-3.0-only @@ -65,7 +65,7 @@ Main Features of FanFicFare: rm -rf included_dependencies/ -sed -i -e '/^#!\/usr\/bin\/python/d' fanficfare/mobi{,html}.py +find . -name \*.py -exec sed -i -e '/^#!\/usr\/bin\/python/d' '{}' \; dos2unix DESCRIPTION.rst README.md %build