forked from pool/python-fanficfare
Accepting request 1142076 from devel:languages:python
- update to 4.30.0: * Install attached plugin zip file, or use Calibre's 'Get plugins' feature. * FanFicFare is delivered as a `pip` Python package. * Run `fanficfare -h` from command-line. * Update translations. * Better handling of &<> entities with stripHTML() and chapter titles. #1019 * SB(but not SV) removed RSS link from thread list title. Closes #1017 * adapter_storiesonlinenet: Allow /n/ as well as /s/ paths * adapter_storiesonlinenet: Update for chapter URL change for paid subs. See #1014, thanks bpothier! * adapter_storiesonlinenet: Update for chapter URL change. See #1013 * adapter_fanfictionnet: Only use data-original cover images. * BrowserCache should ignore usecache flag, that's for BasicCache. OBS-URL: https://build.opensuse.org/request/show/1142076 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fanficfare?expand=0&rev=53
This commit is contained in:
commit
73c73725b7
BIN
FanFicFare-4.29.0.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-4.29.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-4.30.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-4.30.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 28 10:24:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.30.0:
|
||||
* Install attached plugin zip file, or use Calibre's 'Get
|
||||
plugins' feature.
|
||||
* FanFicFare is delivered as a `pip` Python package.
|
||||
* Run `fanficfare -h` from command-line.
|
||||
* Update translations.
|
||||
* Better handling of &<> entities with stripHTML() and chapter
|
||||
titles. #1019
|
||||
* SB(but not SV) removed RSS link from thread list title.
|
||||
Closes #1017
|
||||
* adapter_storiesonlinenet: Allow /n/ as well as /s/ paths
|
||||
* adapter_storiesonlinenet: Update for chapter URL change for
|
||||
paid subs. See #1014, thanks bpothier!
|
||||
* adapter_storiesonlinenet: Update for chapter URL change. See
|
||||
#1013
|
||||
* adapter_fanfictionnet: Only use data-original cover images.
|
||||
* BrowserCache should ignore usecache flag, that's for
|
||||
BasicCache.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 14:39:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-fanficfare
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%define modnamedown fanficfare
|
||||
%define skip_python2 1
|
||||
Name: python-fanficfare
|
||||
Version: 4.29.0
|
||||
Version: 4.30.0
|
||||
Release: 0
|
||||
Summary: Tool for making eBooks from stories on fanfiction and other web sites
|
||||
License: GPL-3.0-only
|
||||
@ -49,7 +49,7 @@ Requires: python-requests
|
||||
Requires: python-requests-file
|
||||
Requires: python-urllib3
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user