14
0
Tomáš Chvátal
2019-08-12 14:34:46 +00:00
committed by Git OBS Bridge
parent 23e4f31c86
commit 2b133973e6
2 changed files with 13 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 12 14:34:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Format with spec-cleaner
-------------------------------------------------------------------
Fri Aug 9 02:48:25 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,5 +1,5 @@
#
# spec file for package python-requests_download
# spec file for package python-requests-download
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
@@ -12,26 +12,26 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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-%{**}}
Name: python-requests-download
Version: 0.1.2
Release: 0
License: MIT
Summary: Download files using requests and save them to a target path
Url: https://www.github.com/takluyver/requests_download
License: MIT
Group: Development/Languages/Python
Source: https://files.pythonhosted.org/packages/source/r/requests-download/requests_download-%{version}.tar.gz
URL: https://www.github.com/takluyver/requests_download
Source: https://files.pythonhosted.org/packages/source/r/requests_download/requests_download-%{version}.tar.gz
Source1: https://raw.githubusercontent.com/takluyver/requests_download/master/LICENSE
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
Requires: python-requests
BuildRequires: python-rpm-macros
Requires: python-progressbar
Requires: python-requests
BuildArch: noarch
%python_subpackages
%description