forked from pool/python-fanficfare
- Update to 4.1.0:
- adapter_literotica - Update for recent site change and fix first chapter - Thanks, davidfor! - adapter_fictionlive - Fix off-by-one error in most_recent_chunk / add_chapter_url interaction, closes #672 Thanks, HazelSh! - Fixes for literotica sites changes. Issue #671 - Fix for include_dice_rolls when multiple fieldsets. - Check for img 'failedtoload' *before* trying to fetch on updates. - Issue with fiction.live setting in defaults[fiction.live] overriding personal[www.fiction.live]. Could use a more general solution if I can think of one. - minor changes to track fictionlive website updates - Thanks, HazelSh #668 - Fix show_timestamps option in adapter_fictionlive - Add include_dice_rolls option - Include error for continue_on_chapter_error in log - Put 'Change theme to Classic' back in adapter_storiesonlinenet - Remove some dup imports/code, thanks akshgpt7. Closes #663 - use_ssl_unverified_context:true ignored when use_clouadscraper:true - Fixes for ancient 'import *' getting broken by removing unused imports in base_writer -- Fixes "name 're' is not defined" with HTML output. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=69
This commit is contained in:
parent
f952858f23
commit
ad52454fa1
BIN
FanFicFare-4.0.0.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-4.0.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-4.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-4.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 27 12:16:53 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to 4.1.0:
|
||||
- adapter_literotica - Update for recent site change and fix
|
||||
first chapter - Thanks, davidfor!
|
||||
- adapter_fictionlive - Fix off-by-one error in
|
||||
most_recent_chunk / add_chapter_url interaction, closes #672
|
||||
Thanks, HazelSh!
|
||||
- Fixes for literotica sites changes. Issue #671
|
||||
- Fix for include_dice_rolls when multiple fieldsets.
|
||||
- Check for img 'failedtoload' *before* trying to fetch on
|
||||
updates.
|
||||
- Issue with fiction.live setting in defaults[fiction.live]
|
||||
overriding personal[www.fiction.live]. Could use a more general
|
||||
solution if I can think of one.
|
||||
- minor changes to track fictionlive website updates - Thanks,
|
||||
HazelSh #668
|
||||
- Fix show_timestamps option in adapter_fictionlive
|
||||
- Add include_dice_rolls option
|
||||
- Include error for continue_on_chapter_error in log
|
||||
- Put 'Change theme to Classic' back in
|
||||
adapter_storiesonlinenet
|
||||
- Remove some dup imports/code, thanks akshgpt7. Closes #663
|
||||
- use_ssl_unverified_context:true ignored when
|
||||
use_clouadscraper:true
|
||||
- Fixes for ancient 'import *' getting broken by removing
|
||||
unused imports in base_writer -- Fixes "name 're' is not
|
||||
defined" with HTML output.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 22 12:53:15 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-fanficfare
|
||||
Version: 4.0.2
|
||||
Version: 4.1.0
|
||||
Release: 0
|
||||
Summary: Tool for making eBooks from stories on fanfiction and other web sites
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user