forked from pool/python-fanficfare
Accepting request 799911 from devel:languages:python
- Update to version 3.19.0: - Comment out a debug, user_agent for wuxiaworld.com - Fix adapter_fictionmaniatv image page parsing, thanks smutandrea - Fix adapter_fanficsme for date tags change. - Change inject_chapter_title back to h3. - Allow for author without link & id in XF2. - Change inject_chapter_title code in adapter_storiesonlinenet due to clean up weirdness. - Change defaults.ini recommendations for inject_chapter_title and change injected titles to h4--had problems with epub update. - Fix for py2/3 differences in final strip-non-ASCII decode fall back. - Remove some 'watermarking' tags from adapter_webnovelcom - De-obfuscate emails in XenForo posts. - Add scifistories.com to valid site list for universe_as_series setting. - New Site: scifistories.com (extends finestories.com). OBS-URL: https://build.opensuse.org/request/show/799911 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fanficfare?expand=0&rev=20
This commit is contained in:
commit
55695d0200
BIN
FanFicFare-3.18.1+git.1586013122.54f843ec.tar.xz
(Stored with Git LFS)
BIN
FanFicFare-3.18.1+git.1586013122.54f843ec.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-3.19.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-3.19.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 3 21:18:26 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to version 3.19.0:
|
||||
- Comment out a debug, user_agent for wuxiaworld.com
|
||||
- Fix adapter_fictionmaniatv image page parsing, thanks smutandrea
|
||||
- Fix adapter_fanficsme for date tags change.
|
||||
- Change inject_chapter_title back to h3.
|
||||
- Allow for author without link & id in XF2.
|
||||
- Change inject_chapter_title code in adapter_storiesonlinenet
|
||||
due to clean up weirdness.
|
||||
- Change defaults.ini recommendations for inject_chapter_title
|
||||
and change injected titles to h4--had problems with
|
||||
epub update.
|
||||
- Fix for py2/3 differences in final strip-non-ASCII decode
|
||||
fall back.
|
||||
- Remove some 'watermarking' tags from adapter_webnovelcom
|
||||
- De-obfuscate emails in XenForo posts.
|
||||
- Add scifistories.com to valid site list for
|
||||
universe_as_series setting.
|
||||
- New Site: scifistories.com (extends finestories.com).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 04 20:32:27 UTC 2020 - mcepl@suse.com
|
||||
|
||||
|
@ -21,14 +21,14 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-fanficfare
|
||||
Version: 3.18.1+git.1586013122.54f843ec
|
||||
Version: 3.19.0
|
||||
Release: 0
|
||||
Summary: Tool for making eBooks from stories on fanfiction and other web sites
|
||||
License: GPL-3.0-only
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/JimmXinu/FanFicFare
|
||||
# Source: https://github.com/JimmXinu/%%{modname}/archive/v%%{version}/%%{modname}-%%{version}.tar.gz
|
||||
Source: %{modname}-%{version}.tar.xz
|
||||
Source: https://github.com/JimmXinu/%{modname}/archive/v%{version}/%{modname}-%{version}.tar.gz
|
||||
# Source: %%{modname}-%%{version}.tar.xz
|
||||
BuildRequires: %{python_module beautifulsoup4}
|
||||
BuildRequires: %{python_module chardet}
|
||||
BuildRequires: %{python_module html2text}
|
||||
|
Loading…
Reference in New Issue
Block a user