[Python-modules-commits] [python-boltons] branch master updated (bcab2cb -> 4aed0f5)
Hugo Lefeuvre
hle at moszumanska.debian.org
Wed Sep 14 12:04:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
hle pushed a change to branch master
in repository python-boltons.
from bcab2cb Imported Debian patch 16.2.2-1
new c493b87 Imported Upstream version 16.4.1
new 65ac24d Merge tag 'upstream/16.4.1'
new 4aed0f5 Prepare initial debian release. Edit d/changelog.
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:
.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 +
debian/changelog | 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 +-
36 files changed, 2764 insertions(+), 93 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