- Update to 4.8.0:
- Add fix_relative_text_links feature, defaults to true. - Make Scribble Hub spoilers & footnotes look nicer PR#733, thanks Epicpkmn11! - Add averrating metadata to adapter_novelfull. - Fix for cover_min_size causing failures with SVG images when no_image_processing:true. - Set default slow_down_sleep_time:2 for [www.asianfanfics.com] - Deviantart date fix (closes #768), also storyId and extratags changes, thanks jcotton42 - New Site: www.deviantart.com, thanks jcotton42 (see #765 and #374) - New Site: psychfic.com (re-added), thanks HappyFaceSpider Closes #764 - adapter_storiesonlinenet: Take rating from 'Age' field on scifistories/finestories - Thanks bpothier - adapter_ficbooknet: Fix for site change. - Code for FlareSolverr v2.0.X, can't handle images. - Update translations. - adapter_royalroadcom: fix for ancient bug reading unixtime attr that's come back after years. #753 - fictionalley-archive.org: Convert adapter_fictionalleyorg to adapter_fictionalleyarchiveorg. - adapter_storiesonlinenet: Fix for site updates, login and dates. - adapter_wwwutopiastoriescom: Add siterating_votes,siterating,siterank_of,siterank,v iews #750 - Fix for more arbitrary py3 incompatibility(MutableSet). Closes #748 - Update bundled certifi to 2021.10.08 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=78
This commit is contained in:
parent
57afb10628
commit
89e5eac096
BIN
FanFicFare-4.5.0.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-4.5.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-4.8.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-4.8.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 17:35:44 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to 4.8.0:
|
||||
- Add fix_relative_text_links feature, defaults to true.
|
||||
- Make Scribble Hub spoilers & footnotes look nicer PR#733,
|
||||
thanks Epicpkmn11!
|
||||
- Add averrating metadata to adapter_novelfull.
|
||||
- Fix for cover_min_size causing failures with SVG images when
|
||||
no_image_processing:true.
|
||||
- Set default slow_down_sleep_time:2 for [www.asianfanfics.com]
|
||||
- Deviantart date fix (closes #768), also storyId and extratags
|
||||
changes, thanks jcotton42
|
||||
- New Site: www.deviantart.com, thanks jcotton42 (see #765 and
|
||||
#374)
|
||||
- New Site: psychfic.com (re-added), thanks HappyFaceSpider
|
||||
Closes #764
|
||||
- adapter_storiesonlinenet: Take rating from 'Age' field on
|
||||
scifistories/finestories - Thanks bpothier
|
||||
- adapter_ficbooknet: Fix for site change.
|
||||
- Code for FlareSolverr v2.0.X, can't handle images.
|
||||
- Update translations.
|
||||
- adapter_royalroadcom: fix for ancient bug reading unixtime
|
||||
attr that's come back after years. #753
|
||||
- fictionalley-archive.org: Convert adapter_fictionalleyorg to
|
||||
adapter_fictionalleyarchiveorg.
|
||||
- adapter_storiesonlinenet: Fix for site updates, login and
|
||||
dates.
|
||||
- adapter_wwwutopiastoriescom: Add
|
||||
siterating_votes,siterating,siterank_of,siterank,v iews #750
|
||||
- Fix for more arbitrary py3 incompatibility(MutableSet).
|
||||
Closes #748
|
||||
- Update bundled certifi to 2021.10.08
|
||||
- Switch config _filelist feature from using
|
||||
urllig.request.build_opener to fetcher.RequestsFetcher.
|
||||
- Switching royalroad.com specific 'get from imap' code to use
|
||||
fetcher instead of urllib. For #746
|
||||
- adapter_wwwutopiastoriescom: Split 'eroticatags' metadata
|
||||
entry rather than single string. Closes #744
|
||||
- Handle errors in royalroad email links better.
|
||||
- Fix for flaresolverr_proxy doing get urls from page
|
||||
- Add flaresolverr_proxy_protocol setting to allow for https,
|
||||
#739, submitted by TheCakeIsNaOH
|
||||
- Remove site www.squidge.org/peja now hosted on
|
||||
squidgeworld.org
|
||||
- Remove site faerie-archive.com - redirects to some sketchy
|
||||
looking ad sites.
|
||||
- Remove site fanfiction-junkies.de - redirects to ad site.
|
||||
- Remove site it-could-happen.net - redirects to some sketchy
|
||||
looking ad sites.
|
||||
- Remove site sebklaine.net - redirects to some sketchy looking
|
||||
ad sites.
|
||||
- Remove site nha.magical-worlds.us - redirects to something
|
||||
unrelated.
|
||||
- Fix for adapter_wuxiaworldsite site change - chapter list in
|
||||
page HTML now.
|
||||
- Better error message for AO3 login-required series. Closes
|
||||
#736
|
||||
- Accept wuxiaworldsite.com as alias for wuxiaworld.site.
|
||||
- Don't retry connection to flaresolverr proxy and report
|
||||
specifically on fail. Closes #737
|
||||
- Tweak XF tagsfromtitle in defaults.ini to not break &
|
||||
- Fix for adapter_asianfanficscom - site changed author URLs.
|
||||
- Fix for FFF plugin not recognizing the same ffnet story URL
|
||||
when the title changes.
|
||||
- Add order_threadmarks_by_date_categories option, closes #733
|
||||
- Add feature use_flaresolverr_proxy
|
||||
- Fix for asianfanfics.com site change, thanks oh45454545.
|
||||
inject_chapter_title setting may be unneeded now?
|
||||
- Add 'min' for minutes to parse_relative_date_string() #731
|
||||
- Fix for dateutils change(#731) breaking royalroad
|
||||
- Fixes for site changes in adapter_webnovelcom. #731
|
||||
- Add POST request for wuxiaworld.site site changers. Closes
|
||||
#729.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 26 10:10:28 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-fanficfare
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-fanficfare
|
||||
Version: 4.5.0
|
||||
Version: 4.8.0
|
||||
Release: 0
|
||||
Summary: Tool for making eBooks from stories on fanfiction and other web sites
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user