forked from pool/python-fanficfare
- Update to 3.13.0:
- Add some code to handle 24 hr clocks w/o changing adapters. - Don't escape # in URLs, causes problems with ficbook.net. - Bypass expired SSL cert by not using SSL. adapter_thehookupzonenet - Bypass expired SSL cert by not using SSL. adapter_spikeluvercom - Remove site twilightarchives.com - Closed as per web site. - Remove site lotrfanfiction.com - Closed as per web site. - Remove site www.13hours.org. Moved to AO3. - Add site specific chapterslashtotal and chapterstotal for adapter_archiveofourownorg. - Fixes for adapter_webnovelcom site changes to JSON. - Add parentforums site specific metadata for base_xenforo, include partial list in category. - Add user/pass to adapter_fictionhuntcom, required to see chapter text now. - Discard cookie cache on library change--might use different users/settings. - At least one efiction site said Completed: Completed instead of Yes. - Adding some html class attrs to epub output for ease of CSS. - Add --no-output CLI option. Closes #443 - Save cookiejar between downloads during same calibre session, including BG jobs. - Avoid post URLs in XenForo notification emails for QQ & AH too. - Avoid post URLs in XenForo notification emails better w/o catching post in thread title. Probably. - Fix for 404 error on XF always_login. Closes #438 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=28
This commit is contained in:
parent
9485893a94
commit
6f5a246ac5
BIN
FanFicFare-3.12.0.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-3.12.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-3.13.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-3.13.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 15 20:46:24 CET 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.13.0:
|
||||||
|
- Add some code to handle 24 hr clocks w/o changing adapters.
|
||||||
|
- Don't escape # in URLs, causes problems with ficbook.net.
|
||||||
|
- Bypass expired SSL cert by not using SSL.
|
||||||
|
adapter_thehookupzonenet
|
||||||
|
- Bypass expired SSL cert by not using SSL.
|
||||||
|
adapter_spikeluvercom
|
||||||
|
- Remove site twilightarchives.com - Closed as per web site.
|
||||||
|
- Remove site lotrfanfiction.com - Closed as per web site.
|
||||||
|
- Remove site www.13hours.org. Moved to AO3.
|
||||||
|
- Add site specific chapterslashtotal and chapterstotal for
|
||||||
|
adapter_archiveofourownorg.
|
||||||
|
- Fixes for adapter_webnovelcom site changes to JSON.
|
||||||
|
- Add parentforums site specific metadata for base_xenforo,
|
||||||
|
include partial list in category.
|
||||||
|
- Add user/pass to adapter_fictionhuntcom, required to see
|
||||||
|
chapter text now.
|
||||||
|
- Discard cookie cache on library change--might use different
|
||||||
|
users/settings.
|
||||||
|
- At least one efiction site said Completed: Completed instead
|
||||||
|
of Yes.
|
||||||
|
- Adding some html class attrs to epub output for ease of CSS.
|
||||||
|
- Add --no-output CLI option. Closes #443
|
||||||
|
- Save cookiejar between downloads during same calibre session,
|
||||||
|
including BG jobs.
|
||||||
|
- Avoid post URLs in XenForo notification emails for QQ & AH
|
||||||
|
too.
|
||||||
|
- Avoid post URLs in XenForo notification emails better w/o
|
||||||
|
catching post in thread title. Probably.
|
||||||
|
- Fix for 404 error on XF always_login. Closes #438
|
||||||
|
- Fix for CLI update fail on one story causing all subsequent
|
||||||
|
to also skip update. Issue #438
|
||||||
|
- Avoid post URLs in XenForo notification emails better.
|
||||||
|
- Treat spacebattles /post/ URLs in emails the same as
|
||||||
|
sufficientvelocity to avoid extra URLs in thread
|
||||||
|
notifications.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 15 07:53:21 CET 2019 - Matej Cepl <mcepl@suse.com>
|
Fri Nov 15 07:53:21 CET 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define modnamedown fanficfare
|
%define modnamedown fanficfare
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-fanficfare
|
Name: python-fanficfare
|
||||||
Version: 3.12.0
|
Version: 3.13.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
|
||||||
|
Loading…
Reference in New Issue
Block a user