Hello community,
here is the log from the commit of package python2-more-itertools for
openSUSE:Factory checked in at 2019-09-11 10:22:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python2-more-itertools (Old)
and /work/SRC/openSUSE:Factory/.python2-more-itertools.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python2-more-itertools"
Wed Sep 11 10:22:37 2019 rev:2 rq:728547 version:5.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python2-more-itertools/python2-more-itertools.changes
2019-09-02 12:40:49.865796138 +0200
+++
/work/SRC/openSUSE:Factory/.python2-more-itertools.new.7948/python2-more-itertools.changes
2019-09-11 10:22:38.763493992 +0200
@@ -1,0 +2,5 @@
+Thu Aug 29 15:01:51 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Place a mildly useful text in the %description section.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python2-more-itertools.spec ++++++
--- /var/tmp/diff_new_pack.LLJYhY/_old 2019-09-11 10:22:39.359493918 +0200
+++ /var/tmp/diff_new_pack.LLJYhY/_new 2019-09-11 10:22:39.363493917 +0200
@@ -34,15 +34,8 @@
%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}