forked from pool/python-fanficfare
- update to 4.35.0:
* Add download_finished_signal for Action Chains #1073 * New Site: touchfluffytail.org thanks dbhmw * adapter_wattpadcom: Improve error reporting when story not found / connection refused. * base_xenforo2 better detect whether logged in. * adapter_deviantartcom: Streamline login vs watchers vs mature See #1070 * adapter_inkbunny: Fix author & category thanks dbhmw * base_xenforo2forum: Prefix tag collecting too much. * datetime.utcnow() deprecated in more recent py3 versions * Skip invalid images, detect img types thanks dbhmw * Fix for WebToEpub firefox cache key changing * QQ: Doesn't need reader_posts_per_page:30 anymore * adapter_forumquestionablequestingcom:Switch to BaseXenForo2ForumAdapter * adapter_ficbooknet: Remove py3 string handling that breaks on py2 * Update bundled certifi cacert.pem and version, not core.py - update to 4.34.1: * adapter_ficbooknet: Remove py3 string handling that breaks on py2 * Update bundled certifi cacert.pem and version - update to 4.34.0: * FanFicFare is delivered as a `pip` Python package. * adapter_literotica: "Beta" site changes #1058 * Ficbook.net More metadata collection #1064 Thanks, dbhmw * Ficbook.net Add chapter dates for TOC #1065 Thanks, dbhmw * Ficbook.net Fix categories and add chapter notes #1063 Thanks, dbhmw OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=118
This commit is contained in:
parent
e6e15a4081
commit
df10827b1d
BIN
FanFicFare-4.33.0.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-4.33.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-4.35.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-4.35.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 7 14:10:06 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.35.0:
|
||||||
|
* Add download_finished_signal for Action Chains #1073
|
||||||
|
* New Site: touchfluffytail.org thanks dbhmw
|
||||||
|
* adapter_wattpadcom: Improve error reporting when story not
|
||||||
|
found / connection refused.
|
||||||
|
* base_xenforo2 better detect whether logged in.
|
||||||
|
* adapter_deviantartcom: Streamline login vs watchers vs
|
||||||
|
mature See #1070
|
||||||
|
* adapter_inkbunny: Fix author & category thanks dbhmw
|
||||||
|
* base_xenforo2forum: Prefix tag collecting too much.
|
||||||
|
* datetime.utcnow() deprecated in more recent py3 versions
|
||||||
|
* Skip invalid images, detect img types thanks dbhmw
|
||||||
|
* Fix for WebToEpub firefox cache key changing
|
||||||
|
* QQ: Doesn't need reader_posts_per_page:30 anymore
|
||||||
|
* adapter_forumquestionablequestingcom:Switch to
|
||||||
|
BaseXenForo2ForumAdapter
|
||||||
|
* adapter_ficbooknet: Remove py3 string handling that breaks on
|
||||||
|
py2
|
||||||
|
* Update bundled certifi cacert.pem and version, not core.py
|
||||||
|
|
||||||
|
- update to 4.34.1:
|
||||||
|
* adapter_ficbooknet: Remove py3 string handling that breaks on
|
||||||
|
py2
|
||||||
|
* Update bundled certifi cacert.pem and version
|
||||||
|
|
||||||
|
- update to 4.34.0:
|
||||||
|
* FanFicFare is delivered as a `pip` Python package.
|
||||||
|
* adapter_literotica: "Beta" site changes #1058
|
||||||
|
* Ficbook.net More metadata collection #1064 Thanks, dbhmw
|
||||||
|
* Ficbook.net Add chapter dates for TOC #1065 Thanks, dbhmw
|
||||||
|
* Ficbook.net Fix categories and add chapter notes #1063
|
||||||
|
Thanks, dbhmw
|
||||||
|
* adapter_storiesonlinenet: Fix for /library/ -> /s/
|
||||||
|
* New Site: fanfictions.fr (#1061) French language site, thanks
|
||||||
|
yvesmotteux
|
||||||
|
* basexf: Add XF categorized tags into: category, genre,
|
||||||
|
characters, contenttags and formattags
|
||||||
|
* basexf: Fix for prefix tags, put in prefixtags included in
|
||||||
|
genre
|
||||||
|
* OTW(AO3) Support Paginated Series
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 1 20:02:33 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Mon Apr 1 20:02:33 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define modnamedown fanficfare
|
%define modnamedown fanficfare
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-fanficfare
|
Name: python-fanficfare
|
||||||
Version: 4.33.0
|
Version: 4.35.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
|
||||||
|
Loading…
Reference in New Issue
Block a user