From 8d9e2f5a5305b81859754ca33a94dc375ab4867942d8b823a16213820eb2d2f9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 12 Jul 2022 21:21:14 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=83 --- FanFicFare-4.12.4.tar.gz | 3 --- FanFicFare-4.14.0.tar.gz | 3 +++ python-fanficfare.changes | 51 +++++++++++++++++++++++++++++++++++++++ python-fanficfare.spec | 2 +- 4 files changed, 55 insertions(+), 4 deletions(-) delete mode 100644 FanFicFare-4.12.4.tar.gz create mode 100644 FanFicFare-4.14.0.tar.gz diff --git a/FanFicFare-4.12.4.tar.gz b/FanFicFare-4.12.4.tar.gz deleted file mode 100644 index 33285c6..0000000 --- a/FanFicFare-4.12.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:426534a973cd4e98cd6bdafcaa59c1607dc10c079d82900282b257dee2222129 -size 1980752 diff --git a/FanFicFare-4.14.0.tar.gz b/FanFicFare-4.14.0.tar.gz new file mode 100644 index 0000000..45d74d3 --- /dev/null +++ b/FanFicFare-4.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0260569976d460813169e6bab0cd04b7f2cc37c707505c81fa9e4ca3f64a0c28 +size 1980833 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index 7e0f8a1..4230fb8 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Jul 12 21:17:49 UTC 2022 - Matej Cepl + +- 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 diff --git a/python-fanficfare.spec b/python-fanficfare.spec index cdfd4c1..50a8538 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.12.4 +Version: 4.14.0 Release: 0 Summary: Tool for making eBooks from stories on fanfiction and other web sites License: GPL-3.0-only