From 85d233d5b1216dc57a867078e258a4425f1daa886917ae07642c64785b1af884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 24 May 2019 12:30:23 +0000 Subject: [PATCH] Accepting request 705239 from home:mcalabkova:branches:devel:languages:python - update to version 5.0.0 * new itertools: split_into, unzip, substrings * first_true now returns None by default. * Some code for old Python versions was removed * Tests now run properly on 32-bit versions of Python * Newer versions of CPython and PyPy are now tested against 4.3.0 * new itertools: last, replace, rlocate * locate can now search for multiple items * The docs now include a nice table of tools - There are newer versions of more-itertools but this is the last version which supports Python 2.7 OBS-URL: https://build.opensuse.org/request/show/705239 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=10 --- more-itertools-4.2.0.tar.gz | 3 --- more-itertools-5.0.0.tar.gz | 3 +++ python-more-itertools.changes | 17 +++++++++++++++++ python-more-itertools.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 more-itertools-4.2.0.tar.gz create mode 100644 more-itertools-5.0.0.tar.gz diff --git a/more-itertools-4.2.0.tar.gz b/more-itertools-4.2.0.tar.gz deleted file mode 100644 index f0863e0..0000000 --- a/more-itertools-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b6b9893337bfd9166bee6a62c2b0c9fe7735dcf85948b387ec8cba30e85d8e8 -size 56871 diff --git a/more-itertools-5.0.0.tar.gz b/more-itertools-5.0.0.tar.gz new file mode 100644 index 0000000..78c25d6 --- /dev/null +++ b/more-itertools-5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a936c0a6d98a38bcc2d03fdaaedaba9f412879461dd2ceff8d37564d6522e4 +size 67359 diff --git a/python-more-itertools.changes b/python-more-itertools.changes index 13dbce7..c3267fa 100644 --- a/python-more-itertools.changes +++ b/python-more-itertools.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri May 24 12:20:33 UTC 2019 - Marketa Calabkova + +- update to version 5.0.0 + * new itertools: split_into, unzip, substrings + * first_true now returns None by default. + * Some code for old Python versions was removed + * Tests now run properly on 32-bit versions of Python + * Newer versions of CPython and PyPy are now tested against + 4.3.0 + * new itertools: last, replace, rlocate + * locate can now search for multiple items + * The docs now include a nice table of tools + +- There are newer versions of more-itertools but this is the last + version which supports Python 2.7 + ------------------------------------------------------------------- Thu May 31 04:34:12 UTC 2018 - toddrme2178@gmail.com diff --git a/python-more-itertools.spec b/python-more-itertools.spec index 5e77cef..be3fd2e 100644 --- a/python-more-itertools.spec +++ b/python-more-itertools.spec @@ -1,7 +1,7 @@ # # spec file for package python-more-itertools # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-more-itertools -Version: 4.2.0 +Version: 5.0.0 Release: 0 Summary: More routines for operating on iterables, beyond itertools License: MIT