From 2ee06c64815901a2ad545e65f708a60c2da58c50c177c13f7c63c20f8793e7dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 14 Mar 2019 21:09:19 +0000 Subject: [PATCH] Accepting request 685157 from home:jengelh:branches:devel:languages:python - Trim empty phrasing from description. OBS-URL: https://build.opensuse.org/request/show/685157 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whatever?expand=0&rev=3 --- python-whatever.changes | 5 +++++ python-whatever.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-whatever.changes b/python-whatever.changes index e7e0d67..27bf174 100644 --- a/python-whatever.changes +++ b/python-whatever.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 14 21:05:02 UTC 2019 - Jan Engelhardt + +- Trim empty phrasing from description. + ------------------------------------------------------------------- Tue Mar 12 16:41:19 UTC 2019 - Tomáš Chvátal diff --git a/python-whatever.spec b/python-whatever.spec index 9c9e859..8837608 100644 --- a/python-whatever.spec +++ b/python-whatever.spec @@ -20,7 +20,7 @@ Name: python-whatever Version: 0.5 Release: 0 -Summary: Easy way to make anonymous functions by partial application of operators +Summary: Module to make anonymous functions by partial application of operators License: BSD-3-Clause Group: Development/Languages/Python URL: http://github.com/Suor/whatever @@ -33,8 +33,8 @@ BuildArch: noarch %python_subpackages %description -An easy way to make lambdas by partial application of python operators. -Inspired by Perl 6 one, see http://perlcabal.org/syn/S02.html#The_Whatever_Object +A Python module to make lambdas by partial application of python operators. +It is inspired by the Perl 6 one, see http://perlcabal.org/syn/S02.html#The_Whatever_Object %prep %setup -q -n whatever-%{version}