[Python-modules-commits] [python-boltons] branch master updated (6cd5f7a -> 77bc2d9)

Hugo Lefeuvre hle at moszumanska.debian.org
Sat Sep 23 16:15:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

hle pushed a change to branch master
in repository python-boltons.

      from  6cd5f7a   Add missing Vcs-* fields to debian/control.
       new  1e2935c   New upstream version 17.1.0
       new  a21fe47   Updated version 17.1.0 from 'upstream/17.1.0'
       new  77bc2d9   New upstream release.

The 3 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:
 .gitignore                 |    3 +
 .travis.yml                |   21 +-
 CHANGELOG.md               |   91 +++-
 README.md                  |    5 +
 TODO.rst                   |    1 +
 boltons/cacheutils.py      |   71 ++-
 boltons/debugutils.py      |    2 +-
 boltons/ecoutils.py        |   14 +-
 boltons/fileutils.py       |    2 +-
 boltons/funcutils.py       |  102 +++-
 boltons/ioutils.py         |  404 +++++++++++++++
 boltons/iterutils.py       |  188 +++++--
 boltons/mathutils.py       |   30 ++
 boltons/setutils.py        |    2 +-
 boltons/statsutils.py      |   16 +-
 boltons/tableutils.py      |   12 +-
 boltons/tbutils.py         |    4 +-
 boltons/txurl_notes.md     |   60 +++
 boltons/typeutils.py       |    3 +
 boltons/urlutils.py        | 1230 ++++++++++++++++++++++++++++++++++++++++++++
 debian/changelog           |   11 +
 debian/compat              |    2 +-
 debian/control             |    4 +-
 debian/copyright           |    4 +-
 docs/conf.py               |    6 +-
 docs/index.rst             |   12 +-
 docs/ioutils.rst           |   83 +++
 docs/mathutils.rst         |    7 +-
 requirements-test.txt      |   10 +-
 setup.py                   |   31 +-
 tests/.coveragerc          |    9 +
 tests/test_cacheutils.py   |   27 +-
 tests/test_funcutils.py    |   22 +
 tests/test_funcutils_fb.py |   55 ++
 tests/test_ioutils.py      |  369 +++++++++++++
 tests/test_iterutils.py    |   49 ++
 tests/test_tbutils.py      |    7 +-
 tests/test_typeutils.py    |    7 +
 tests/test_urlutils.py     |  440 ++++++++++++++++
 39 files changed, 3313 insertions(+), 103 deletions(-)
 create mode 100644 boltons/ioutils.py
 create mode 100644 boltons/txurl_notes.md
 create mode 100644 boltons/urlutils.py
 create mode 100644 docs/ioutils.rst
 create mode 100644 tests/.coveragerc
 create mode 100644 tests/test_ioutils.py
 create mode 100644 tests/test_typeutils.py
 create mode 100644 tests/test_urlutils.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-boltons.git



More information about the Python-modules-commits mailing list