[Python-modules-commits] [raven] 01/01: Convert from git-dpm to patches unapplied format

Vincent Bernat bernat at moszumanska.debian.org
Sun Nov 12 19:34:38 UTC 2017


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

bernat pushed a commit to branch debian/master
in repository raven.

commit 093f70745afd423d9fb26c4a3e4dc6a9d1532224
Author: Vincent Bernat <bernat at debian.org>
Date:   Sun Nov 12 20:34:37 2017 +0100

    Convert from git-dpm to patches unapplied format
---
 debian/.git-dpm                 | 11 -----------
 debian/gbp.conf                 |  2 ++
 tests/transport/gevent/tests.py |  5 -----
 3 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index da69eb3..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-54dc57ef750a08f2c804f3c9393bef88db16e5c1
-54dc57ef750a08f2c804f3c9393bef88db16e5c1
-fe509920c25ec8033dd060de3e9c8ba1e493dde4
-fe509920c25ec8033dd060de3e9c8ba1e493dde4
-python-raven_6.0.0.orig.tar.xz
-f8439bbc21ddf19d1dc789ad5c5e26cd1f5d5474
-238840
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..3879982
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch=debian/master
diff --git a/tests/transport/gevent/tests.py b/tests/transport/gevent/tests.py
index ad667c1..22c3e90 100644
--- a/tests/transport/gevent/tests.py
+++ b/tests/transport/gevent/tests.py
@@ -9,11 +9,6 @@ from raven.utils.testutils import TestCase
 from raven.base import Client
 from raven.transport.gevent import GeventedHTTPTransport
 
-try:
-    from importlib import reload
-except ImportError:
-    from imp import reload
-
 
 class GeventTransportTest(TestCase):
     def setUp(self):

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