[Python-modules-commits] [python-structlog] branch master updated (fe24cea -> 20c3d4b)

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


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

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

      from  fe24cea   New upstream version.
       new  86821ec   New upstream release.
       new  b618d79   Merge tag 'upstream/16.1.0'
       new  6b4a316   New upstream version
       new  f5a148c   d/rules: prevent network access by defining https_proxy
       new  ef505ed   d/control: make short descriptions unique
       new  c65ee8c   d/control: update Vcs-* fields to use HTTPS
       new  f7485d9   Prepare for release
       new  20c3d4b   git-dpm: fix my mess of forgetting to use git-dpm...

The 8 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 +-
 debian/.git-dpm                              | 14 ++--
 debian/changelog                             | 11 ++++
 debian/control                               | 13 ++--
 debian/rules                                 |  5 +-
 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 ++--
 37 files changed, 355 insertions(+), 222 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