1
0

- 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/package/show/devel:languages:python/python-fanficfare?expand=0&rev=110
This commit is contained in:
Dirk Mueller 2024-01-28 10:25:13 +00:00 committed by Git OBS Bridge
parent 73764f57b9
commit 4675ed6dff
4 changed files with 28 additions and 6 deletions

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

Binary file not shown.

View File

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

View File

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