diff --git a/python-more-itertools.changes b/python-more-itertools.changes index b70b3a1..2a94b5d 100644 --- a/python-more-itertools.changes +++ b/python-more-itertools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 29 15:01:51 UTC 2019 - Jan Engelhardt + +- Place a mildly useful text in the %description section. + ------------------------------------------------------------------- Tue Aug 27 12:15:12 UTC 2019 - Marketa Calabkova diff --git a/python-more-itertools.spec b/python-more-itertools.spec index 3f20f53..88e85d4 100644 --- a/python-more-itertools.spec +++ b/python-more-itertools.spec @@ -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}