14
0

Accepting request 727051 from home:jengelh:branches:devel:languages:python

- Place a mildly useful text in the %description section.

OBS-URL: https://build.opensuse.org/request/show/727051
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=13
This commit is contained in:
2019-08-29 15:56:56 +00:00
committed by Git OBS Bridge
parent 03a0df1f12
commit 040fb7a6b8
2 changed files with 7 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 29 15:01:51 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Place a mildly useful text in the %description section.
-------------------------------------------------------------------
Tue Aug 27 12:15:12 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -34,15 +34,8 @@ BuildArch: noarch
%python_subpackages
%description
I love itertools; it's one of the most beautiful, composable standard libs.
Whenever I have an iteration problem, there's almost always an itertools
routine that fits it perfectly. Sometimes, however, neither itertools nor the
recipes included in its docs do quite what I need.
Here I've collected several routines I've reached for but not found. Since
they are deceptively tricky to get right, I've wrapped them up into a library.
We've also included implementations of the recipes from the itertools
documentation. Enjoy! Any additions are welcome; just file a pull request.
Additional building blocks, recipes, and routines for working with
Python iterables.
%prep
%setup -q -n more-itertools-%{version}