diff --git a/python-requests-download.changes b/python-requests-download.changes index 8944fca..679caf2 100644 --- a/python-requests-download.changes +++ b/python-requests-download.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 12 14:34:38 UTC 2019 - Tomáš Chvátal + +- Format with spec-cleaner + ------------------------------------------------------------------- Fri Aug 9 02:48:25 AM UTC 2019 - John Vandenberg diff --git a/python-requests-download.spec b/python-requests-download.spec index d21ae2b..18909a6 100644 --- a/python-requests-download.spec +++ b/python-requests-download.spec @@ -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