[Python-modules-commits] [python-boltons] branch upstream updated (66f6222 -> c493b87)

Hugo Lefeuvre hle at moszumanska.debian.org
Wed Sep 14 12:04:20 UTC 2016


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

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

      from  66f6222   Imported Upstream version 16.2.2
       new  c493b87   Imported Upstream version 16.4.1

The 1 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                        |   3 +
 CHANGELOG.md                       | 124 +++++++++-
 TODO.rst                           |   7 +-
 appveyor.yml                       |  51 ++++
 boltons/cacheutils.py              | 173 ++++++++++++-
 boltons/debugutils.py              | 208 ++++++++++++++++
 boltons/ecoutils.py                | 487 +++++++++++++++++++++++++++++++++++++
 boltons/fileutils.py               |   8 +-
 boltons/funcutils.py               | 368 +++++++++++++++++++++++++++-
 boltons/iterutils.py               |  18 +-
 boltons/socketutils.py             |  12 +-
 boltons/statsutils.py              | 382 ++++++++++++++++++++++++++++-
 boltons/strutils.py                | 129 +++++++++-
 boltons/tbutils.py                 |  25 ++
 boltons/timeutils.py               | 121 ++++++++-
 boltons/typeutils.py               |   2 +
 docs/cacheutils.rst                |  13 +-
 docs/conf.py                       |   4 +-
 docs/ecoutils.rst                  |   5 +
 docs/funcutils.rst                 |  24 +-
 docs/index.rst                     |   1 +
 docs/timeutils.rst                 |   6 +-
 setup.py                           |   2 +-
 tests/conftest.py                  |  16 ++
 tests/test_cacheutils.py           | 138 ++++++++++-
 tests/test_debugutils_trace.py     |  88 +++++++
 tests/test_ecoutils.py             |  16 ++
 tests/test_funcutils_fb.py         | 122 ++++++++++
 tests/test_funcutils_fb_py3.py     |  66 +++++
 tests/test_socketutils.py          |  18 +-
 tests/test_statsutils_histogram.py | 104 ++++++++
 tests/test_strutils.py             |  19 ++
 tests/test_tbutils.py              |  18 --
 tests/test_tbutils_parsed_exc.py   |  53 ++++
 tests/test_timeutils.py            |  24 +-
 35 files changed, 2763 insertions(+), 92 deletions(-)
 create mode 100644 appveyor.yml
 create mode 100644 boltons/ecoutils.py
 create mode 100644 docs/ecoutils.rst
 create mode 100644 tests/conftest.py
 create mode 100644 tests/test_debugutils_trace.py
 create mode 100644 tests/test_ecoutils.py
 create mode 100644 tests/test_funcutils_fb.py
 create mode 100644 tests/test_funcutils_fb_py3.py
 create mode 100644 tests/test_statsutils_histogram.py
 create mode 100644 tests/test_tbutils_parsed_exc.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