[Python-modules-commits] [raven] branch debian/master updated (093f707 -> 06c612b)
Vincent Bernat
bernat at moszumanska.debian.org
Sun Nov 12 19:55:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a change to branch debian/master
in repository raven.
from 093f707 Convert from git-dpm to patches unapplied format
adds c17dd6b Refresh patches after git-dpm to gbp pq conversion
adds 2de408d New upstream release.
adds 1d5d897 Update upstream source from tag 'upstream/6.3.0'
adds 2568c97 New upstream version
adds ba37a69 Refresh patches
adds 88471b4 d/control: bump Standards-Version
adds 0ef58d0 d/control: add some missing packages for tests
adds 06c612b d/patches: ship missing file for tests
No new revisions were added by this update.
Summary of changes:
MANIFEST.in | 2 +-
PKG-INFO | 5 +-
README.rst | 124 +++++++++++++--
conftest.py | 74 +++++++++
debian/changelog | 9 ++
debian/control | 7 +-
.../0001-tests-import-reload-for-Python-3.patch | 5 +-
...sing-zconfig-component.xml-file-for-tests.patch | 39 +++++
debian/patches/series | 1 +
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/{base => 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 +-
60 files changed, 1333 insertions(+), 200 deletions(-)
create mode 100644 conftest.py
create mode 100644 debian/patches/0002-Add-missing-zconfig-component.xml-file-for-tests.patch
create mode 100644 raven/contrib/awslambda/__init__.py
create mode 100644 raven/contrib/zconfig/__init__.py
create mode 100644 tests/contrib/awslambda/conftest.py
create mode 100644 tests/contrib/awslambda/test_lambda.py
create mode 100644 tests/contrib/django/settings.py
copy tests/{base => contrib/zconfig}/__init__.py (100%)
create mode 100644 tests/contrib/zconfig/tests.py
--
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