[Python-modules-commits] [python-structlog] 02/08: Merge tag 'upstream/16.1.0'

Vincent Bernat bernat at moszumanska.debian.org
Sat Sep 17 08:05:19 UTC 2016


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

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

commit b618d79822e22a942dc846a072d764717cc245f9
Merge: fe24cea 86821ec
Author: Vincent Bernat <bernat at debian.org>
Date:   Sat Sep 17 09:41:11 2016 +0200

    Merge tag 'upstream/16.1.0'
    
    Upstream version 16.1.0

 .travis.yml                                  | 20 +++---
 CHANGELOG.rst                                | 95 +++++++++++++++++++++++-----
 CODE_OF_CONDUCT.rst                          | 59 ++++++++++++-----
 CONTRIBUTING.rst                             |  2 +-
 PKG-INFO                                     | 37 ++++++-----
 README.rst                                   |  2 +-
 docs/code_examples/processors/timestamper.py |  2 +-
 docs/configuration.rst                       | 18 +++---
 docs/examples.rst                            |  8 +--
 docs/getting-started.rst                     | 30 ++++-----
 docs/loggers.rst                             | 14 ++--
 docs/logging-best-practices.rst              |  6 +-
 docs/performance.rst                         |  2 +-
 docs/processors.rst                          |  5 +-
 docs/standard-library.rst                    |  8 +--
 docs/thread-local.rst                        |  8 +--
 docs/twisted.rst                             | 12 ++--
 docs/why.rst                                 |  6 +-
 setup.cfg                                    |  2 +-
 setup.py                                     |  9 ++-
 src/structlog.egg-info/PKG-INFO              | 37 ++++++-----
 src/structlog.egg-info/SOURCES.txt           |  1 -
 src/structlog/__init__.py                    |  2 +-
 src/structlog/_compat.py                     | 37 -----------
 src/structlog/_config.py                     | 10 +--
 src/structlog/_frames.py                     |  2 +-
 src/structlog/processors.py                  | 20 +++---
 tests/test_config.py                         | 16 +++++
 tests/test_loggers.py                        |  2 +-
 tests/test_processors.py                     | 43 +++++++++++--
 tests/test_threadlocal.py                    |  3 +-
 tests/test_twisted.py                        |  4 +-
 tox.ini                                      | 12 ++--
 33 files changed, 326 insertions(+), 208 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