forked from pool/python-fanficfare
- Update to 4.17.0:
- Update Translations - Fix site name fanfiction.tenhawkpresents.ink - Flaresolverr v3 beta using 'expiry' cookie key, was 'expires'. - Flaresolverr v3 beta doesn't have 'headers'?? - adapter_adultfanfictionorg: Fixes for site changes. - Disable Cancel during metadata update ProgBar. - adapter_chosentwofanficcom: Site has several links to each story in a series page. - Fixes for add_category/genre_when_multi_category settings. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=91
This commit is contained in:
parent
e812572979
commit
e61bcffd25
BIN
FanFicFare-4.16.0.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-4.16.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-4.17.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-4.17.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
13
_service
13
_service
@ -1,13 +0,0 @@
|
||||
<services>
|
||||
<service mode="disabled" name="tar_scm">
|
||||
<param name="versionprefix">3.28.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">gz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
</services>
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/JimmXinu/FanFicFare.git</param>
|
||||
<param name="changesrevision">37cdec2f27a3c54245c7db47c49602e480ab3d85</param></service></servicedata>
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 24 17:22:25 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to 4.17.0:
|
||||
- Update Translations
|
||||
- Fix site name fanfiction.tenhawkpresents.ink
|
||||
- Flaresolverr v3 beta using 'expiry' cookie key, was
|
||||
'expires'.
|
||||
- Flaresolverr v3 beta doesn't have 'headers'??
|
||||
- adapter_adultfanfictionorg: Fixes for site changes.
|
||||
- Disable Cancel during metadata update ProgBar.
|
||||
- adapter_chosentwofanficcom: Site has several links to each
|
||||
story in a series page.
|
||||
- Fixes for add_category/genre_when_multi_category settings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 20 12:26:39 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -21,14 +21,13 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-fanficfare
|
||||
Version: 4.16.0
|
||||
Version: 4.17.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.gz
|
||||
BuildRequires: %{python_module beautifulsoup4}
|
||||
BuildRequires: %{python_module chardet}
|
||||
BuildRequires: %{python_module cloudscraper}
|
||||
@ -93,6 +92,7 @@ dos2unix DESCRIPTION.rst README.md
|
||||
%license LICENSE
|
||||
%doc DESCRIPTION.rst README.md
|
||||
%python_alternative %{_bindir}/%{modnamedown}
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/%{modname}-%{version}*-info
|
||||
%{python_sitelib}/%{modnamedown}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user