From dd9f8c6b5e599b6c47adae072d791bf2e8dcb7b0e58f867b2b4ecce2a0522120 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 3 Mar 2023 09:16:25 +0000 Subject: [PATCH] - update to 4.21.0: * adapter_fictionlive: fix #922 -- call utf8fromSoup exactly once - Thanks, HazelSh! * adapter_royalroadcom: Fixes for site changes. #923 * AO3: Re-soup full_work on every chapter to avoid problems with soup changes. Found with always_reload_first_chapter:true * adapter_thesietchcom: Fix for site more closely following XenForo2 * FlareSolverr: novelfull.com sometimes w/o expires of any kind * adapter_fictionlive: Soup chapter text to fix up HTML * Add style attr by default to fiction.live OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=99 --- FanFicFare-4.20.0.tar.gz | 3 --- FanFicFare-4.21.0.tar.gz | 3 +++ python-fanficfare.changes | 16 ++++++++++++++++ python-fanficfare.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 FanFicFare-4.20.0.tar.gz create mode 100644 FanFicFare-4.21.0.tar.gz diff --git a/FanFicFare-4.20.0.tar.gz b/FanFicFare-4.20.0.tar.gz deleted file mode 100644 index 2d4d4af..0000000 --- a/FanFicFare-4.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:719e86d23b0a724bb55926bf300dcf416bd6e1c4c1f64f7fe3dd3cedbd38cfa4 -size 1970872 diff --git a/FanFicFare-4.21.0.tar.gz b/FanFicFare-4.21.0.tar.gz new file mode 100644 index 0000000..469fb7f --- /dev/null +++ b/FanFicFare-4.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04818cb2d7c36d80acc88e4e5c69366f9cc96ebed07342246aad79eddfa488cf +size 1971110 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index 85c8a93..3e4f826 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Mar 3 09:15:19 UTC 2023 - Dirk Müller + +- update to 4.21.0: + * adapter_fictionlive: fix #922 -- call utf8fromSoup exactly + once - Thanks, HazelSh! + * adapter_royalroadcom: Fixes for site changes. #923 + * AO3: Re-soup full_work on every chapter to avoid problems + with soup changes. Found with + always_reload_first_chapter:true + * adapter_thesietchcom: Fix for site more closely following + XenForo2 + * FlareSolverr: novelfull.com sometimes w/o expires of any kind + * adapter_fictionlive: Soup chapter text to fix up HTML + * Add style attr by default to fiction.live + ------------------------------------------------------------------- Wed Feb 15 06:46:36 UTC 2023 - Matej Cepl diff --git a/python-fanficfare.spec b/python-fanficfare.spec index f342e2f..22747d5 100644 --- a/python-fanficfare.spec +++ b/python-fanficfare.spec @@ -20,13 +20,13 @@ %define modnamedown fanficfare %define skip_python2 1 Name: python-fanficfare -Version: 4.20.0 +Version: 4.21.0 Release: 0 Summary: Tool for making eBooks from stories on fanfiction and other web sites License: GPL-3.0-only Group: Development/Languages/Python URL: https://github.com/JimmXinu/FanFicFare -Source: https://github.com/JimmXinu/%{modname}/archive/v%{version}/%{modname}-%{version}.tar.gz +Source: https://github.com/JimmXinu/FanFicFare/archive/v%{version}/FanFicFare-%{version}.tar.gz # PATCH-FEATURE-OPENSUSE adapter_dwiggiecom.patch gh#JimmXinu/FanFicFare#903 mcepl@suse.com # adapter for dwiggie.com, which is probably not for upstream Patch0: adapter_dwiggiecom.patch