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 2021-01-25 18:24:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fanficfare (Old)
 and      /work/SRC/openSUSE:Factory/.python-fanficfare.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fanficfare"

Mon Jan 25 18:24:11 2021 rev:29 rq:866393 version:3.29.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fanficfare/python-fanficfare.changes      
2021-01-13 18:35:49.634388690 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-fanficfare.new.28504/python-fanficfare.changes
   2021-01-25 18:24:28.984503885 +0100
@@ -1,0 +2,69 @@
+Wed Jan 20 21:46:43 UTC 2021 - Matej Cepl <mc...@suse.com>
+
+- Update to 3.29.0:
+  - Add better chapter error reporting, refactor proceed_question
+    code.
+  - Add plugin options to mark success/failed/chapter error
+    individually.
+  - Clear metadata cache after adapter metadata fetch. Cached
+    metadata values may not be replace_metadata processed if
+    fetched before their conditional dependencies. Revealed by
+    AO3 one-shots using title for chapter name.
+  - Re-enable ffnet and bump up sleep times for same.
+  - ffnet fpcom, continue_on_chapter_error:true by default,
+    increase sleep times.
+  - First rough version of reporting continue_on_chapter_error
+    chapters.
+  - Report chapter_error in custom error column and marked (when
+    configured).
+  - Update to cloudscraper v1.2.52
+  - Increase times between retries on fetch error.
+  - Tweek ffnet/fpcom sleep times again.
+  - slow_down_sleep_time: randomize between 0.5 time and 1.5
+    time.
+  - Report cloudscraper exceptions as such, plus hide the
+    potentially misleading 'opensource' part.
+  - adapter_fanficsme: do an extra fetch before login for
+    cookie(?) Closes #633
+  - adapter_webnovelcom: Fixes for site changes. Closes #629
+  - quotev.com: site change in date parse, use utf8:ignore as
+    first encoding choice. Closes #625
+
+
+-------------------------------------------------------------------
+Sat Jan 16 20:39:24 UTC 2021 - mc...@suse.com
+
+- Update to version 3.28.0+git.1610814197.37cdec2f:
+  * Bump Test Version 3.28.4
+  * First rough version of reporting continue_on_chapter_error chapters.
+  * Tweak adapter_test1 chapter error case
+  * ffnet fpcom, continue_on_chapter_error:true by default, increase sleep 
times.
+  * Re-enable ffnet and bump up sleep times for same.
+  * Bump Test Version 3.28.3
+  * adapter_fanficsme: do an extra fetch before login for cookie(?) Closes #633
+  * Bump Test Version 3.28.2
+  * adapter_webnovelcom: Fixes for site changes.  Closes #629
+  * Update translations.
+  * Bump Test Version 3.28.1
+  * quotev.com: site change in date parse, use utf8:ignore as first encoding 
choice.  Closes #625
+  * Bump Release Version 3.28.0
+  * Update translations
+  * Tweak disable adapter_fanfictionnet text.
+  * Bump Test Version 3.27.6
+  * Catch exception from emails not decoding, skip & logger.error().
+  * Disable adapter_fanfictionnet with warning about site blocking.
+  * Bump Test Version 3.27.5
+  * Add a fake get_image_size() method for when no image processing available. 
 Closes #621
+  * Bump Test Version 3.27.4
+  * Change adapter_twilightednet to https
+  * Bump Test Version 3.27.3
+  * Change for adapter_fanfictionnetadapter_fanfictionnet to make 
skip_author_cover work again.
+  * Bump Test Version 3.27.2
+  * Make included certifi and requests use same tmp file code and store under 
calibre tmp dir for cleanup.
+  * Bump Test Version 3.27.1
+  * Add append_datepublished_to_storyurl option for storiesonline.net, 
finestories.com, scifistories.com only.
+  * Bump Release Version 3.27.0
+  * Update translations.
+- Add back dependency (both BR and R) on python-cloudscraper.
+
+-------------------------------------------------------------------

Old:
----
  FanFicFare-3.28.0.tar.gz
  no-cloudscraper.patch

New:
----
  FanFicFare-3.29.0.tar.gz

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

Other differences:
------------------
++++++ python-fanficfare.spec ++++++
--- /var/tmp/diff_new_pack.3DSQkB/_old  2021-01-25 18:24:29.800505071 +0100
+++ /var/tmp/diff_new_pack.3DSQkB/_new  2021-01-25 18:24:29.804505077 +0100
@@ -21,7 +21,7 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-fanficfare
-Version:        3.28.0
+Version:        3.29.0
 Release:        0
 Summary:        Tool for making eBooks from stories on fanfiction and other 
web sites
 License:        GPL-3.0-only
@@ -29,11 +29,9 @@
 URL:            https://github.com/JimmXinu/FanFicFare
 Source:         
https://github.com/JimmXinu/%{modname}/archive/v%{version}/%{modname}-%{version}.tar.gz
 # Source:         %%{modname}-%%{version}.tar.gz
-# PATCH-FEATURE-OPENSUSE no-cloudscraper.patch mc...@suse.com
-# don't use cloudscraper
-Patch0:         no-cloudscraper.patch
 BuildRequires:  %{python_module beautifulsoup4}
 BuildRequires:  %{python_module chardet}
+BuildRequires:  %{python_module cloudscraper}
 BuildRequires:  %{python_module html2text}
 BuildRequires:  %{python_module html5lib}
 BuildRequires:  %{python_module setuptools >= 17.1}
@@ -42,6 +40,7 @@
 BuildRequires:  python-rpm-macros
 Requires:       python-beautifulsoup4
 Requires:       python-chardet
+Requires:       python-cloudscraper
 Requires:       python-html2text
 Requires:       python-html5lib
 Requires:       python-setuptools

++++++ FanFicFare-3.28.0.tar.gz -> FanFicFare-3.29.0.tar.gz ++++++
++++ 42576 lines of diff (skipped)

++++++ _service ++++++
--- /var/tmp/diff_new_pack.3DSQkB/_old  2021-01-25 18:24:30.088505489 +0100
+++ /var/tmp/diff_new_pack.3DSQkB/_new  2021-01-25 18:24:30.088505489 +0100
@@ -1,6 +1,6 @@
 <services>
   <service mode="disabled" name="tar_scm">
-   <param name="versionprefix">3.26.0+git</param>
+   <param name="versionprefix">3.28.0+git</param>
    <param name="url">https://github.com/JimmXinu/FanFicFare.git</param>
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.3DSQkB/_old  2021-01-25 18:24:30.104505513 +0100
+++ /var/tmp/diff_new_pack.3DSQkB/_new  2021-01-25 18:24:30.108505518 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/JimmXinu/FanFicFare.git</param>
-              <param 
name="changesrevision">fd11526da8a48d488df0ba019967ea41856a2f4c</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">37cdec2f27a3c54245c7db47c49602e480ab3d85</param></service></servicedata>
\ No newline at end of file

Reply via email to