Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-fanficfare for 
openSUSE:Factory checked in at 2023-07-17 19:22:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fanficfare (Old)
 and      /work/SRC/openSUSE:Factory/.python-fanficfare.new.3193 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fanficfare"

Mon Jul 17 19:22:56 2023 rev:50 rq:1098808 version:4.25.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fanficfare/python-fanficfare.changes      
2023-03-10 22:08:55.601555007 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-fanficfare.new.3193/python-fanficfare.changes
    2023-07-17 19:23:06.941678086 +0200
@@ -1,0 +2,75 @@
+Tue Jul 11 19:41:34 UTC 2023 - Matej Cepl <mc...@suse.com>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  FanFicFare-4.21.0.tar.gz

New:
----
  FanFicFare-4.25.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-fanficfare.spec ++++++
--- /var/tmp/diff_new_pack.nNY71X/_old  2023-07-17 19:23:07.701682488 +0200
+++ /var/tmp/diff_new_pack.nNY71X/_new  2023-07-17 19:23:07.705682512 +0200
@@ -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:  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

++++++ FanFicFare-4.21.0.tar.gz -> FanFicFare-4.25.0.tar.gz ++++++
++++ 5745 lines of diff (skipped)

Reply via email to