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

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


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

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

      from  86821ec   New upstream release.
      adds  1520057   New upstream release.

No new revisions were added by this update.

Summary of changes:
 .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(-)
 create mode 100644 conftest.py
 create mode 100644 docs/_static/structlog_logo.png
 create mode 100644 docs/_static/structlog_logo_small.png
 delete mode 100644 docs/code_examples/flask_/__init__.py
 delete mode 100644 docs/faq.rst

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