From 9485893a94c3d0a37b07c8096818b7d8ba34774268126f805c1b52fbb2ae3082 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 15 Nov 2019 06:55:05 +0000 Subject: [PATCH 1/2] - Update to 3.12.0: - Update Translations - Add defaults.ini CSS for ficbook.net to preserve line breaks. - Changes for adapter_forumsspacebattlescom to use base_xenforo2forum. - Correct AO3 author parsing for high-byte characters. - Additional warnings about imaptags added to manually added story URLs. - Fix for adapter_trekfanfictionnet URL change. Closes #433. - Add 'Restricted to Registered Users'(restricted) metadata to AO3. - Fix for unicode chars in url params, fixes 427 - Add feature to automatically add optional tags for stories downloaded from email URLs. - New Russian Site added: www.swi.org.ru - Thanks gunmetal313 - Fix for wordcount in adapter_fanfiktionde when max_zalgo:1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=27 --- FanFicFare-3.11.0.tar.gz | 3 --- FanFicFare-3.12.0.tar.gz | 3 +++ python-fanficfare.changes | 20 ++++++++++++++++++++ python-fanficfare.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 FanFicFare-3.11.0.tar.gz create mode 100644 FanFicFare-3.12.0.tar.gz diff --git a/FanFicFare-3.11.0.tar.gz b/FanFicFare-3.11.0.tar.gz deleted file mode 100644 index c2a5711..0000000 --- a/FanFicFare-3.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0e89544a00028d79f909c24133dac642807078cea24896f0852aa3847549b8f -size 1108198 diff --git a/FanFicFare-3.12.0.tar.gz b/FanFicFare-3.12.0.tar.gz new file mode 100644 index 0000000..cdabb96 --- /dev/null +++ b/FanFicFare-3.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9af8f6474d1411f2e0e580a64311c9fd67c8d4453764c68f37c52f02f1433aa +size 1112445 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index c448ffb..ca9a3de 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Nov 15 07:53:21 CET 2019 - Matej Cepl + +- Update to 3.12.0: + - Update Translations + - Add defaults.ini CSS for ficbook.net to preserve line breaks. + - Changes for adapter_forumsspacebattlescom to use + base_xenforo2forum. + - Correct AO3 author parsing for high-byte characters. + - Additional warnings about imaptags added to manually added + story URLs. + - Fix for adapter_trekfanfictionnet URL change. Closes #433. + - Add 'Restricted to Registered Users'(restricted) metadata to + AO3. + - Fix for unicode chars in url params, fixes 427 + - Add feature to automatically add optional tags for stories + downloaded from email URLs. + - New Russian Site added: www.swi.org.ru - Thanks gunmetal313 + - Fix for wordcount in adapter_fanfiktionde when max_zalgo:1 + ------------------------------------------------------------------- Fri Sep 13 07:48:06 UTC 2019 - Tomáš Chvátal diff --git a/python-fanficfare.spec b/python-fanficfare.spec index 3964ff4..af91fb1 100644 --- a/python-fanficfare.spec +++ b/python-fanficfare.spec @@ -1,7 +1,7 @@ # # spec file for package python-fanficfare # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define modnamedown fanficfare %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fanficfare -Version: 3.11.0 +Version: 3.12.0 Release: 0 Summary: Tool for making eBooks from stories on fanfiction and other web sites License: GPL-3.0-only From 6f5a246ac551b91afa556d5145897c9b8c3a60800ae7428d7e233939ea0d80cf Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 15 Nov 2019 19:48:55 +0000 Subject: [PATCH 2/2] - Update to 3.13.0: - Add some code to handle 24 hr clocks w/o changing adapters. - Don't escape # in URLs, causes problems with ficbook.net. - Bypass expired SSL cert by not using SSL. adapter_thehookupzonenet - Bypass expired SSL cert by not using SSL. adapter_spikeluvercom - Remove site twilightarchives.com - Closed as per web site. - Remove site lotrfanfiction.com - Closed as per web site. - Remove site www.13hours.org. Moved to AO3. - Add site specific chapterslashtotal and chapterstotal for adapter_archiveofourownorg. - Fixes for adapter_webnovelcom site changes to JSON. - Add parentforums site specific metadata for base_xenforo, include partial list in category. - Add user/pass to adapter_fictionhuntcom, required to see chapter text now. - Discard cookie cache on library change--might use different users/settings. - At least one efiction site said Completed: Completed instead of Yes. - Adding some html class attrs to epub output for ease of CSS. - Add --no-output CLI option. Closes #443 - Save cookiejar between downloads during same calibre session, including BG jobs. - Avoid post URLs in XenForo notification emails for QQ & AH too. - Avoid post URLs in XenForo notification emails better w/o catching post in thread title. Probably. - Fix for 404 error on XF always_login. Closes #438 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=28 --- FanFicFare-3.12.0.tar.gz | 3 --- FanFicFare-3.13.0.tar.gz | 3 +++ python-fanficfare.changes | 40 +++++++++++++++++++++++++++++++++++++++ python-fanficfare.spec | 2 +- 4 files changed, 44 insertions(+), 4 deletions(-) delete mode 100644 FanFicFare-3.12.0.tar.gz create mode 100644 FanFicFare-3.13.0.tar.gz diff --git a/FanFicFare-3.12.0.tar.gz b/FanFicFare-3.12.0.tar.gz deleted file mode 100644 index cdabb96..0000000 --- a/FanFicFare-3.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9af8f6474d1411f2e0e580a64311c9fd67c8d4453764c68f37c52f02f1433aa -size 1112445 diff --git a/FanFicFare-3.13.0.tar.gz b/FanFicFare-3.13.0.tar.gz new file mode 100644 index 0000000..46fcc04 --- /dev/null +++ b/FanFicFare-3.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ca3dfc165c1fa7ec0f0847131cf888f4247f347dd75194f5bce747bb4223b7 +size 1112552 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index ca9a3de..3bc6338 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Fri Nov 15 20:46:24 CET 2019 - Matej Cepl + +- Update to 3.13.0: + - Add some code to handle 24 hr clocks w/o changing adapters. + - Don't escape # in URLs, causes problems with ficbook.net. + - Bypass expired SSL cert by not using SSL. + adapter_thehookupzonenet + - Bypass expired SSL cert by not using SSL. + adapter_spikeluvercom + - Remove site twilightarchives.com - Closed as per web site. + - Remove site lotrfanfiction.com - Closed as per web site. + - Remove site www.13hours.org. Moved to AO3. + - Add site specific chapterslashtotal and chapterstotal for + adapter_archiveofourownorg. + - Fixes for adapter_webnovelcom site changes to JSON. + - Add parentforums site specific metadata for base_xenforo, + include partial list in category. + - Add user/pass to adapter_fictionhuntcom, required to see + chapter text now. + - Discard cookie cache on library change--might use different + users/settings. + - At least one efiction site said Completed: Completed instead + of Yes. + - Adding some html class attrs to epub output for ease of CSS. + - Add --no-output CLI option. Closes #443 + - Save cookiejar between downloads during same calibre session, + including BG jobs. + - Avoid post URLs in XenForo notification emails for QQ & AH + too. + - Avoid post URLs in XenForo notification emails better w/o + catching post in thread title. Probably. + - Fix for 404 error on XF always_login. Closes #438 + - Fix for CLI update fail on one story causing all subsequent + to also skip update. Issue #438 + - Avoid post URLs in XenForo notification emails better. + - Treat spacebattles /post/ URLs in emails the same as + sufficientvelocity to avoid extra URLs in thread + notifications. + ------------------------------------------------------------------- Fri Nov 15 07:53:21 CET 2019 - Matej Cepl diff --git a/python-fanficfare.spec b/python-fanficfare.spec index af91fb1..f580c04 100644 --- a/python-fanficfare.spec +++ b/python-fanficfare.spec @@ -20,7 +20,7 @@ %define modnamedown fanficfare %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fanficfare -Version: 3.12.0 +Version: 3.13.0 Release: 0 Summary: Tool for making eBooks from stories on fanfiction and other web sites License: GPL-3.0-only