Accepting request 1112734 from devel:languages:python

- Update to 4.27.0:
  - AO3: Real fix for adult string change, revert earlier attempted fixes.
- Update to 4.26.1:
  - Fix for extratags not being picked up by include_in_subjects
- Update to 4.26.0:
  - adapter_royalroadcom: user found a story with no chapters
  - base_efiction: .string -> stripHTML for nested tags Closes
    #984
  - Fix fanfiktionde status parsing #980 - thanks, burny2!
  - AO3: Make subscribed, markedforlater True/False to match
    bookmarked/bookmarkprivate/bookmarkrec
  - Add title replace_metadata(commented) for literotica Ch/Pt
    titles
  - AO3: Add subscribed, markedforlater
  - Filter cookies for flaresolverr
  - Add _LIST option to
    include_subject_tags(/extra_subject_tags), refactor
  - AO3 fix for protected email addr in chapter name breaking
    chapter datetime
  - Fix for #979, AO3 Get URLs from Page
  - adapter_storiesofardacom: Fix for detecting adult question on
    indiv chapters.
  - New Site: sunnydaleafterdark.com, thanks inklesspen!
  - Add anthology_merge_keepsingletocs option, requires new
    EpubMerge.
  - Apply mark_new_chapters to new story chapters in
    Anthologies. #977
  - Allow mark_new_chapters when 1 chapter in case it changes.
  - Increase sleep times between cache checks using
    open_pages_in_browser.

OBS-URL: https://build.opensuse.org/request/show/1112734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fanficfare?expand=0&rev=51
This commit is contained in:
Ana Guerrero 2023-09-21 20:22:59 +00:00 committed by Git OBS Bridge
commit 6595af5e01
4 changed files with 41 additions and 4 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Sep 21 06:13:12 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Update to 4.27.0:
- AO3: Real fix for adult string change, revert earlier attempted fixes.
- Update to 4.26.1:
- Fix for extratags not being picked up by include_in_subjects
- Update to 4.26.0:
- adapter_royalroadcom: user found a story with no chapters
- base_efiction: .string -> stripHTML for nested tags Closes
#984
- Fix fanfiktionde status parsing #980 - thanks, burny2!
- AO3: Make subscribed, markedforlater True/False to match
bookmarked/bookmarkprivate/bookmarkrec
- Add title replace_metadata(commented) for literotica Ch/Pt
titles
- AO3: Add subscribed, markedforlater
- Filter cookies for flaresolverr
- Add _LIST option to
include_subject_tags(/extra_subject_tags), refactor
- AO3 fix for protected email addr in chapter name breaking
chapter datetime
- Fix for #979, AO3 Get URLs from Page
- adapter_storiesofardacom: Fix for detecting adult question on
indiv chapters.
- New Site: sunnydaleafterdark.com, thanks inklesspen!
- Add anthology_merge_keepsingletocs option, requires new
EpubMerge.
- Apply mark_new_chapters to new story chapters in
Anthologies. #977
- Allow mark_new_chapters when 1 chapter in case it changes.
- Increase sleep times between cache checks using
open_pages_in_browser.
- adapter_literotica: 'Fix' clean_chapter_titles for titles
ending with Pt or Ch
- Fix for ficbook.net date change. Closes #973
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 11 19:41:34 UTC 2023 - Matej Cepl <mcepl@suse.com> Tue Jul 11 19:41:34 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@ -20,7 +20,7 @@
%define modnamedown fanficfare %define modnamedown fanficfare
%define skip_python2 1 %define skip_python2 1
Name: python-fanficfare Name: python-fanficfare
Version: 4.25.0 Version: 4.27.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