From 0f0797162e04d686826c342b31f84e54c13aa6e714ef1b92e19b3e6e34a28bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Sun, 2 Mar 2025 23:32:10 +0100 Subject: [PATCH] Update to 4.43.0: - base_xenforoforum: Add details_spoiler option for [#1165](https://github.com/JimmXinu/FanFicFare/issues/1165) - Add [base_otw] with use_basic_cache:true to defaults.ini - BrowserCache: Better handle cache file changing/failing while reading. - Fix for BrowserCache for images--cache partitioned by parent(story) page. - base_otw_adapter: Detect & report 'This site is in beta' page - AO3: Double default slow_down_sleep_time - For adapter_mcstoriescom: Remove /../ from Get Story URLs from web page - adapter_mcstoriescom: Suppress site URLs that look like stories but aren't. #1160 - adapter_fanfictionnet: Attempt chapter from m. (vs www) when chapter not found - adapter_literotica: Get more story urls. #1159 Thanks, dbhmw - Add include_tocpage:always option. - adapter_fimfictionnet: Further cover fix - adapter_fimfictionnet: Fix cover images and use data-source attr for img src. - adapter_storiesonlinenet: Remove some code that broke parsing when 'author' was in the title. - adapter_literotica: http->https - adapter_literotica: Site changes for non-www domains. - Make plugin use own copy of six only--including in Smarten Punc - adapter_fictionlive: fix bounds check in vote accumulaton. resolves JimmXinu#1154, Thanks HazelSh - Make plugin use own copy of six only. --- FanFicFare-4.42.0.tar.gz | 3 --- FanFicFare-4.43.0.tar.gz | 3 +++ python-fanficfare.changes | 34 ++++++++++++++++++++++++++++++++++ python-fanficfare.spec | 4 ++-- 4 files changed, 39 insertions(+), 5 deletions(-) delete mode 100644 FanFicFare-4.42.0.tar.gz create mode 100644 FanFicFare-4.43.0.tar.gz diff --git a/FanFicFare-4.42.0.tar.gz b/FanFicFare-4.42.0.tar.gz deleted file mode 100644 index d5a1816..0000000 --- a/FanFicFare-4.42.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbf1e21b5817ad14524db1695e3c2d1199acc4cb6997eadcfdd4e1747c52d6fd -size 2000828 diff --git a/FanFicFare-4.43.0.tar.gz b/FanFicFare-4.43.0.tar.gz new file mode 100644 index 0000000..54a44a4 --- /dev/null +++ b/FanFicFare-4.43.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c25bf60fa6adb9c8934f93b0011ad5a016e99b047a462dc1e023731543d989 +size 2004569 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index e1d5dd5..31c0ff5 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Sun Mar 2 22:28:58 UTC 2025 - Matej Cepl + +- Update to 4.43.0: + - base_xenforoforum: Add details_spoiler option for + [#1165](https://github.com/JimmXinu/FanFicFare/issues/1165) + - Add [base_otw] with use_basic_cache:true to defaults.ini + - BrowserCache: Better handle cache file changing/failing while + reading. + - Fix for BrowserCache for images--cache partitioned by + parent(story) page. + - base_otw_adapter: Detect & report 'This site is in beta' page + - AO3: Double default slow_down_sleep_time + - For adapter_mcstoriescom: Remove /../ from Get Story URLs + from web page + - adapter_mcstoriescom: Suppress site URLs that look like + stories but aren't. #1160 + - adapter_fanfictionnet: Attempt chapter from m. (vs www) when + chapter not found + - adapter_literotica: Get more story urls. #1159 Thanks, dbhmw + - Add include_tocpage:always option. + - adapter_fimfictionnet: Further cover fix + - adapter_fimfictionnet: Fix cover images and use data-source + attr for img src. + - adapter_storiesonlinenet: Remove some code that broke parsing + when 'author' was in the title. + - adapter_literotica: http->https + - adapter_literotica: Site changes for non-www domains. + - Make plugin use own copy of six only--including in Smarten + Punc + - adapter_fictionlive: fix bounds check in vote accumulaton. + resolves JimmXinu#1154, Thanks HazelSh + - Make plugin use own copy of six only. + ------------------------------------------------------------------- Fri Feb 7 22:19:24 UTC 2025 - Matej Cepl diff --git a/python-fanficfare.spec b/python-fanficfare.spec index 88b180a..c3979b6 100644 --- a/python-fanficfare.spec +++ b/python-fanficfare.spec @@ -1,7 +1,7 @@ # # spec file for package python-fanficfare # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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 %define skip_python2 1 Name: python-fanficfare -Version: 4.42.0 +Version: 4.43.0 Release: 0 Summary: Tool for making eBooks from stories on fanfiction and other web sites License: GPL-3.0-only