1
0

- Update to 3.15.0:

- Remove site nfacommunity.com, parked domain, last worked
    Dec2018.
  - Remove site fannation.shades-of-moonlight.com, parked domain,
    last worked Dec2018.
  - Kludge fix for incorrect HTTP response 500 code from
    trekfanfiction.net.
  - trekfanfiction.net uses utf8 now
  - Make sure storyUrl has &->& and then change it back for
    Calibre. Matches how authorUrl is handled(in all_metadata).
    Closes #460 for adapter_sugarquillnet .
  - adapter_sugarquillnet change chapter text td to div. Issue
    #460
  - Update adapter_alternatehistorycom for XenForo2. Issue #457
  - Order custom columns in config page.
  - Add -U/--update-epub-always option to CLI.
  - Don't do URL quoting on file: URLs. Fix for spaces->+
    breaking default cover.
  - Catch ',' in front of 'Thread' in forum titles.
  - Reduce minimum_calibre_version to v2.85.1, last of 2 series.
  - Changes for Python3 compatibility, thanks eschwartz!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=35
This commit is contained in:
Matej Cepl 2020-01-20 20:17:11 +00:00 committed by Git OBS Bridge
parent ec16c3afe3
commit 6a22be3dfe
4 changed files with 29 additions and 4 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jan 20 20:38:40 CET 2020 - Matej Cepl <mcepl@suse.com>
- Update to 3.15.0:
- Remove site nfacommunity.com, parked domain, last worked
Dec2018.
- Remove site fannation.shades-of-moonlight.com, parked domain,
last worked Dec2018.
- Kludge fix for incorrect HTTP response 500 code from
trekfanfiction.net.
- trekfanfiction.net uses utf8 now
- Make sure storyUrl has &->& and then change it back for
Calibre. Matches how authorUrl is handled(in all_metadata).
Closes #460 for adapter_sugarquillnet .
- adapter_sugarquillnet change chapter text td to div. Issue
#460
- Update adapter_alternatehistorycom for XenForo2. Issue #457
- Order custom columns in config page.
- Add -U/--update-epub-always option to CLI.
- Don't do URL quoting on file: URLs. Fix for spaces->+
breaking default cover.
- Catch ',' in front of 'Thread' in forum titles.
- Reduce minimum_calibre_version to v2.85.1, last of 2 series.
- Changes for Python3 compatibility, thanks eschwartz!
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 10 22:15:59 CET 2020 - Matej Cepl <mcepl@suse.com> Fri Jan 10 22:15:59 CET 2020 - 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: 3.14.0 Version: 3.15.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