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:
Matej Cepl 2022-08-20 21:04:04 +00:00 committed by Git OBS Bridge
parent 8e72323a3e
commit 7a60434cf0
4 changed files with 19 additions and 6 deletions

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

Binary file not shown.

View File

@ -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> Sun Aug 7 06:36:18 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@ -21,7 +21,7 @@
%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: 4.14.3 Version: 4.15.0
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
@ -34,8 +34,10 @@ BuildRequires: %{python_module chardet}
BuildRequires: %{python_module cloudscraper} BuildRequires: %{python_module cloudscraper}
BuildRequires: %{python_module html2text} BuildRequires: %{python_module html2text}
BuildRequires: %{python_module html5lib} BuildRequires: %{python_module html5lib}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module requests-file} BuildRequires: %{python_module requests-file}
BuildRequires: %{python_module setuptools >= 17.1} BuildRequires: %{python_module setuptools >= 17.1}
BuildRequires: %{python_module wheel}
BuildRequires: dos2unix BuildRequires: dos2unix
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
@ -71,10 +73,10 @@ find . -name \*.py -exec sed -i -e '/^#!\/usr\/bin\/python/d' '{}' \;
dos2unix DESCRIPTION.rst README.md dos2unix DESCRIPTION.rst README.md
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_clone -a %{buildroot}%{_bindir}/%{modnamedown} %python_clone -a %{buildroot}%{_bindir}/%{modnamedown}
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}