forked from pool/python-more-itertools
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
This commit is contained in:
committed by
Git OBS Bridge
parent
3abc2a0b66
commit
85d233d5b1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b6b9893337bfd9166bee6a62c2b0c9fe7735dcf85948b387ec8cba30e85d8e8
|
||||
size 56871
|
||||
3
more-itertools-5.0.0.tar.gz
Normal file
3
more-itertools-5.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38a936c0a6d98a38bcc2d03fdaaedaba9f412879461dd2ceff8d37564d6522e4
|
||||
size 67359
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 24 12:20:33 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user