From 289453cdf6e66bb1641bd021c9907b8d048e1f96b1eaf43f0e6e6c171cc0f181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 24 Aug 2019 07:41:47 +0000 Subject: [PATCH] Accepting request 725753 from home:jengelh:branches:devel:languages:python - Use noun phrase in descriptions. OBS-URL: https://build.opensuse.org/request/show/725753 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-download?expand=0&rev=4 --- python-requests-download.changes | 5 +++++ python-requests-download.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-requests-download.changes b/python-requests-download.changes index 679caf2..5c00300 100644 --- a/python-requests-download.changes +++ b/python-requests-download.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 24 06:00:31 UTC 2019 - Jan Engelhardt + +- Use noun phrase in descriptions. + ------------------------------------------------------------------- Mon Aug 12 14:34:38 UTC 2019 - Tomáš Chvátal diff --git a/python-requests-download.spec b/python-requests-download.spec index 18909a6..687df7a 100644 --- a/python-requests-download.spec +++ b/python-requests-download.spec @@ -20,7 +20,7 @@ Name: python-requests-download Version: 0.1.2 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 Group: Development/Languages/Python URL: https://www.github.com/takluyver/requests_download @@ -35,7 +35,7 @@ BuildArch: noarch %python_subpackages %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 %setup -q -n requests_download-%{version}