[Python-modules-commits] [toolz] branch master updated (0e16538 -> cb04fd7)
Diane Trout
diane at moszumanska.debian.org
Thu Dec 8 23:16:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
diane pushed a change to branch master
in repository toolz.
from 0e16538 Release to unstable
new 481fa1f Mark doc package as Multi-Arch: foreign
new 8cb366c Import toolz_0.8.1.orig.tar.gz
new a5b413d record new upstream branch created by importing toolz_0.8.1.orig.tar.gz and merge it
new cb04fd7 Import new upstream version.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 2 +-
AUTHORS.md | 2 +
MANIFEST.in | 2 +
README.rst | 10 +-
conda.recipe/meta.yaml | 4 +-
debian/.git-dpm | 14 +--
debian/changelog | 7 ++
debian/control | 1 +
doc/source/control.rst | 5 +-
doc/source/streaming-analytics.rst | 16 ++--
setup.py | 17 +++-
tlz/__init__.py | 9 ++
tlz/_build_tlz.py | 100 +++++++++++++++++++
toolz/__init__.py | 2 +-
toolz/_signatures.py | 7 +-
toolz/compatibility.py | 9 +-
toolz/curried/__init__.py | 95 +++++++++++++-----
toolz/curried/exceptions.py | 1 +
toolz/dicttoolz.py | 2 +-
toolz/functoolz.py | 44 ++++++---
toolz/itertoolz.py | 180 +++++++++++++++++++++--------------
toolz/tests/test_curried.py | 49 ++++++++++
toolz/tests/test_curried_doctests.py | 11 +++
toolz/tests/test_itertoolz.py | 12 ++-
toolz/tests/test_serialization.py | 15 +++
toolz/tests/test_tlz.py | 55 +++++++++++
26 files changed, 520 insertions(+), 151 deletions(-)
create mode 100644 tlz/__init__.py
create mode 100644 tlz/_build_tlz.py
create mode 100644 toolz/tests/test_curried_doctests.py
create mode 100644 toolz/tests/test_tlz.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/toolz.git
More information about the Python-modules-commits
mailing list