- Update to version 3.0.10+git.1539286261.2b549c5a:
* Bump Test Version 3.0.10 * Update strings to translate. * Change adapter_lightnovelgatecom to adapter_novelonlinefullcom for site change. Closes #346 * Bump Test Version 3.0.9 * Fix adapter_wuxiaworldco date formate for 24 hour clock. Closes #345 * Bump Test Version 3.0.8 * Add max_zalgo feature. * Bump Test Version 3.0.7 * Handle stories without cover correctly adapter_wwwlushstoriescom. Closes #344 * Bump Test Version 3.0.6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=5
This commit is contained in:
parent
057bb68136
commit
df04096054
BIN
FanFicFare-3.0.0.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-3.0.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-3.0.10+git.1539286261.2b549c5a.tar.xz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-3.0.10+git.1539286261.2b549c5a.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
14
_service
Normal file
14
_service
Normal file
@ -0,0 +1,14 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="versionprefix">3.0.10+git</param>
|
||||
<param name="url">https://github.com/JimmXinu/FanFicFare.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git*</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="compression">xz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/JimmXinu/FanFicFare.git</param>
|
||||
<param name="changesrevision">2b549c5a4db6ed3eba483bb57bc62eaf9dedab97</param></service></servicedata>
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 14 22:44:11 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Update to version 3.0.10+git.1539286261.2b549c5a:
|
||||
* Bump Test Version 3.0.10
|
||||
* Update strings to translate.
|
||||
* Change adapter_lightnovelgatecom to adapter_novelonlinefullcom for site change. Closes #346
|
||||
* Bump Test Version 3.0.9
|
||||
* Fix adapter_wuxiaworldco date formate for 24 hour clock. Closes #345
|
||||
* Bump Test Version 3.0.8
|
||||
* Add max_zalgo feature.
|
||||
* Bump Test Version 3.0.7
|
||||
* Handle stories without cover correctly adapter_wwwlushstoriescom. Closes #344
|
||||
* Bump Test Version 3.0.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 9 21:13:03 UTC 2018 - Matěj Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -20,13 +20,13 @@
|
||||
%define upnamedown fanficfare
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-fanficfare
|
||||
Version: 3.0.0
|
||||
Version: 3.0.10+git.1539286261.2b549c5a
|
||||
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://files.pythonhosted.org/packages/source/F/%{upname}/%{upname}-%{version}.tar.gz
|
||||
Source: %{upname}-%{version}.tar.xz
|
||||
BuildRequires: %{python_module beautifulsoup4}
|
||||
BuildRequires: %{python_module chardet}
|
||||
BuildRequires: %{python_module html2text}
|
||||
|
Loading…
Reference in New Issue
Block a user