forked from pool/python-fanficfare
Accepting request 949193 from devel:languages:python
- 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/request/show/949193 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fanficfare?expand=0&rev=37
This commit is contained in:
commit
72102cb5c1
BIN
FanFicFare-4.8.0.tar.gz
(Stored with Git LFS)
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
BIN
FanFicFare-4.9.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user