14
0

Accepting request 725779 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/725779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-download?expand=0&rev=2
This commit is contained in:
2019-08-24 16:49:34 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Aug 24 06:00:31 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in descriptions.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 12 14:34:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Mon Aug 12 14:34:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -20,7 +20,7 @@
Name: python-requests-download Name: python-requests-download
Version: 0.1.2 Version: 0.1.2
Release: 0 Release: 0
Summary: Download files using requests and save them to a target path Summary: Python module to download and save files using python-requests
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://www.github.com/takluyver/requests_download URL: https://www.github.com/takluyver/requests_download
@@ -35,7 +35,7 @@ BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
Download files using requests and save them to a target path. This module downloads files using requests and saves them to a target path.
%prep %prep
%setup -q -n requests_download-%{version} %setup -q -n requests_download-%{version}