From 2f169c930541c276534af3b16042ab565d0493521fbc3c4ce2fc803058f47644 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 11 Jan 2021 16:50:28 +0000 Subject: [PATCH] - Update to 3.28.0: - **Disable adapter_fanfictionnet with warning about site blocking.** - Catch exception from emails not decoding, skip & logger.error(). - Add a fake get_image_size() method for when no image processing available. Closes #621 (CLI only) - Change adapter_twilightednet to https - Change for adapter_fanfictionnetadapter_fanfictionnet to make skip_author_cover work again. - Make included certifi and requests use same tmp file code and store under calibre tmp dir for cleanup. - Add append_datepublished_to_storyurl option for storiesonline.net, finestories.com, scifistories.com only. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=61 --- FanFicFare-3.27.0.tar.gz | 3 --- FanFicFare-3.28.0.tar.gz | 3 +++ python-fanficfare.changes | 18 ++++++++++++++++++ python-fanficfare.spec | 5 ++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 FanFicFare-3.27.0.tar.gz create mode 100644 FanFicFare-3.28.0.tar.gz diff --git a/FanFicFare-3.27.0.tar.gz b/FanFicFare-3.27.0.tar.gz deleted file mode 100644 index ef5f7db..0000000 --- a/FanFicFare-3.27.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ea3754fb2db5c19daf7cd6356f5b76136717717517cedb943bb08ef8ba6b8e5 -size 1826033 diff --git a/FanFicFare-3.28.0.tar.gz b/FanFicFare-3.28.0.tar.gz new file mode 100644 index 0000000..c2c1fc4 --- /dev/null +++ b/FanFicFare-3.28.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03645a35aed9e521b6a0e2277bd6784de0c2b5bf6dece6d6028a871e14590d1e +size 1827324 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index 41ac6a8..666a4ea 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Jan 11 17:28:41 CET 2021 - Matej Cepl + +- Update to 3.28.0: + - **Disable adapter_fanfictionnet with warning about site + blocking.** + - Catch exception from emails not decoding, skip + & logger.error(). + - Add a fake get_image_size() method for when no image + processing available. Closes #621 (CLI only) + - Change adapter_twilightednet to https + - Change for adapter_fanfictionnetadapter_fanfictionnet to make + skip_author_cover work again. + - Make included certifi and requests use same tmp file code and + store under calibre tmp dir for cleanup. + - Add append_datepublished_to_storyurl option for + storiesonline.net, finestories.com, scifistories.com only. + ------------------------------------------------------------------- Thu Dec 24 16:17:00 UTC 2020 - Matej Cepl diff --git a/python-fanficfare.spec b/python-fanficfare.spec index 53b9d41..2c4b144 100644 --- a/python-fanficfare.spec +++ b/python-fanficfare.spec @@ -1,7 +1,7 @@ # # spec file for package python-fanficfare # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fanficfare -Version: 3.27.0 +Version: 3.28.0 Release: 0 Summary: Tool for making eBooks from stories on fanfiction and other web sites License: GPL-3.0-only @@ -39,7 +39,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-beautifulsoup4 Requires: python-chardet -Requires: python-cloudscraper Requires: python-html2text Requires: python-html5lib Requires: python-setuptools