Accepting request 998405 from home:mcepl:branches:devel:languages:python
- Update to 4.15.0: - adapter_adultfanfictionorg: http->https - Fix for win10/qt6 progbar not displaying initially. - Add get_section_url() for adapter_royalroadcom for longer story URL [sections] - adapter_storiesonlinenet: Single chapter stories slightly different. Also scifistories and finestories. - Use cal6 icon theme system to allow plugin icon customization. OBS-URL: https://build.opensuse.org/request/show/998405 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=87
This commit is contained in:
parent
8e72323a3e
commit
7a60434cf0
BIN
FanFicFare-4.14.3.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-4.14.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-4.15.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-4.15.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 20 07:27:45 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to 4.15.0:
|
||||
- adapter_adultfanfictionorg: http->https
|
||||
- Fix for win10/qt6 progbar not displaying initially.
|
||||
- Add get_section_url() for adapter_royalroadcom for longer story URL [sections]
|
||||
- adapter_storiesonlinenet: Single chapter stories slightly
|
||||
different. Also scifistories and finestories.
|
||||
- Use cal6 icon theme system to allow plugin icon customization.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 7 06:36:18 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-fanficfare
|
||||
Version: 4.14.3
|
||||
Version: 4.15.0
|
||||
Release: 0
|
||||
Summary: Tool for making eBooks from stories on fanfiction and other web sites
|
||||
License: GPL-3.0-only
|
||||
@ -34,8 +34,10 @@ BuildRequires: %{python_module chardet}
|
||||
BuildRequires: %{python_module cloudscraper}
|
||||
BuildRequires: %{python_module html2text}
|
||||
BuildRequires: %{python_module html5lib}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module requests-file}
|
||||
BuildRequires: %{python_module setuptools >= 17.1}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@ -71,10 +73,10 @@ find . -name \*.py -exec sed -i -e '/^#!\/usr\/bin\/python/d' '{}' \;
|
||||
dos2unix DESCRIPTION.rst README.md
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_clone -a %{buildroot}%{_bindir}/%{modnamedown}
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user