14
0

Accepting request 726053 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/726053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parfive?expand=0&rev=2
This commit is contained in:
2019-08-27 08:22:34 +00:00
committed by Git OBS Bridge
2 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 26 05:50:30 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use expanded description.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 23 15:34:16 UTC 2019 - Todd R <toddrme2178@gmail.com> Tue Jul 23 15:34:16 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@@ -12,7 +12,8 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,14 +21,14 @@
Name: python-parfive Name: python-parfive
Version: 1.0.0 Version: 1.0.0
Release: 0 Release: 0
License: MIT
Summary: A HTTP and FTP parallel file downloader Summary: A HTTP and FTP parallel file downloader
Url: https://parfive.readthedocs.io/ License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://parfive.readthedocs.io/
Source: https://files.pythonhosted.org/packages/source/p/parfive/parfive-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/parfive/parfive-%{version}.tar.gz
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
@@ -48,7 +49,10 @@ BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
A parallel file downloader using asyncio. Parfive is a library for downloading files, its objective is to
provide an API for queuing files for download and then providing
feedback to the user about the downloads in progress. It also
provides an interface for inspecting any failed downloads.
%prep %prep
%setup -q -n parfive-%{version} %setup -q -n parfive-%{version}