forked from pool/python-requests-download
- Format with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-download?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
23e4f31c86
commit
2b133973e6
@@ -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>
|
Fri Aug 9 02:48:25 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -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.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@@ -12,26 +12,26 @@
|
|||||||
# 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-%{**}}
|
||||||
Name: python-requests-download
|
Name: python-requests-download
|
||||||
Version: 0.1.2
|
Version: 0.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MIT
|
|
||||||
Summary: Download files using requests and save them to a target path
|
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
|
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
|
Source1: https://raw.githubusercontent.com/takluyver/requests_download/master/LICENSE
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-requests
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-progressbar
|
Requires: python-progressbar
|
||||||
|
Requires: python-requests
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user