Hello community,

here is the log from the commit of package python-more-itertools for 
openSUSE:Factory checked in at 2019-09-02 12:41:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-more-itertools (Old)
 and      /work/SRC/openSUSE:Factory/.python-more-itertools.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-more-itertools"

Mon Sep  2 12:41:33 2019 rev:6 rq:727060 version:7.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-more-itertools/python-more-itertools.changes  
    2019-05-27 08:30:38.627252050 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-more-itertools.new.7948/python-more-itertools.changes
    2019-09-02 12:41:41.173786885 +0200
@@ -1,0 +2,18 @@
+Thu Aug 29 15:01:51 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Place a mildly useful text in the %description section.
+
+-------------------------------------------------------------------
+Tue Aug 27 12:15:12 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 7.2.0
+  * new itertools: distinct_combinations, set_partitions, filter_except,
+    map_except, ichunked, only, time_limited, partitions, substrings_indexes
+  * Python 2.7 is no longer supported. All future releases will target 
+    the active versions of Python 3.
+  * The six library is no longer a dependency.
+  * collapse now treats bytes objects the same as str objects.
+  * numeric_range now supports ranges specified by datetime.datetime 
+    and datetime.timedelta objects
+
+-------------------------------------------------------------------

Old:
----
  more-itertools-5.0.0.tar.gz

New:
----
  more-itertools-7.2.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-more-itertools.spec ++++++
--- /var/tmp/diff_new_pack.u6jRMP/_old  2019-09-02 12:41:42.741786603 +0200
+++ /var/tmp/diff_new_pack.u6jRMP/_new  2019-09-02 12:41:42.741786603 +0200
@@ -17,13 +17,14 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-more-itertools
-Version:        5.0.0
+Version:        7.2.0
 Release:        0
 Summary:        More routines for operating on iterables, beyond itertools
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/erikrose/more-itertools
+URL:            https://github.com/erikrose/more-itertools
 Source:         
https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-%{version}.tar.gz
 BuildRequires:  %{python_module base}
 BuildRequires:  %{python_module setuptools}
@@ -33,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}
@@ -52,7 +46,7 @@
 
 %install
 %python_install
-%python_exec %fdupes -s %{buildroot}%{$python_sitelib}
+%python_exec %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec setup.py test

++++++ more-itertools-5.0.0.tar.gz -> more-itertools-7.2.0.tar.gz ++++++
++++ 2128 lines of diff (skipped)


Reply via email to