forked from pool/python-fanficfare
Accepting request 1069115 from devel:languages:python
- 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/request/show/1069115 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fanficfare?expand=0&rev=48
This commit is contained in:
commit
7ad97eac67
BIN
FanFicFare-4.20.0.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-4.20.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-4.21.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-4.21.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 3 09:15:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <mcepl@suse.com>
|
Wed Feb 15 06:46:36 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -20,13 +20,13 @@
|
|||||||
%define modnamedown fanficfare
|
%define modnamedown fanficfare
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-fanficfare
|
Name: python-fanficfare
|
||||||
Version: 4.20.0
|
Version: 4.21.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
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/JimmXinu/FanFicFare
|
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
|
# PATCH-FEATURE-OPENSUSE adapter_dwiggiecom.patch gh#JimmXinu/FanFicFare#903 mcepl@suse.com
|
||||||
# adapter for dwiggie.com, which is probably not for upstream
|
# adapter for dwiggie.com, which is probably not for upstream
|
||||||
Patch0: adapter_dwiggiecom.patch
|
Patch0: adapter_dwiggiecom.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user