forked from pool/python-parfive
- 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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user