[Python-modules-commits] [python-structlog] 03/07: Updated version 17.2.0 from 'upstream/17.2.0'

Vincent Bernat bernat at moszumanska.debian.org
Sat Oct 14 15:54:46 UTC 2017


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

bernat pushed a commit to branch debian/master
in repository python-structlog.

commit b2f7fd16490b213daf40f1b91cb689c5439f4113
Merge: bb21c78 1520057
Author: Vincent Bernat <bernat at debian.org>
Date:   Sat Oct 14 17:26:19 2017 +0200

    Updated version 17.2.0 from 'upstream/17.2.0'
    
    with Debian dir fdecd79f1c44834bff8f9786822c29657bf62538

 .travis.yml                           |  18 +-
 AUTHORS.rst                           |   2 +
 CHANGELOG.rst                         |  82 +++++++++
 CONTRIBUTING.rst                      | 161 ++++++++++++++--
 MANIFEST.in                           |   2 +-
 PKG-INFO                              | 145 ++++++++++++---
 README.rst                            | 108 +++++++++--
 conftest.py                           |  31 ++++
 docs/_static/structlog_logo.png       | Bin 0 -> 98810 bytes
 docs/_static/structlog_logo_small.png | Bin 0 -> 49112 bytes
 docs/api.rst                          |  85 ++++++---
 docs/code_examples/flask_/__init__.py |   0
 docs/code_examples/flask_/webapp.py   |  16 +-
 docs/conf.py                          |   3 +
 docs/custom-wrappers.rst              |  13 ++
 docs/examples.rst                     |   8 +-
 docs/faq.rst                          |  49 -----
 docs/getting-started.rst              |  16 +-
 docs/index.rst                        |  53 ++----
 docs/performance.rst                  |   2 +-
 docs/processors.rst                   |  12 ++
 docs/standard-library.rst             | 188 +++++++++++++++++--
 docs/thread-local.rst                 |  17 +-
 docs/why.rst                          |   9 +-
 setup.cfg                             |   5 +-
 setup.py                              |   2 +
 src/structlog.egg-info/PKG-INFO       | 145 ++++++++++++---
 src/structlog.egg-info/SOURCES.txt    |   5 +-
 src/structlog/__init__.py             |   2 +-
 src/structlog/_config.py              |  17 +-
 src/structlog/_generic.py             |   2 +-
 src/structlog/dev.py                  | 140 ++++++++++----
 src/structlog/processors.py           |  51 +++--
 src/structlog/stdlib.py               | 138 +++++++++++++-
 src/structlog/threadlocal.py          |  10 -
 src/structlog/twisted.py              |  14 +-
 tests/test_base.py                    |  10 +-
 tests/test_config.py                  |   3 +-
 tests/test_dev.py                     | 178 +++++++++++-------
 tests/test_processors.py              |  49 +++--
 tests/test_stdlib.py                  | 338 +++++++++++++++++++++++++++++++++-
 tests/test_twisted.py                 |  31 +++-
 tox.ini                               |  23 +--
 43 files changed, 1738 insertions(+), 445 deletions(-)

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



More information about the Python-modules-commits mailing list