- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=39
This commit is contained in:
Matej Cepl 2020-03-31 20:34:26 +00:00 committed by Git OBS Bridge
parent f9cbc880c6
commit e0df71a450
6 changed files with 38 additions and 5 deletions

BIN
FanFicFare-3.16.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
FanFicFare-3.17.0+git.1585684191.22d2ad45.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

13
_service Normal file
View File

@ -0,0 +1,13 @@
<services>
<service mode="disabled" name="tar_scm">
<param name="versionprefix">3.17.0+git</param>
<param name="url">https://github.com/JimmXinu/FanFicFare.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/JimmXinu/FanFicFare.git</param>
<param name="changesrevision">22d2ad4564f50d9949aae1ebc10a6939a75e8d9b</param></service></servicedata>

View File

@ -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 <mcepl@suse.com> Mon Mar 2 18:34:01 CET 2020 - Matej Cepl <mcepl@suse.com>

View File

@ -21,13 +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.16.0 Version: 3.17.0+git.1585684191.22d2ad45
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
BuildRequires: %{python_module beautifulsoup4} BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module chardet} BuildRequires: %{python_module chardet}
BuildRequires: %{python_module html2text} BuildRequires: %{python_module html2text}