1
0

Accepting request 873735 from devel:languages:python

- Update to 4.0.0:
  - Major refactoring/rewrite of network fetching and caching
    layer using requests library.
  - use_browser_cache feature added -- Read fanfiction.net
    stories from your Chrome or FireFox browser cache in addition /
    instead of the network. Many thanks to Sidney Markowitz for the
    stellar help with this. See BrowserCacheFeature Wiki Page.
  - Add additional_images setting for html & epub formats. Close
    #648
  - Fix for 'Updating' (anonymous?) author in
    adapter_wuxiaworldsite. For #657
  - Allow tweak_fg_sleep etc with any site, add defaults settings
    for basexenforo, fictionalley and fictionpress.
  - Drag/drop of 'emails'--look for story URL in Content-Base
    header for Thunderbird RSS 'emails'.
  - Apply 'email' proc flag when processing dragged .eml
    files--which are emails.
  - Update translations.
  - Fix adapter_webnovelcom for some site changes. Closes #644
  - Allow tweak_fg_sleep etc with any site, add defaults settings
    for basexenforo, fictionalley and fictionpress.
  - fanficauthors.net doesn't use login anymore. Closes #651
  - BG % done by stories AND chapters.
  - Restore multi-process background jobs as one process per
    site.
  - Don't count continue_on_chapter_error chapters when checking
    vs 'new chapters'.
  - More properly get msg payload fromemail drag and drop. Closes
    #645
  - Give adapter_archiveofourownorg a get_section_url() for
    quicker rejects checks from email.
  - Convert adapter_spikeluvercom to base_efiction after site
    changes.
  - Remove 'extrasleep' feature--it was ugly--increase
    slow_down_sleep_time for the couple sites that used it. We
    can trust the users, right?
  - Remove httplib._MAXHEADERS workaround for royalroad.com - not
    happening anymore.
  - Fixes for py2/py3 & a stray INI space.
  - Fix for Reject List to equate story URLs with and without
    titles, for XenForo and ffnet. Otherwise you can end up with
    dups in Reject List and not recognize new URLs are already
    being rejected. Also fixes [storyUrl] sections without titles
    for ffnet.
  - Fix fictionpress.net and retain Reject List entries for
    removed sites.
  - Get cloudscraper 1.2.56 changes, but keep py2 compat.
  - Fix for chapter error report. Closes #641
  - adapter_fanfictionnet: Start keeping story title part of
    storyUrl.

OBS-URL: https://build.opensuse.org/request/show/873735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fanficfare?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2021-02-19 22:45:36 +00:00 committed by Git OBS Bridge
commit 15bc0a7ad1
4 changed files with 59 additions and 5 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Fri Feb 19 10:11:35 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 4.0.0:
- Major refactoring/rewrite of network fetching and caching
layer using requests library.
- use_browser_cache feature added -- Read fanfiction.net
stories from your Chrome or FireFox browser cache in addition /
instead of the network. Many thanks to Sidney Markowitz for the
stellar help with this. See BrowserCacheFeature Wiki Page.
- Add additional_images setting for html & epub formats. Close
#648
- Fix for 'Updating' (anonymous?) author in
adapter_wuxiaworldsite. For #657
- Allow tweak_fg_sleep etc with any site, add defaults settings
for basexenforo, fictionalley and fictionpress.
- Drag/drop of 'emails'--look for story URL in Content-Base
header for Thunderbird RSS 'emails'.
- Apply 'email' proc flag when processing dragged .eml
files--which are emails.
- Update translations.
- Fix adapter_webnovelcom for some site changes. Closes #644
- Allow tweak_fg_sleep etc with any site, add defaults settings
for basexenforo, fictionalley and fictionpress.
- fanficauthors.net doesn't use login anymore. Closes #651
- BG % done by stories AND chapters.
- Restore multi-process background jobs as one process per
site.
- Don't count continue_on_chapter_error chapters when checking
vs 'new chapters'.
- More properly get msg payload fromemail drag and drop. Closes
#645
- Give adapter_archiveofourownorg a get_section_url() for
quicker rejects checks from email.
- Convert adapter_spikeluvercom to base_efiction after site
changes.
- Remove 'extrasleep' feature--it was ugly--increase
slow_down_sleep_time for the couple sites that used it. We
can trust the users, right?
- Remove httplib._MAXHEADERS workaround for royalroad.com - not
happening anymore.
- Fixes for py2/py3 & a stray INI space.
- Fix for Reject List to equate story URLs with and without
titles, for XenForo and ffnet. Otherwise you can end up with
dups in Reject List and not recognize new URLs are already
being rejected. Also fixes [storyUrl] sections without titles
for ffnet.
- Fix fictionpress.net and retain Reject List entries for
removed sites.
- Get cloudscraper 1.2.56 changes, but keep py2 compat.
- Fix for chapter error report. Closes #641
- adapter_fanfictionnet: Start keeping story title part of
storyUrl.
-------------------------------------------------------------------
Wed Jan 20 21:46:43 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@ -21,7 +21,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fanficfare
Version: 3.29.0
Version: 4.0.0
Release: 0
Summary: Tool for making eBooks from stories on fanfiction and other web sites
License: GPL-3.0-only
@ -45,7 +45,7 @@ Requires: python-html2text
Requires: python-html5lib
Requires: python-setuptools
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
%python_subpackages