[Python-modules-commits] [python-structlog] 05/06: record new upstream branch created by importing python-structlog_16.0.0.orig.tar.gz and merge it
Filippo Giunchedi
filippo at moszumanska.debian.org
Sat Mar 26 19:39:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
filippo pushed a commit to branch master
in repository python-structlog.
commit 9f5c17ec2498a92ab505e6b1536ce8c26bd71aae
Merge: 9fe462a 2e1e898
Author: Filippo Giunchedi <filippo at debian.org>
Date: Sat Mar 26 19:35:46 2016 +0000
record new upstream branch created by importing python-structlog_16.0.0.orig.tar.gz and merge it
.coveragerc | 8 +-
.travis.yml | 73 +++++---
AUTHORS.rst | 36 +---
CHANGELOG.rst | 189 ++++++++++++++++++++
CODE_OF_CONDUCT.rst | 30 ++++
CONTRIBUTING.rst | 51 +++---
LICENSE.mit | 2 +-
MANIFEST.in | 10 +-
PKG-INFO | 58 ++++--
README.rst | 17 +-
debian/.git-dpm | 14 +-
dev-requirements.txt | 10 +-
docs-requirements.txt | 1 -
docs/_static/console_renderer.png | Bin 0 -> 79966 bytes
docs/api.rst | 76 +++++++-
docs/backward-compatibility.rst | 16 ++
docs/changelog.rst | 72 +-------
docs/conf.py | 112 ++++++------
docs/configuration.rst | 2 +-
docs/custom-wrappers.rst | 6 +-
docs/development.rst | 34 ++++
docs/faq.rst | 49 ++++++
docs/index.rst | 7 +-
docs/license.rst | 4 +-
docs/logging-best-practices.rst | 6 +-
docs/performance.rst | 9 +
docs/processors.rst | 2 +-
docs/standard-library.rst | 6 +-
docs/thread-local.rst | 2 +-
docs/twisted.rst | 2 +-
docs/why.rst | 2 +-
setup.cfg | 5 +-
setup.py | 146 ++++++++-------
src/structlog.egg-info/PKG-INFO | 95 ++++++++++
.../structlog.egg-info}/SOURCES.txt | 47 +++--
.../structlog.egg-info}/dependency_links.txt | 0
.../structlog.egg-info/not-zip-safe | 0
src/structlog.egg-info/requires.txt | 4 +
.../structlog.egg-info}/top_level.txt | 0
{structlog => src/structlog}/__init__.py | 44 ++---
{structlog => src/structlog}/_base.py | 5 +-
{structlog => src/structlog}/_compat.py | 33 +---
{structlog => src/structlog}/_config.py | 2 +-
{structlog => src/structlog}/_frames.py | 7 +-
{structlog => src/structlog}/_generic.py | 2 +-
{structlog => src/structlog}/_loggers.py | 12 +-
{structlog => src/structlog}/_utils.py | 0
src/structlog/dev.py | 141 +++++++++++++++
structlog/_exc.py => src/structlog/exceptions.py | 0
{structlog => src/structlog}/processors.py | 183 ++++++++++---------
{structlog => src/structlog}/stdlib.py | 11 +-
{structlog => src/structlog}/threadlocal.py | 12 +-
{structlog => src/structlog}/twisted.py | 4 +-
structlog.egg-info/PKG-INFO | 57 ------
tests/test_base.py | 2 +-
tests/test_config.py | 2 +-
tests/test_dev.py | 195 +++++++++++++++++++++
tests/test_frames.py | 37 +++-
tests/test_processors.py | 154 +++++++++++++++-
tests/test_stdlib.py | 8 +-
tests/test_threadlocal.py | 29 ++-
tests/test_twisted.py | 17 +-
tests/utils.py | 16 ++
tox.ini | 61 ++++---
64 files changed, 1611 insertions(+), 626 deletions(-)
diff --cc debian/.git-dpm
index b28e2bc,0000000..20a091c
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- 0cd6d17b9b324bb9af957ca992feb6882f3789fe
- 0cd6d17b9b324bb9af957ca992feb6882f3789fe
- 0cd6d17b9b324bb9af957ca992feb6882f3789fe
- 0cd6d17b9b324bb9af957ca992feb6882f3789fe
- python-structlog_15.2.0.orig.tar.gz
- c36f92fe6a82d23f6d87ab7ce2f50f4e110f2646
- 67985
++2e1e89871a8d20e55c78f59e1951fcff2ca0b33a
++2e1e89871a8d20e55c78f59e1951fcff2ca0b33a
++2e1e89871a8d20e55c78f59e1951fcff2ca0b33a
++2e1e89871a8d20e55c78f59e1951fcff2ca0b33a
++python-structlog_16.0.0.orig.tar.gz
++00cab57663185d7eefed515d075d7b8672ac7a62
++154029
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
--
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