14
0

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:
Tomáš Chvátal
2019-05-24 12:30:23 +00:00
committed by Git OBS Bridge
parent 3abc2a0b66
commit 85d233d5b1
4 changed files with 23 additions and 6 deletions

View File

@@ -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