- 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/package/show/devel:languages:python/python-fanficfare?expand=0&rev=44
This commit is contained in:
Matej Cepl 2020-05-03 21:25:59 +00:00 committed by Git OBS Bridge
parent 4649affb6e
commit 35c69b49ef
4 changed files with 28 additions and 6 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -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 Sat Apr 04 20:32:27 UTC 2020 - mcepl@suse.com

View File

@ -21,14 +21,14 @@
%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.18.1+git.1586013122.54f843ec Version: 3.19.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
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/JimmXinu/FanFicFare URL: https://github.com/JimmXinu/FanFicFare
# Source: https://github.com/JimmXinu/%%{modname}/archive/v%%{version}/%%{modname}-%%{version}.tar.gz Source: https://github.com/JimmXinu/%{modname}/archive/v%{version}/%{modname}-%{version}.tar.gz
Source: %{modname}-%{version}.tar.xz # Source: %%{modname}-%%{version}.tar.xz
BuildRequires: %{python_module beautifulsoup4} BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module chardet} BuildRequires: %{python_module chardet}
BuildRequires: %{python_module html2text} BuildRequires: %{python_module html2text}