From 7a60434cf0948ade179d18752ba9d8ffb21cb9290c3ef8607fc01181ede2cb41 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 20 Aug 2022 21:04:04 +0000 Subject: [PATCH] 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 --- FanFicFare-4.14.3.tar.gz | 3 --- FanFicFare-4.15.0.tar.gz | 3 +++ python-fanficfare.changes | 11 +++++++++++ python-fanficfare.spec | 8 +++++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 FanFicFare-4.14.3.tar.gz create mode 100644 FanFicFare-4.15.0.tar.gz diff --git a/FanFicFare-4.14.3.tar.gz b/FanFicFare-4.14.3.tar.gz deleted file mode 100644 index 4eeca09..0000000 --- a/FanFicFare-4.14.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05e67fd3b8c2c51bcc9387208e75eaec2166eade8a6a12b24a98c68ef83e9432 -size 1976319 diff --git a/FanFicFare-4.15.0.tar.gz b/FanFicFare-4.15.0.tar.gz new file mode 100644 index 0000000..555d654 --- /dev/null +++ b/FanFicFare-4.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d9b74ffed6894bbe5927f4aef693a7b4c4b04c9d3972e3db9f16d65364cd89 +size 1951294 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index 56fbbf1..a788159 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Aug 20 07:27:45 UTC 2022 - Matej Cepl + +- 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 diff --git a/python-fanficfare.spec b/python-fanficfare.spec index bded1e0..73b85e5 100644 --- a/python-fanficfare.spec +++ b/python-fanficfare.spec @@ -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}