Accepting request 988869 from devel:languages:python
- Update to 4.14.0: - Update translations. - adapter_fictionhuntcom: Fix for changes to chapter list. - Restore & > < entities in chapter titles. Closes #863 - Update translations - Better handling for fail of an existing anthology book on update. Closes #860 - adapter_fictionhuntcom: Update for site changes. - Fix for problem with remove_tags refactor. - Refactor code to remove empty tags to also remove now-empty parents by making another pass. - Collect rating for adapter_libraryofmoriacom, refactor rating from TOC in base_efiction. Closes #859 - adapter_themasquenet: Switch to https, closes #854 - PI: Ctrl-Return/Enter on personal.ini editbox equivalent to clicking OK button. - base_xenforoforum_adapter(QQ): Allow for guest/deleted author w/o a link. Closes #852 - adapter_readonlymindcom: Add include_author_notes setting - See #850, thanks FayeGray! - adapter_mcstoriescom Allow multiple authors. Closes #847 - Update to 4.13.0: - Update translations. - adapter_chosentwofanficcom: http->https - adapter_mediaminerorg: More story URL forms. #845 - Don't set marked in Calibre when book_id is None #833 - adapter_quotevcom: Update collection of searchtags - Add config check parsing for custom_columns_settings on personal.ini save. - Refactor img code in story.py to fix a problem when cover image also in story. - fastnovel.net -> fastnovels.net - Rename adapter_fastnovelsnet - Fixes for site changes - fix storiesonline login (again) - parameter name was changed back to "email" (#840) - Thanks mvlcek! - adapter_webnovelcom: Not all paragraphs starting with '<' are HTML. #841 - Lighten color highlighting for storyUrls sections in dark mode. - fix storiesonline login - thanks, mvlcek! - adapter_ficbooknet: Fix for site change. - adapter_wwwutopiastoriescom: Fixes for site changes. - adapter_fanficsme: Fix for changed 'words' metadata. - Remove site tomparisdorm.com - Moved to AO3 - Remove site: bloodties-fans.com - Moved to AO3. - Remove site wuxiaworld.com Closes #796 - Remove site wuxiaworld.site Closes #758 OBS-URL: https://build.opensuse.org/request/show/988869 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fanficfare?expand=0&rev=40
This commit is contained in:
commit
59d5fb84b1
BIN
FanFicFare-4.12.4.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-4.12.4.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-4.14.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-4.14.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,54 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 12 21:17:49 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Update to 4.14.0:
|
||||||
|
- Update translations.
|
||||||
|
- adapter_fictionhuntcom: Fix for changes to chapter list.
|
||||||
|
- Restore & > < entities in chapter titles. Closes #863
|
||||||
|
- Update translations
|
||||||
|
- Better handling for fail of an existing anthology book on
|
||||||
|
update. Closes #860
|
||||||
|
- adapter_fictionhuntcom: Update for site changes.
|
||||||
|
- Fix for problem with remove_tags refactor.
|
||||||
|
- Refactor code to remove empty tags to also remove now-empty
|
||||||
|
parents by making another pass.
|
||||||
|
- Collect rating for adapter_libraryofmoriacom, refactor rating
|
||||||
|
from TOC in base_efiction. Closes #859
|
||||||
|
- adapter_themasquenet: Switch to https, closes #854
|
||||||
|
- PI: Ctrl-Return/Enter on personal.ini editbox equivalent to
|
||||||
|
clicking OK button.
|
||||||
|
- base_xenforoforum_adapter(QQ): Allow for guest/deleted author
|
||||||
|
w/o a link. Closes #852
|
||||||
|
- adapter_readonlymindcom: Add include_author_notes setting -
|
||||||
|
See #850, thanks FayeGray!
|
||||||
|
- adapter_mcstoriescom Allow multiple authors. Closes #847
|
||||||
|
- Update to 4.13.0:
|
||||||
|
- Update translations.
|
||||||
|
- adapter_chosentwofanficcom: http->https
|
||||||
|
- adapter_mediaminerorg: More story URL forms. #845
|
||||||
|
- Don't set marked in Calibre when book_id is None #833
|
||||||
|
- adapter_quotevcom: Update collection of searchtags
|
||||||
|
- Add config check parsing for custom_columns_settings on
|
||||||
|
personal.ini save.
|
||||||
|
- Refactor img code in story.py to fix a problem when cover
|
||||||
|
image also in story.
|
||||||
|
- fastnovel.net -> fastnovels.net - Rename
|
||||||
|
adapter_fastnovelsnet - Fixes for site changes
|
||||||
|
- fix storiesonline login (again) - parameter name was changed
|
||||||
|
back to "email" (#840) - Thanks mvlcek!
|
||||||
|
- adapter_webnovelcom: Not all paragraphs starting with '<' are
|
||||||
|
HTML. #841
|
||||||
|
- Lighten color highlighting for storyUrls sections in dark
|
||||||
|
mode.
|
||||||
|
- fix storiesonline login - thanks, mvlcek!
|
||||||
|
- adapter_ficbooknet: Fix for site change.
|
||||||
|
- adapter_wwwutopiastoriescom: Fixes for site changes.
|
||||||
|
- adapter_fanficsme: Fix for changed 'words' metadata.
|
||||||
|
- Remove site tomparisdorm.com - Moved to AO3
|
||||||
|
- Remove site: bloodties-fans.com - Moved to AO3.
|
||||||
|
- Remove site wuxiaworld.com Closes #796
|
||||||
|
- Remove site wuxiaworld.site Closes #758
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 3 05:39:31 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
Tue May 3 05:39:31 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-fanficfare
|
Name: python-fanficfare
|
||||||
Version: 4.12.4
|
Version: 4.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool for making eBooks from stories on fanfiction and other web sites
|
Summary: Tool for making eBooks from stories on fanfiction and other web sites
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user