1
0

- update to 4.29.0:

* Update translations.
  * Retry Calibre metadata update when it fails due to
    conflicting program(Windows File Explorer)
  * adapter_asianfanficscom: Fix for 'friend only' stories
    initially giving 404
  * Change bs4.find(text=) to string= for deprecation change.
  * Add use_flaresolverr_proxy:directimages experimental for
    #1007
  * Add base_adapter.img_url_trans() for adapter_fictionlive
    image URLs #1004
  * Update six.py to 1.16 for Python 3.12 compatibility. #1006
  * ConfigParser.read_file added in py3.2, readfp removed in
    py3.12, only used in plugin #1006
  * Update translations.
  * adapter_fanficsme: More fixes for unusual cases, now using
    regexp #999
  * adapter_fanficsme: Fixes for some unusual cases Closes #999
  * Switch from setup.py to pyproject.toml for CLI packaging.
  * Remove site: www.lotrgfic.com - DNS removed +1year ago
  * Remove site: www.lushstories.com - Changed +2years ago
    incompatibly Closes #988
  * Remove site: www.silmarillionwritersguild.org - Changed
    +2years ago incompatibly
  * Remove site: www.scarvesandcoffee.net - Changed +2years ago
    incompatibly
  * Remove site: merengo.hu - Doesn't serve text in full print
    +1year
  * Remove site: www.destinysgateway.com - Domain parked +1year
  * Remove site: archive.skyehawke.com - Domain parked, broken

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=108
This commit is contained in:
Dirk Mueller 2023-11-21 14:48:33 +00:00 committed by Git OBS Bridge
parent 3e9ae62ee2
commit 73764f57b9
4 changed files with 52 additions and 5 deletions

BIN
FanFicFare-4.27.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
FanFicFare-4.29.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Nov 21 14:39:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 4.29.0:
* Update translations.
* Retry Calibre metadata update when it fails due to
conflicting program(Windows File Explorer)
* adapter_asianfanficscom: Fix for 'friend only' stories
initially giving 404
* Change bs4.find(text=) to string= for deprecation change.
* Add use_flaresolverr_proxy:directimages experimental for
#1007
* Add base_adapter.img_url_trans() for adapter_fictionlive
image URLs #1004
* Update six.py to 1.16 for Python 3.12 compatibility. #1006
* ConfigParser.read_file added in py3.2, readfp removed in
py3.12, only used in plugin #1006
* Update translations.
* adapter_fanficsme: More fixes for unusual cases, now using
regexp #999
* adapter_fanficsme: Fixes for some unusual cases Closes #999
* Switch from setup.py to pyproject.toml for CLI packaging.
* Remove site: www.lotrgfic.com - DNS removed +1year ago
* Remove site: www.lushstories.com - Changed +2years ago
incompatibly Closes #988
* Remove site: www.silmarillionwritersguild.org - Changed
+2years ago incompatibly
* Remove site: www.scarvesandcoffee.net - Changed +2years ago
incompatibly
* Remove site: merengo.hu - Doesn't serve text in full print
+1year
* Remove site: www.destinysgateway.com - Domain parked +1year
* Remove site: archive.skyehawke.com - Domain parked, broken
~3years
* Remove site: worldofx.de - Changed ~2years ago incompatibly,
not efiction
* Remove site: hlfiction.net - Site broken ~3 years (sql
errors)
* Remove site: noveltrove.com - Site broken +1 years, owner
unresponsive 3years Closes #998
* Refactor to make base_otw_adapter
* Refactor adastrafanfic.com to use base_otw_adapter
* Explicitly call set_image_allocation_limit() for larger image
buffer and error on 0x0 image from
image_and_format_from_data() See #997. Thanks dastrdly6585
for helping figure this out.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 21 06:13:12 UTC 2023 - Matej Cepl <mcepl@suse.com> Thu Sep 21 06:13:12 UTC 2023 - Matej Cepl <mcepl@suse.com>
@ -608,7 +655,7 @@ Mon Feb 22 12:53:15 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Fix for BG job race conditions. - Fix for BG job race conditions.
- Fix writer_txt import removeAllEntities - Fix writer_txt import removeAllEntities
- Update plugin about.html - Update plugin about.html
- Fix reduce_zalgo not imported. - Fix reduce_zalgo not imported.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 19 10:11:35 UTC 2021 - Matej Cepl <mcepl@suse.com> Fri Feb 19 10:11:35 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@ -20,7 +20,7 @@
%define modnamedown fanficfare %define modnamedown fanficfare
%define skip_python2 1 %define skip_python2 1
Name: python-fanficfare Name: python-fanficfare
Version: 4.27.0 Version: 4.29.0
Release: 0 Release: 0
Summary: Tool for making eBooks from stories on fanfiction and other web sites Summary: Tool for making eBooks from stories on fanfiction and other web sites
License: GPL-3.0-only License: GPL-3.0-only