From 53d506358aa9ea036cf152f6ea06af191d1f6ac29bf84009009fc208a500b8ce Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 8 Jun 2018 08:06:22 +0000 Subject: [PATCH] Accepting request 615080 from home:jengelh:branches:devel:languages:python - Use a description that actually says what the package is about. OBS-URL: https://build.opensuse.org/request/show/615080 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=6 --- python-boltons.changes | 5 +++++ python-boltons.spec | 18 ++++++------------ 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/python-boltons.changes b/python-boltons.changes index d72aceb..d878c3d 100644 --- a/python-boltons.changes +++ b/python-boltons.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 7 20:48:58 UTC 2018 - jengelh@inai.de + +- Use a description that actually says what the package is about. + ------------------------------------------------------------------- Thu May 3 14:07:08 UTC 2018 - toddrme2178@gmail.com diff --git a/python-boltons.spec b/python-boltons.spec index b4eb795..de65c48 100644 --- a/python-boltons.spec +++ b/python-boltons.spec @@ -20,30 +20,24 @@ Name: python-boltons Version: 18.0.0 Release: 0 -Summary: Boltons should be builtins +Summary: The "Boltons" utility package for Python License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/mahmoud/boltons Source: https://files.pythonhosted.org/packages/source/b/boltons/boltons-%{version}.tar.gz Source10: https://raw.githubusercontent.com/mahmoud/boltons/%{version}/LICENSE -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages %description -Functionality that should be in the standard library. Like -builtins, but Boltons. - -Otherwise known as, "everyone's util.py," but cleaned up and -tested. - -Contains over 160 BSD-licensed utility types and functions that can be -used as a package or independently. `Extensively documented on Read -the Docs: http://boltons.readthedocs.org. +Boltons is a package containing over 160 utility types and functions +that can be used as a package or independently. Documentation is on +http://boltons.readthedocs.org. %prep %setup -q -n boltons-%{version}