- 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
This commit is contained in:
parent
105eba57a7
commit
dd9f8c6b5e
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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user