forked from pool/python-fanficfare
- 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
This commit is contained in:
parent
081fb57bbf
commit
2f169c9305
BIN
FanFicFare-3.27.0.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-3.27.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-3.28.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-3.28.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 17:28:41 CET 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user