14
0

Accepting request 685159 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/685159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-whatever?expand=0&rev=2
This commit is contained in:
2019-03-15 09:52:22 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 14 21:05:02 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Trim empty phrasing from description.
-------------------------------------------------------------------
Tue Mar 12 16:41:19 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -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}