diff --git a/FanFicFare-3.16.0.tar.gz b/FanFicFare-3.16.0.tar.gz deleted file mode 100644 index 61aa175..0000000 --- a/FanFicFare-3.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d5d906b21f03836af0a805d436e8547b8fa590e9968277a7922b6f7ee6e0158 -size 1104674 diff --git a/FanFicFare-3.17.0+git.1585684191.22d2ad45.tar.xz b/FanFicFare-3.17.0+git.1585684191.22d2ad45.tar.xz new file mode 100644 index 0000000..4a2e2a2 --- /dev/null +++ b/FanFicFare-3.17.0+git.1585684191.22d2ad45.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb894e673e23d3585e55643bf60c41d6911843676b0608f9b651055a3d9eac75 +size 704560 diff --git a/_service b/_service new file mode 100644 index 0000000..9786bb1 --- /dev/null +++ b/_service @@ -0,0 +1,13 @@ + + + 3.17.0+git + https://github.com/JimmXinu/FanFicFare.git + git + enable + + + *.tar + xz + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..15f615e --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/JimmXinu/FanFicFare.git + 22d2ad4564f50d9949aae1ebc10a6939a75e8d9b \ No newline at end of file diff --git a/python-fanficfare.changes b/python-fanficfare.changes index 8dd1d48..e1a3f8e 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Mar 31 20:32:37 UTC 2020 - mcepl@suse.com + +- Update to version 3.17.0+git.1585684191.22d2ad45: + * fictionalley.org needs a slow_down_sleep_time or it starts rejecting conns. + * Bump Test Version 3.17.7 + * Fix Description parsing with series/universe/contest links in adapter_storiesonlinenet. + * Revert PR#478 + * Add support for fictionalley.ikeran.org + * Remove extra spaces from replace_metadata examples + * Accept https URLs for adapter_wwwutopiastoriescom, but don't use https--doesn't work with python. + * Bump Test Version 3.17.6 + * Fix for adapter_ficbooknet when no ships/characters. + * Bump Test Version 3.17.5 + ------------------------------------------------------------------- Mon Mar 2 18:34:01 CET 2020 - Matej Cepl diff --git a/python-fanficfare.spec b/python-fanficfare.spec index abf95a0..688e4e2 100644 --- a/python-fanficfare.spec +++ b/python-fanficfare.spec @@ -21,13 +21,14 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fanficfare -Version: 3.16.0 +Version: 3.17.0+git.1585684191.22d2ad45 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: 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}