diff --git a/FanFicFare-4.21.0.tar.gz b/FanFicFare-4.21.0.tar.gz deleted file mode 100644 index 469fb7f..0000000 --- a/FanFicFare-4.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04818cb2d7c36d80acc88e4e5c69366f9cc96ebed07342246aad79eddfa488cf -size 1971110 diff --git a/FanFicFare-4.25.0.tar.gz b/FanFicFare-4.25.0.tar.gz new file mode 100644 index 0000000..d7b8873 --- /dev/null +++ b/FanFicFare-4.25.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3820df8588bff2f7b9ece1b68eb9885ec2662b4b69559cd2c12a19fa809999 +size 1962282 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index f6a21a7..e9e03a8 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,78 @@ +------------------------------------------------------------------- +Tue Jul 11 19:41:34 UTC 2023 - Matej Cepl + +- Update to 4.25.0: + - Fix for make_firstimage_cover causing embedded image to also + use cover.jpg. + - adapter_wuxiaworldxyz: Paginated TOC + - Add use_workskin option for AO3 (& squidgeworld). PR#967, + thanks niacdoial + - Make Rejects List Note column orderable. + - fix_relative_text_links fix for #anchors doesn't handle '.' + in id. Fixes #966 refer #952 + - AO3 Check for hidden work after login. + - adapter_storiesonlinenet: Login now has a hidden token. - + #962 Thanks, mvlcek + - Allow for href='' in fix_relative_text_links processing. +- Update to 4.24.0: + - Fix wuxiaworld.xyz specific setting section + - Fix force_cover_image when already in story + - AO3: Apparently minor change to chapter end note HTML. #956 + - wuxiaworld.co -> wuxiaworld.xyz changes most data collection + #953 + - Fix Update Always metadata in BG logic + - fix_relative_text_links: Keep #anchor links if target also in + chapter. See #952 + - Add order_chapters_by_date option for literotica.com, used to + be hard coded. + - Add force_update_epub_always option to update when EPUB has + more chapters than source. See #950 #949 #942. +- Update to 4.23.0: + - Change force_img_referer to force_img_self_referer_regexp See + #940 #941 + - adapter_deviantartcom: Another detect login string. #947 + - Show INI highlighting under [storyUrl] sections + - Update translations. + - adapter_quotevcom: Some stories have no comments. + - Don't try to set seriesUrl when no series (Anthologies) + - Add force_img_referer optional feature. Closes #940 + - Add static include_in_* when double quoted. + - Set Calibre Series URL link (calibre versions > 6.14) +- Update to 4.22.0: + - Fix for custom columns [storyUrl] sections. And still work + for Anthologies. + - AO3: Better fix for always_reload_first_chapter vs + use_view_full_work, fixes #932 + - adapter_fictionmaniatv: Site change for status, fixes #931 + - Remove doubled doreplacements/removeallentities from + author(etc)HTML processing. + - Remove inline ads, only seen with flaresolverr so far + - Changes to wattpad API mapping chapter URLs to story URLs. + - adapter_ficbooknet: Fix for site change. + - adapter_wattpadcom: Fix accidentally hardcoding a story in. + - adapter_thehookupzonenet: Fix changed date format + - Remove site: sugarquill.net - Site retired + - Remove site: fanfic.potterheadsanonymous.com - No DNS, broken + ~3 years + - Remove site: www.looselugs.com - No DNS, broken ~3 years + - Remove site: themaplebookshelf.com - No DNS, broken ~18 + months + - Remove site: www.ik-eternal.net - No DNS, broken ~18 months + - Remove site: www.wraithbait.com - SSL expired +1yr, broken ~3 + years + - Remove site: csi-forensics.com - SSL expired +1yr, broken ~3 + years + - Remove site: archive.shriftweb.org broken ~4 years + - Remove site: trekiverse.org broken ~3 years + - Remove site: buffygiles.velocitygrass.com broken ~3 years + - Remove site: www.qaf-fic.com broken ~3 years + - Remove site: sword.borderline-angel.com broken ~3 years + - Remove site: www.andromeda-web.com broken ~3 years + - Remove site: tasteofpoison.inkubation.net broken ~3 years + - Remove site: merlinfic.dtwins.co.uk 'This site has been + removed due to PHP compatibility issues.' +- Fix Requires: brotli -> Brotli + ------------------------------------------------------------------- Fri Mar 10 12:09:49 UTC 2023 - Matej Cepl diff --git a/python-fanficfare.spec b/python-fanficfare.spec index f53f0be..e40af8e 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.21.0 +Version: 4.25.0 Release: 0 Summary: Tool for making eBooks from stories on fanfiction and other web sites License: GPL-3.0-only @@ -39,13 +39,15 @@ BuildRequires: %{python_module wheel} BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-Brotli Requires: python-beautifulsoup4 Requires: python-chardet Requires: python-cloudscraper Requires: python-html2text Requires: python-html5lib +Requires: python-requests Requires: python-requests-file -Requires: python-setuptools +Requires: python-urllib3 Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch