From 3e9ae62ee271b2ffbd1b7a30d20a62233126a977d0a65e2d291e3f9a9a8b320c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 21 Sep 2023 06:16:22 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-fanficfare?expand=0&rev=106 --- FanFicFare-4.25.0.tar.gz | 3 --- FanFicFare-4.27.0.tar.gz | 3 +++ python-fanficfare.changes | 37 +++++++++++++++++++++++++++++++++++++ python-fanficfare.spec | 2 +- 4 files changed, 41 insertions(+), 4 deletions(-) delete mode 100644 FanFicFare-4.25.0.tar.gz create mode 100644 FanFicFare-4.27.0.tar.gz diff --git a/FanFicFare-4.25.0.tar.gz b/FanFicFare-4.25.0.tar.gz deleted file mode 100644 index d7b8873..0000000 --- a/FanFicFare-4.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad3820df8588bff2f7b9ece1b68eb9885ec2662b4b69559cd2c12a19fa809999 -size 1962282 diff --git a/FanFicFare-4.27.0.tar.gz b/FanFicFare-4.27.0.tar.gz new file mode 100644 index 0000000..2677450 --- /dev/null +++ b/FanFicFare-4.27.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4609f7511c7dd534b5ad171ae63c7aa35c9d8b04cec7e706f8de140ea07246d +size 1964586 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index e9e03a8..d825cb9 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Sep 21 06:13:12 UTC 2023 - Matej Cepl + +- 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 diff --git a/python-fanficfare.spec b/python-fanficfare.spec index e40af8e..a6d9635 100644 --- a/python-fanficfare.spec +++ b/python-fanficfare.spec @@ -20,7 +20,7 @@ %define modnamedown fanficfare %define skip_python2 1 Name: python-fanficfare -Version: 4.25.0 +Version: 4.27.0 Release: 0 Summary: Tool for making eBooks from stories on fanfiction and other web sites License: GPL-3.0-only