~ubuntu-branches/ubuntu/utopic/python-eventlet/utopic

« back to all changes in this revision

Viewing changes to debian/patches/debian-changes-0.9.15-0ubuntu1

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2011-05-17 11:52:34 UTC
  • mfrom: (1.1.4 upstream) (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110517115234-fcxnkhmr7kcvesdz
Tags: 0.9.15-0ubuntu1
* New upstream release.
  - Drop wrap-greenpipe.patch: Included upstream.
  - Drop disable-psycopg-patcher-test.patch: Included upstream.
* Merge packaging changes from Debian.
* Disable zmq (tests do not pass).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Upstream changes introduced in version 0.9.15-0ubuntu1
 
2
 This patch has been created by dpkg-source during the package build.
 
3
 Here's the last changelog entry, hopefully it gives details on why
 
4
 those changes were made:
 
5
 .
 
6
 python-eventlet (0.9.15-0ubuntu1) oneiric; urgency=low
 
7
 .
 
8
   * New upstream release.
 
9
     - Drop wrap-greenpipe.patch: Included upstream.
 
10
     - Drop disable-psycopg-patcher-test.patch: Included upstream.
 
11
   * Merge packaging changes from Debian.
 
12
   * Disable zmq (tests do not pass).
 
13
 .
 
14
 The person named in the Author field signed this changelog entry.
 
15
Author: Soren Hansen <soren@ubuntu.com>
 
16
 
 
17
---
 
18
The information above should follow the Patch Tagging Guidelines, please
 
19
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
 
20
are templates for supplementary fields that you might want to add:
 
21
 
 
22
Origin: <vendor|upstream|other>, <url of original patch>
 
23
Bug: <url in upstream bugtracker>
 
24
Bug-Debian: http://bugs.debian.org/<bugnumber>
 
25
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
 
26
Forwarded: <no|not-needed|url proving that it has been forwarded>
 
27
Reviewed-By: <name and email of someone who approved the patch>
 
28
Last-Update: <YYYY-MM-DD>
 
29
 
 
30
--- python-eventlet-0.9.15.orig/tests/mysqldb_test.py
 
31
+++ python-eventlet-0.9.15/tests/mysqldb_test.py
 
32
@@ -3,6 +3,7 @@ import sys
 
33
 import time
 
34
 from tests import skipped, skip_unless, using_pyevent, get_database_auth, LimitedTestCase
 
35
 import eventlet
 
36
+import traceback
 
37
 from eventlet import event
 
38
 try:
 
39
     from eventlet.green import MySQLdb