[Python-modules-commits] [python-structlog] branch upstream updated (2e1e898 -> 86821ec)

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


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

bernat pushed a change to branch upstream
in repository python-structlog.

      from  2e1e898   Import python-structlog_16.0.0.orig.tar.gz
       new  86821ec   New upstream release.

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                                  | 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(-)
 delete mode 100644 src/structlog/_compat.py

-- 
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