1
0

Accepting request 882800 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/882800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fanficfare?expand=0&rev=31
This commit is contained in:
Richard Brown 2021-04-06 15:30:16 +00:00 committed by Git OBS Bridge
commit d45c0bda15
4 changed files with 43 additions and 4 deletions

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

Binary file not shown.

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
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>
- Update to 4.0.2 (simple bugfix release):
- Fix for BG job race conditions.
- Fix writer_txt import removeAllEntities
- Update plugin about.html
- Fix reduce_zalgo not imported.
-------------------------------------------------------------------
Fri Feb 19 10:11:35 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@ -21,7 +21,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fanficfare
Version: 4.0.0
Version: 4.1.0
Release: 0
Summary: Tool for making eBooks from stories on fanfiction and other web sites
License: GPL-3.0-only