forked from pool/python-fanficfare
- Update to 3.12.0:
- Update Translations - Add defaults.ini CSS for ficbook.net to preserve line breaks. - Changes for adapter_forumsspacebattlescom to use base_xenforo2forum. - Correct AO3 author parsing for high-byte characters. - Additional warnings about imaptags added to manually added story URLs. - Fix for adapter_trekfanfictionnet URL change. Closes #433. - Add 'Restricted to Registered Users'(restricted) metadata to AO3. - Fix for unicode chars in url params, fixes 427 - Add feature to automatically add optional tags for stories downloaded from email URLs. - New Russian Site added: www.swi.org.ru - Thanks gunmetal313 - Fix for wordcount in adapter_fanfiktionde when max_zalgo:1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=27
This commit is contained in:
parent
be7e61726d
commit
9485893a94
BIN
FanFicFare-3.11.0.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-3.11.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-3.12.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-3.12.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 15 07:53:21 CET 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.12.0:
|
||||||
|
- Update Translations
|
||||||
|
- Add defaults.ini CSS for ficbook.net to preserve line breaks.
|
||||||
|
- Changes for adapter_forumsspacebattlescom to use
|
||||||
|
base_xenforo2forum.
|
||||||
|
- Correct AO3 author parsing for high-byte characters.
|
||||||
|
- Additional warnings about imaptags added to manually added
|
||||||
|
story URLs.
|
||||||
|
- Fix for adapter_trekfanfictionnet URL change. Closes #433.
|
||||||
|
- Add 'Restricted to Registered Users'(restricted) metadata to
|
||||||
|
AO3.
|
||||||
|
- Fix for unicode chars in url params, fixes 427
|
||||||
|
- Add feature to automatically add optional tags for stories
|
||||||
|
downloaded from email URLs.
|
||||||
|
- New Russian Site added: www.swi.org.ru - Thanks gunmetal313
|
||||||
|
- Fix for wordcount in adapter_fanfiktionde when max_zalgo:1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 07:48:06 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Fri Sep 13 07:48:06 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-fanficfare
|
# spec file for package python-fanficfare
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%define modnamedown fanficfare
|
%define modnamedown fanficfare
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-fanficfare
|
Name: python-fanficfare
|
||||||
Version: 3.11.0
|
Version: 3.12.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