Accepting request 890635 from devel:languages:python

- Update to 4.2.0:
  - Add New Site: novelfull.com (#688 & #689) - Thanks, AlexRiina!
  - Need to set logger.setLevel() again with import changes to see debugs in
    plugin.
  - Remove site: fictionpad.com, completely different site, looks like generic
    parked?
  - Remove site: www.thundercatsfans.org, no longer efiction, now static pages
    and PDFs
  - Remove site: www.thepetulantpoetess.com, no longer efiction, URLs like OTW
    but different
  - Remove site: www.potterfics.com, "Potterfics.com has closed its doors
    forever"
  - Remove site: fanfic.castletv.net, DNS there, no server, last successful
    2018-10-21
  - Remove site: deandamage.com, site there, efiction broken, last successful
    2018-12-04
  - Remove site: www.deepinmysoul.net, moved to deepinmysoul.nl and changed
    software--not eFiction anymore, <100 stories, all old
  - Include code for nsapa_proxy for dealing with Captchas (by nsapa -- coming
    soon!)
  - Some other import cleanup.
  - Updates from cloudscraper 1.2.58
  - Use newer Calibre image processing, add JPG quality setting - thanks,
    Malloc Voidstar
  - Add use_cloudscraper:true under [www.ficbook.net] to defaults.ini
  - Fix for adapter_literotica story URL oddities. Again.
  - Fix for site change: adapter_fictionmaniatv
  - Get storyId for sugarquillnet and siyecouk from the parsed query string.
    From mcepl
  - Fix for adapter_literotica changing URLs on author page yet again.
  - Add [harrypotterfanfiction.com] slow_down_sleep_time:1 -- Site blocking
    fast downloads.

OBS-URL: https://build.opensuse.org/request/show/890635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fanficfare?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2021-05-05 18:40:03 +00:00 committed by Git OBS Bridge
commit 95c57c80ed
4 changed files with 40 additions and 4 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Wed May 5 09:05:26 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 4.2.0:
- Add New Site: novelfull.com (#688 & #689) - Thanks, AlexRiina!
- Need to set logger.setLevel() again with import changes to see debugs in
plugin.
- Remove site: fictionpad.com, completely different site, looks like generic
parked?
- Remove site: www.thundercatsfans.org, no longer efiction, now static pages
and PDFs
- Remove site: www.thepetulantpoetess.com, no longer efiction, URLs like OTW
but different
- Remove site: www.potterfics.com, "Potterfics.com has closed its doors
forever"
- Remove site: fanfic.castletv.net, DNS there, no server, last successful
2018-10-21
- Remove site: deandamage.com, site there, efiction broken, last successful
2018-12-04
- Remove site: www.deepinmysoul.net, moved to deepinmysoul.nl and changed
software--not eFiction anymore, <100 stories, all old
- Include code for nsapa_proxy for dealing with Captchas (by nsapa -- coming
soon!)
- Some other import cleanup.
- Updates from cloudscraper 1.2.58
- Use newer Calibre image processing, add JPG quality setting - thanks,
Malloc Voidstar
- Add use_cloudscraper:true under [www.ficbook.net] to defaults.ini
- Fix for adapter_literotica story URL oddities. Again.
- Fix for site change: adapter_fictionmaniatv
- Get storyId for sugarquillnet and siyecouk from the parsed query string.
From mcepl
- Fix for adapter_literotica changing URLs on author page yet again.
- Add [harrypotterfanfiction.com] slow_down_sleep_time:1 -- Site blocking
fast downloads.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 27 12:16:53 UTC 2021 - Matej Cepl <mcepl@suse.com> Sat Mar 27 12:16:53 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@ -21,7 +21,7 @@
%define skip_python2 1 %define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fanficfare Name: python-fanficfare
Version: 4.1.0 Version: 4.2.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