Hello community,
here is the log from the commit of package python-fanficfare for
openSUSE:Factory checked in at 2020-05-04 18:40:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fanficfare (Old)
and /work/SRC/openSUSE:Factory/.python-fanficfare.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fanficfare"
Mon May 4 18:40:09 2020 rev:20 rq:799911 version:3.19.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fanficfare/python-fanficfare.changes
2020-04-05 20:55:18.233298422 +0200
+++
/work/SRC/openSUSE:Factory/.python-fanficfare.new.2738/python-fanficfare.changes
2020-05-04 18:41:01.785114429 +0200
@@ -1,0 +2,22 @@
+Sun May 3 21:18:26 UTC 2020 - Matej Cepl <[email protected]>
+
+- 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).
+
+-------------------------------------------------------------------
Old:
----
FanFicFare-3.18.1+git.1586013122.54f843ec.tar.xz
New:
----
FanFicFare-3.19.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fanficfare.spec ++++++
--- /var/tmp/diff_new_pack.eqdJgI/_old 2020-05-04 18:41:04.241119494 +0200
+++ /var/tmp/diff_new_pack.eqdJgI/_new 2020-05-04 18:41:04.245119502 +0200
@@ -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}