14
0

Accepting request 726010 from home:jengelh:branches:devel:languages:python

- Use expanded description.

OBS-URL: https://build.opensuse.org/request/show/726010
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parfive?expand=0&rev=3
This commit is contained in:
Todd R
2019-08-26 06:41:57 +00:00
committed by Git OBS Bridge
parent 9c9e4ae0f3
commit e0b36a73d9
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}