- 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
This commit is contained in:
Matej Cepl 2022-01-26 07:44:53 +00:00 committed by Git OBS Bridge
parent 89e5eac096
commit 85e0f8f5bf
4 changed files with 24 additions and 5 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Jan 26 07:40:04 UTC 2022 - Matej Cepl <mcepl@suse.com>
- 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 <mcepl@suse.com>

View File

@ -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