1
0

Accepting request 914387 from devel:languages:python

- Update to 4.5.0:
  - (Known issue: #729 - wuxiaworld.site has changed)
  - Update translations.
  - Fix for lazyload images in base_xenforoforum_adapter
  - Keep existing series/anthology URL during update for config
    purposes.
  - Allow chapter URLs for adapter_webnovelcom.
  - Shift adapter_fictionmaniatv to http, problems with https
    server?
  - Change blockfilecache to save uint32 addrs instead of
    original cache key. Hashing cache key proved unreliable in
    some cases.
  - Allow fictionpress.com with use_browser_cache--user still
    needs to configure in personal.ini Closes #716

OBS-URL: https://build.opensuse.org/request/show/914387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fanficfare?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2021-08-26 21:15:14 +00:00 committed by Git OBS Bridge
commit 00fd050371
4 changed files with 22 additions and 4 deletions

BIN
FanFicFare-4.4.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
FanFicFare-4.5.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Aug 26 10:10:28 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 4.5.0:
- (Known issue: #729 - wuxiaworld.site has changed)
- Update translations.
- Fix for lazyload images in base_xenforoforum_adapter
- Keep existing series/anthology URL during update for config
purposes.
- Allow chapter URLs for adapter_webnovelcom.
- Shift adapter_fictionmaniatv to http, problems with https
server?
- Change blockfilecache to save uint32 addrs instead of
original cache key. Hashing cache key proved unreliable in
some cases.
- Allow fictionpress.com with use_browser_cache--user still
needs to configure in personal.ini Closes #716
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 21 11:24:45 UTC 2021 - Matej Cepl <mcepl@suse.com> Wed Jul 21 11:24:45 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@ -21,7 +21,7 @@
%define skip_python2 1 %define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fanficfare Name: python-fanficfare
Version: 4.4.0 Version: 4.5.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