From 5d5cc0fc59c9cd9a0ead71fc338c2cea91a3375da8461bd290d43a5e722b65e2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 Apr 2024 07:44:59 +0000 Subject: [PATCH] - update to 2.1.0: * Add a customizable callback function for when download completed * Add callbacks for ftp downloads * Drop Python 3.7 as it's EOL * Only log get_ftp_size errors at INFO * Fixes signal that only works in main thread of the main interpreter * fix aiohttp redirect @dreamflasher (#126) - Sprinkle in update-alternatives for parfive wrapper. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parfive?expand=0&rev=11 --- parfive-2.0.2.tar.gz | 3 --- parfive-2.1.0.tar.gz | 3 +++ python-parfive.changes | 14 +++++++++++++- python-parfive.spec | 6 +++--- 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 parfive-2.0.2.tar.gz create mode 100644 parfive-2.1.0.tar.gz diff --git a/parfive-2.0.2.tar.gz b/parfive-2.0.2.tar.gz deleted file mode 100644 index abb7906..0000000 --- a/parfive-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:908211f9c5cb52dc8b279626872095f3cce15da86893f53b4176deceddcfc85d -size 31686 diff --git a/parfive-2.1.0.tar.gz b/parfive-2.1.0.tar.gz new file mode 100644 index 0000000..3a3a12d --- /dev/null +++ b/parfive-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6cb419242130730cf41d4cf6f284ebf50f1a71ce6c9508e0467ec98f17dc8e +size 33956 diff --git a/python-parfive.changes b/python-parfive.changes index a4e90ec..85a1d3e 100644 --- a/python-parfive.changes +++ b/python-parfive.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Apr 14 07:44:07 UTC 2024 - Dirk Müller + +- update to 2.1.0: + * Add a customizable callback function for when download completed + * Add callbacks for ftp downloads + * Drop Python 3.7 as it's EOL + * Only log get_ftp_size errors at INFO + * Fixes signal that only works in main thread of the main + interpreter + * fix aiohttp redirect @dreamflasher (#126) + ------------------------------------------------------------------- Wed Aug 2 03:16:15 UTC 2023 - Steve Kowalik @@ -61,7 +73,7 @@ Tue Jun 23 07:39:57 UTC 2020 - Steve Kowalik + Remove use of the deprecated loop= keyword argument to aiohttp.ClientSession. (#30) + Update the notebook detection function due to changes in tqdm (#36) + Reduce the number of parallel connections to 25 (5 parallel files, 5 parallel downloads per file). (#37) -- Sprinkle in update-alternatives for parfive wrapper. +- Sprinkle in update-alternatives for parfive wrapper. ------------------------------------------------------------------- Mon Aug 26 05:50:30 UTC 2019 - Jan Engelhardt diff --git a/python-parfive.spec b/python-parfive.spec index 49a5b4f..dd26ba8 100644 --- a/python-parfive.spec +++ b/python-parfive.spec @@ -1,7 +1,7 @@ # # spec file for package python-parfive # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-parfive -Version: 2.0.2 +Version: 2.1.0 Release: 0 Summary: A HTTP and FTP parallel file downloader License: MIT @@ -44,7 +44,7 @@ BuildRequires: %{python_module tqdm >= 4.27.0} Requires: python-aiohttp Requires: python-tqdm Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Recommends: python-aiofiles Recommends: python-aioftp BuildArch: noarch