diff --git a/FanFicFare-3.18.1+git.1586013122.54f843ec.tar.xz b/FanFicFare-3.18.1+git.1586013122.54f843ec.tar.xz deleted file mode 100644 index 594ea5f..0000000 --- a/FanFicFare-3.18.1+git.1586013122.54f843ec.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83c8cb6f1ea2a5e2f66904c33702025ccb78de8039356fffd15ba3083dc54753 -size 705104 diff --git a/FanFicFare-3.19.0.tar.gz b/FanFicFare-3.19.0.tar.gz new file mode 100644 index 0000000..4a5fa11 --- /dev/null +++ b/FanFicFare-3.19.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57132f65181ac18a5040ea76dc1bebe89cea3d55b75d12625be4bec0bcdba65d +size 1109653 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index b4d6b5d..399c147 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun May 3 21:18:26 UTC 2020 - Matej Cepl + +- 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 diff --git a/python-fanficfare.spec b/python-fanficfare.spec index 5dc2ca2..832cecd 100644 --- a/python-fanficfare.spec +++ b/python-fanficfare.spec @@ -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}