Please backport websocket-client 0.12.0-1ubuntu2 (universe) from trusty

Bug #1459054 reported by Tim Landscheidt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Precise Backports
Fix Released
Undecided
Micah Gersten

Bug Description

Please backport websocket-client 0.12.0-1ubuntu2 (universe) from trusty to precise.

Reason for the backport:
========================
websocket is a dependency for socketIO_client (cf. bug #1458651).

Testing:
========
Mark off items in the checklist [X] as you test them, but please leave the checklist so that backporters can quickly evaluate the state of testing.

You can test-build the backport in your PPA with backportpackage:
$ backportpackage -u ppa:<lp username>/<ppa name> -s trusty -d precise websocket-client

* precise:
[X] Package builds without modification
[X] python-websocket installs cleanly and runs

No reverse dependencies

Revision history for this message
Tim Landscheidt (scfc) wrote :

Tested with script from https://pypi.python.org/pypi/websocket-client:

from websocket import create_connection
ws = create_connection("ws://echo.websocket.org/")
print "Sending 'Hello, World'..."
ws.send("Hello, World")
print "Sent"
print "Receiving..."
result = ws.recv()
print "Received '%s'" % result
ws.close()

description: updated
Changed in precise-backports:
status: New → Confirmed
Revision history for this message
Micah Gersten (micahg) wrote :

Thank you for testing this backport. I'm taking a look at this now.

Changed in precise-backports:
assignee: nobody → Micah Gersten (micahg)
status: Confirmed → In Progress
Revision history for this message
Micah Gersten (micahg) wrote :

This has been uploaded to precise-backports, it'll need to clear binary NEW before it actually publishes to the archive.

Changed in precise-backports:
status: In Progress → Fix Released
Revision history for this message
Micah Gersten (micahg) wrote :

This is now published in precise.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.