1
0

Accepting request 998406 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/998406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fanficfare?expand=0&rev=42
This commit is contained in:
Dominique Leuenberger 2022-08-21 12:11:05 +00:00 committed by Git OBS Bridge
commit f9f3a8e8b6
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>

View File

@ -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}