diff --git a/python-toolz.changes b/python-toolz.changes index 51e063d..71a2ce6 100644 --- a/python-toolz.changes +++ b/python-toolz.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Mar 3 18:00:39 UTC 2015 - toddrme2178@gmail.com + +- Update to 0.7.1 + * Test `nth` with negative index on sequence and iterator. + * Add itemmap, itemfilter to api doc. + * Add `itemmap` and `itemfilter` to `dicttoolz`. + * binstar: add more platforms/versions + * add tail to itertoolz.__all__ + * take, drop, tail refer to each other in docstrings + * test tail in lazy setting + * fix tail doctest + * last is a recipe of tail + * add tail operation + * pep8 space error fix + * Identity doc string + * add dissoc function to dictoolz + * Describe the ideal contribution + * reduceby takes callable init keyword argument + * Add pypy3 to build matrix + * getter works in empty index case + * simpler check on index in get + * get([], seq) returns () + ------------------------------------------------------------------- Thu Sep 11 13:51:49 UTC 2014 - toddrme2178@gmail.com diff --git a/python-toolz.spec b/python-toolz.spec index 259c989..2b3afcc 100644 --- a/python-toolz.spec +++ b/python-toolz.spec @@ -1,7 +1,7 @@ # # spec file for package python-toolz # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ Name: python-toolz -Version: 0.7.0 +Version: 0.7.1 Release: 0 License: BSD-3-Clause Summary: List processing tools and functional utilities for python diff --git a/toolz-0.7.0.tar.gz b/toolz-0.7.0.tar.gz deleted file mode 100644 index 93cd4f2..0000000 --- a/toolz-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f88590f960c16db2146b6ecae31f9d048865612b69e197907e886c963fad6f3 -size 18692 diff --git a/toolz-0.7.1.tar.gz b/toolz-0.7.1.tar.gz new file mode 100644 index 0000000..b9a6830 --- /dev/null +++ b/toolz-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc71fd92a2f9edbf554c23534150f13f0f589baf2404da4b42686f0b08085db5 +size 19283