From 4f67e11f41814a7707bc641f97adb6036d203560dfb1da514956444b058bec7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 25 Aug 2019 05:20:34 +0000 Subject: [PATCH] Accepting request 725844 from home:jengelh:branches:devel:languages:python - Use noun phrase in descriptions. OBS-URL: https://build.opensuse.org/request/show/725844 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=4 --- python-furl.changes | 5 +++++ python-furl.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-furl.changes b/python-furl.changes index f24b60b..679f5e2 100644 --- a/python-furl.changes +++ b/python-furl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 24 16:20:56 UTC 2019 - Jan Engelhardt + +- Use noun phrase in descriptions. + ------------------------------------------------------------------- Wed Jul 24 09:54:00 UTC 2019 - Tomáš Chvátal diff --git a/python-furl.spec b/python-furl.spec index 1e06e71..210542d 100644 --- a/python-furl.spec +++ b/python-furl.spec @@ -20,7 +20,7 @@ Name: python-furl Version: 2.0.0 Release: 0 -Summary: URL manipulation made simple +Summary: A Python URL manipulation library License: Unlicense Group: Development/Languages/Python URL: https://github.com/gruns/furl @@ -39,7 +39,7 @@ BuildRequires: %{python_module six >= 1.8.0} %python_subpackages %description -URL manipulation made simple. +furl is a Python library for parsing and manipulating URLs. %prep %setup -q -n furl-%{version}