Hello community,
here is the log from the commit of package python-more-itertools for
openSUSE:Factory checked in at 2018-03-26 13:15:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-more-itertools (Old)
and /work/SRC/openSUSE:Factory/.python-more-itertools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-more-itertools"
Mon Mar 26 13:15:24 2018 rev:2 rq:590886 version:4.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-more-itertools/python-more-itertools.changes
2017-12-14 10:54:56.234989132 +0100
+++
/work/SRC/openSUSE:Factory/.python-more-itertools.new/python-more-itertools.changes
2018-03-26 13:16:39.600013959 +0200
@@ -1,0 +2,45 @@
+Sat Mar 24 19:55:52 UTC 2018 - [email protected]
+
+- specfile:
+ * update copyright year
+
+- update to version 4.1.0:
+ * New itertools:
+ + split_at (thanks to michael-celani)
+ + circular_shifts (thanks to hiqua)
+ + make_decorator - see the blog post Yo, I heard you like
+ decorators for a tour (thanks to pylang)
+ + always_reversible (thanks to michael-celani)
+ + nth_combination (from the Python 3.7 docs)
+ * Improvements to existing itertools:
+ + seekable now has an elements method to return cached items.
+ + The performance tradeoffs between roundrobin and
+ interleave_longest are now documented (thanks michael-celani,
+ pylang, and MSeifert04)
+
+- changes from version 4.0.1:
+ * No code changes - this release fixes how the docs display on PyPI.
+
+- changes from version 4.0.0:
+ * New itertools:
+ + consecutive_groups (Based on the example in the Python 2.4 docs)
+ + seekable (If you’re looking for how to “reset” an iterator,
+ you’re in luck!)
+ + exactly_n (thanks to michael-celani)
+ + run_length.encode and run_length.decode
+ + difference
+ * Improvements to existing itertools:
+ + The number of items between filler elements in intersperse can
+ now be specified (thanks to pylang)
+ + distinct_permutations and peekable got some minor adjustments
+ (thanks to MSeifert04)
+ + always_iterable now returns an iterator object. It also now
+ allows different types to be considered iterable (thanks to
+ jaraco)
+ + bucket can now limit the keys it stores in memory one now allows
+ for custom exceptions (thanks to kalekundert)
+ * Other changes:
+ + A few typos were fixed (thanks to EdwardBetts)
+ + All tests can now be run with python setup.py test
+
+-------------------------------------------------------------------
Old:
----
more-itertools-3.2.0.tar.gz
New:
----
more-itertools-4.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-more-itertools.spec ++++++
--- /var/tmp/diff_new_pack.imAbhF/_old 2018-03-26 13:16:41.027962600 +0200
+++ /var/tmp/diff_new_pack.imAbhF/_new 2018-03-26 13:16:41.035962312 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-more-itertools
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-more-itertools
-Version: 3.2.0
+Version: 4.1.0
Release: 0
Summary: More routines for operating on iterables, beyond itertools
License: MIT
++++++ more-itertools-3.2.0.tar.gz -> more-itertools-4.1.0.tar.gz ++++++
++++ 4144 lines of diff (skipped)