[Python-modules-commits] [raven] 03/08: Update upstream source from tag 'upstream/6.3.0'
Vincent Bernat
bernat at moszumanska.debian.org
Sun Nov 12 19:55:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to annotated tag debian/6.3.0-1
in repository raven.
commit 1d5d8978a2c3ab28c9df50a4424727b7a3a6af30
Merge: c17dd6b 2de408d
Author: Vincent Bernat <bernat at debian.org>
Date: Sun Nov 12 20:35:40 2017 +0100
Update upstream source from tag 'upstream/6.3.0'
Update to upstream version '6.3.0'
with Debian dir 2d09b12a298e269d4762a9626310ad82cf1dec05
MANIFEST.in | 2 +-
PKG-INFO | 5 +-
README.rst | 124 ++++++++++++++--
conftest.py | 74 +++++++++
raven.egg-info/PKG-INFO | 5 +-
raven.egg-info/SOURCES.txt | 8 +
raven.egg-info/requires.txt | 15 +-
raven/__init__.py | 2 +-
raven/base.py | 52 +++++--
raven/breadcrumbs.py | 9 +-
raven/conf/defaults.py | 2 +-
raven/contrib/async.py | 1 +
raven/contrib/awslambda/__init__.py | 173 ++++++++++++++++++++++
raven/contrib/bottle/__init__.py | 1 +
raven/contrib/celery/__init__.py | 4 +-
raven/contrib/django/__init__.py | 1 -
raven/contrib/django/apps.py | 5 +
raven/contrib/django/client.py | 45 +++---
raven/contrib/django/management/commands/raven.py | 9 +-
raven/contrib/django/middleware/__init__.py | 21 +++
raven/contrib/django/middleware/wsgi.py | 1 +
raven/contrib/django/models.py | 96 +++++++-----
raven/contrib/django/resolver.py | 2 +-
raven/contrib/flask.py | 46 ++++--
raven/contrib/tornado/__init__.py | 4 +-
raven/contrib/webpy/__init__.py | 1 +
raven/contrib/zconfig/__init__.py | 39 +++++
raven/contrib/zerorpc/__init__.py | 11 +-
raven/contrib/zope/__init__.py | 4 +-
raven/events.py | 6 +
raven/handlers/logging.py | 4 +-
raven/middleware.py | 2 +
raven/processors.py | 11 +-
raven/utils/conf.py | 1 +
raven/utils/encoding.py | 2 +-
raven/utils/stacks.py | 5 +-
raven/utils/wsgi.py | 14 ++
setup.cfg | 9 +-
setup.py | 26 ++--
tests/base/tests.py | 53 +++++++
tests/contrib/awslambda/conftest.py | 106 +++++++++++++
tests/contrib/awslambda/test_lambda.py | 69 +++++++++
tests/contrib/django/settings.py | 64 ++++++++
tests/contrib/django/test_resolver.py | 13 +-
tests/contrib/django/test_tastypie.py | 5 +-
tests/contrib/django/tests.py | 130 ++++++++++++----
tests/contrib/django/urls.py | 5 +-
tests/contrib/django/views.py | 9 ++
tests/contrib/flask/tests.py | 64 ++++++--
tests/contrib/zconfig/__init__.py | 0
tests/contrib/zconfig/tests.py | 76 ++++++++++
tests/handlers/logging/tests.py | 11 ++
tests/transport/gevent/tests.py | 5 +
tests/utils/wsgi/tests.py | 12 +-
tests/versioning/tests.py | 8 +-
55 files changed, 1277 insertions(+), 195 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/raven.git
More information about the Python-modules-commits
mailing list