1
0

Compare commits

...

11 Commits

Author SHA256 Message Date
9cfe0c872e Merge pull request 'Update to 4.43.0:' (#7) from mcepl/update-4_43_0 into factory 2025-03-04 04:05:06 +01:00
0f0797162e
Update to 4.43.0:
- base_xenforoforum: Add details_spoiler option for
    [#1165](https://github.com/JimmXinu/FanFicFare/issues/1165)
  - Add [base_otw] with use_basic_cache:true to defaults.ini
  - BrowserCache: Better handle cache file changing/failing while
    reading.
  - Fix for BrowserCache for images--cache partitioned by
    parent(story) page.
  - base_otw_adapter: Detect & report 'This site is in beta' page
  - AO3: Double default slow_down_sleep_time
  - For adapter_mcstoriescom: Remove /../ from Get Story URLs
    from web page
  - adapter_mcstoriescom: Suppress site URLs that look like
    stories but aren't. #1160
  - adapter_fanfictionnet: Attempt chapter from m. (vs www) when
    chapter not found
  - adapter_literotica: Get more story urls. #1159 Thanks, dbhmw
  - Add include_tocpage:always option.
  - adapter_fimfictionnet: Further cover fix
  - adapter_fimfictionnet: Fix cover images and use data-source
    attr for img src.
  - adapter_storiesonlinenet: Remove some code that broke parsing
    when 'author' was in the title.
  - adapter_literotica: http->https
  - adapter_literotica: Site changes for non-www domains.
  - Make plugin use own copy of six only--including in Smarten
    Punc
  - adapter_fictionlive: fix bounds check in vote accumulaton.
    resolves JimmXinu#1154, Thanks HazelSh
  - Make plugin use own copy of six only.
2025-03-03 13:48:41 +01:00
df517f4471 Merge pull request 'Update to 4.42.0:' (#6) from mcepl/python-fanficfare:update_to_4.42.0 into factory 2025-02-18 15:26:02 +01:00
5339f64ac2
Update to 4.42.0:
- Update Translations
  - adapter_fanfictalkcom: Update domain name & match pattern
  - Remove site: starskyhutcharchive.net, moved to
    starskyandhutcharchive.net, not eFiction. Nobody's missed it.
  - Remove site: fastnovels.net - Blog only now, no stories.
  - Remove site: www.novelupdates.cc - Domain parked somewhere
    sketchy
  - Remove site: ponyfictionarchive.net - Moved to AO3
  - adapter_wwwaneroticstorycom: Update for site changes.
  - Re-alphabetize defaults.ini
  - Browser Simple Cache adding orig resp time field & removing
    browser_cache_simple_header_old option. Fixes Browser Cache
    failing with Chrome on Mac & Linux.
  - Strip out unused parts of requests_toolbelt to avoid
    dependency issues.
  - Add no_image_processing_regexp option for #1144
  - adapter_fictionmaniatv: Change to https
2025-02-07 23:21:03 +01:00
86b9dd2f80 Merge pull request 'Update To 4.41.0' (#5) from mcepl/python-fanficfare:update_to_4.41.0 into factory 2025-01-07 11:44:20 +01:00
0f5b27b3ca
Update to 4.41.0:
- Update Translations
  - New Site: superlove.sayitditto.net (#1136) Thanks xxwhirlpool
  - New Site: www.cfaarchive.org (#1136) Thanks xxwhirlpool
  - XenForo lazyload: use data-src first if data-url also
    present. QQ proxy in data-src caches/bypasses some issues
  - adapter_inkbunnynet: Implemented always_login, thanks dbhmw
  - Small fixes for Wattpad. (#1137), thanks dbhmw
  - adapter_fimfictionnet: Implement always_login. Remove unused
    fail_on_password & do_update_hook settings. #1135
  - Call Calibre's safe_open_url for open_pages_in_browser
  - Add subject_tags to -m/j CLI output
  - Fix for double replace_metadata when non-list metadata called
    by getList().
2025-01-02 00:00:26 +01:00
578bef1c44 Merge pull request 'factory' (#4) from mcepl/python-fanficfare:factory into factory 2024-11-05 15:41:11 +01:00
d6a4bc72e7
Update to 4.40.0:
- Update Translations
  - adapter_ficbooknet: Another site update,
  - adapter_ficbooknet: Fixes for site changes,
  - adapter_inkbunnynet: Add login for Get URLs from Page
  - adapter_syosetucom: Fix for site changes,
  - Change decode_emails default to true.
  - adapter_deviantartcom: Site changes, new chapter text tag.
2024-11-01 16:30:10 +01:00
ce8a209c91
Update to 4.39.0:
- Better error when utf8FromSoup called with None.
  - adapter_asianfanficscom: Add Is adult toggle call,
    use_cloudscraper:true in defaults.ini
  - Fix(es) for get_url_search not found when seriesUrl doesn't
    match an adapter site.
  - Fix for regression when browser_cache_simple_header_old
    added. #1104
  - Add decode_emails option, defaults to false.
2024-10-03 08:01:22 +02:00
7f1e2d26a6
Ignore _scmsync.obsinfo 2024-10-02 07:59:43 +02:00
e3121b7f4e
Update to 4.38.0:
* Chrome Simple Browser Cache extra field fix (Mac/Linux)
* adapter_scribblehubcom: Allow for changing title in story URL.
* Update adapter_syosetucom.py (#1095) Fix update retrieval for series not completed, thanks dado330
* Make CLI username prompt more visible
* Update translations
2024-10-02 07:52:24 +02:00
5 changed files with 115 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.osc
_scmsync.obsinfo

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,112 @@
-------------------------------------------------------------------
Sun Mar 2 22:28:58 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Update to 4.43.0:
- base_xenforoforum: Add details_spoiler option for
[#1165](https://github.com/JimmXinu/FanFicFare/issues/1165)
- Add [base_otw] with use_basic_cache:true to defaults.ini
- BrowserCache: Better handle cache file changing/failing while
reading.
- Fix for BrowserCache for images--cache partitioned by
parent(story) page.
- base_otw_adapter: Detect & report 'This site is in beta' page
- AO3: Double default slow_down_sleep_time
- For adapter_mcstoriescom: Remove /../ from Get Story URLs
from web page
- adapter_mcstoriescom: Suppress site URLs that look like
stories but aren't. #1160
- adapter_fanfictionnet: Attempt chapter from m. (vs www) when
chapter not found
- adapter_literotica: Get more story urls. #1159 Thanks, dbhmw
- Add include_tocpage:always option.
- adapter_fimfictionnet: Further cover fix
- adapter_fimfictionnet: Fix cover images and use data-source
attr for img src.
- adapter_storiesonlinenet: Remove some code that broke parsing
when 'author' was in the title.
- adapter_literotica: http->https
- adapter_literotica: Site changes for non-www domains.
- Make plugin use own copy of six only--including in Smarten
Punc
- adapter_fictionlive: fix bounds check in vote accumulaton.
resolves JimmXinu#1154, Thanks HazelSh
- Make plugin use own copy of six only.
-------------------------------------------------------------------
Fri Feb 7 22:19:24 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Update to 4.42.0:
- Update Translations
- adapter_fanfictalkcom: Update domain name & match pattern
- Remove site: starskyhutcharchive.net, moved to
starskyandhutcharchive.net, not eFiction. Nobody's missed it.
- Remove site: fastnovels.net - Blog only now, no stories.
- Remove site: www.novelupdates.cc - Domain parked somewhere
sketchy
- Remove site: ponyfictionarchive.net - Moved to AO3
- adapter_wwwaneroticstorycom: Update for site changes.
- Re-alphabetize defaults.ini
- Browser Simple Cache adding orig resp time field & removing
browser_cache_simple_header_old option. Fixes Browser Cache
failing with Chrome on Mac & Linux.
- Strip out unused parts of requests_toolbelt to avoid
dependency issues.
- Add no_image_processing_regexp option for #1144
- adapter_fictionmaniatv: Change to https
-------------------------------------------------------------------
Wed Jan 1 22:58:52 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Update to 4.41.0:
- Update Translations
- New Site: superlove.sayitditto.net (#1136) Thanks xxwhirlpool
- New Site: www.cfaarchive.org (#1136) Thanks xxwhirlpool
- XenForo lazyload: use data-src first if data-url also
present. QQ proxy in data-src caches/bypasses some issues
- adapter_inkbunnynet: Implemented always_login, thanks dbhmw
- Small fixes for Wattpad. (#1137), thanks dbhmw
- adapter_fimfictionnet: Implement always_login. Remove unused
fail_on_password & do_update_hook settings. #1135
- Call Calibre's safe_open_url for open_pages_in_browser
- Add subject_tags to -m/j CLI output
- Fix for double replace_metadata when non-list metadata called
by getList().
-------------------------------------------------------------------
Fri Nov 1 15:27:43 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Update to 4.40.0:
- Update Translations
- adapter_ficbooknet: Another site update,
- adapter_ficbooknet: Fixes for site changes,
- adapter_inkbunnynet: Add login for Get URLs from Page
- adapter_syosetucom: Fix for site changes,
- Change decode_emails default to true.
- adapter_deviantartcom: Site changes, new chapter text tag.
-------------------------------------------------------------------
Wed Oct 2 05:41:39 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Update to 4.39.0:
- Better error when utf8FromSoup called with None.
- adapter_asianfanficscom: Add Is adult toggle call,
use_cloudscraper:true in defaults.ini
- Fix(es) for get_url_search not found when seriesUrl doesn't
match an adapter site.
- Fix for regression when browser_cache_simple_header_old
added. #1104
- Add decode_emails option, defaults to false.
-------------------------------------------------------------------
Sun Sep 22 16:10:37 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Chrome Simple Browser Cache extra field fix (Mac/Linux)
- adapter_scribblehubcom: Allow for changing title in story URL.
- Update adapter_syosetucom.py (#1095) Fix update retrieval for
series not completed, thanks dado330
- Make CLI username prompt more visible
- Update translations
-------------------------------------------------------------------
Thu Aug 1 16:51:04 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-fanficfare
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%define modnamedown fanficfare
%define skip_python2 1
Name: python-fanficfare
Version: 4.37.0
Version: 4.43.0
Release: 0
Summary: Tool for making eBooks from stories on fanfiction and other web sites
License: GPL-3.0-only