From 92a3f35bc7ec9b0c480fc4ebbe90e66fd11eafc77fc879c1437f331b603b71e6 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 3 Mar 2015 18:09:41 +0000 Subject: [PATCH] Accepting request 288730 from home:TheBlackCat:branches:devel:languages:python Update to 0.7.1 OBS-URL: https://build.opensuse.org/request/show/288730 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-toolz?expand=0&rev=6 --- python-toolz.changes | 24 ++++++++++++++++++++++++ python-toolz.spec | 4 ++-- toolz-0.7.0.tar.gz | 3 --- toolz-0.7.1.tar.gz | 3 +++ 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 toolz-0.7.0.tar.gz create mode 100644 toolz-0.7.1.tar.gz 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