Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-parfive for openSUSE:Factory 
checked in at 2021-04-12 12:37:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-parfive (Old)
 and      /work/SRC/openSUSE:Factory/.python-parfive.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-parfive"

Mon Apr 12 12:37:33 2021 rev:4 rq:884569 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-parfive/python-parfive.changes    
2020-06-23 21:06:50.982279389 +0200
+++ /work/SRC/openSUSE:Factory/.python-parfive.new.2401/python-parfive.changes  
2021-04-12 12:40:26.269583631 +0200
@@ -1,0 +2,22 @@
+Fri Apr  9 13:25:01 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 1.3.0
+  * Add environment variable based options to help with debugging
+    @Cadair (#70)
+  * Any errors encountered downloading files are now logged to the
+    built in python logging system at the INFO level @dstansby (#58)
+  * Change use of ensure_future to newer create_task @1nF0rmed (#62)
+  * Infra Changes @nabobalis (#68)
+- Release 1.2.0
+  * Make parfive.Downloader.run_download public API and move all of
+    the parfive.Downloader.download logic into run_download. This
+    enabled using parfive from inside an async context. (#54)
+  * Handing a custom loop to Downloader now does nothing, and
+    parfive spins up its own loop. This is to prepare for python
+    3.10 where support for passing custom loops to various asyncio
+    methods will be removed. (#53)
+  * Fix a bug where downloads fail if max_conn is changed after
+    construction of the parfive.Downloader instance. (#56)
+- Skip python36: support ceased, no aioftp
+
+-------------------------------------------------------------------

Old:
----
  parfive-1.1.0.tar.gz

New:
----
  parfive-1.3.0.tar.gz

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

Other differences:
------------------
++++++ python-parfive.spec ++++++
--- /var/tmp/diff_new_pack.t6q2tS/_old  2021-04-12 12:40:26.761584204 +0200
+++ /var/tmp/diff_new_pack.t6q2tS/_new  2021-04-12 12:40:26.765584208 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-parfive
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,21 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
+%define         skip_python36 1
 Name:           python-parfive
-Version:        1.1.0
+Version:        1.3.0
 Release:        0
 Summary:        A HTTP and FTP parallel file downloader
 License:        MIT
 URL:            https://parfive.readthedocs.io/
 Source:         
https://files.pythonhosted.org/packages/source/p/parfive/parfive-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module aioftp}
+BuildRequires:  %{python_module aioftp >= 0.17.1}
 BuildRequires:  %{python_module aiohttp}
 BuildRequires:  %{python_module pytest-asyncio}
 BuildRequires:  %{python_module pytest-cov}
@@ -43,7 +44,7 @@
 Requires:       python-aiohttp
 Requires:       python-tqdm
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 Recommends:     python-aioftp
 BuildArch:      noarch
 

++++++ parfive-1.1.0.tar.gz -> parfive-1.3.0.tar.gz ++++++
++++ 2746 lines of diff (skipped)

Reply via email to