[Bug 1459054] Re: Please backport websocket-client 0.12.0-1ubuntu2 (universe) from trusty

Tim Landscheidt tim at tim-landscheidt.de
Wed May 27 02:37:43 UTC 2015


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

  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:
- [ ] Package builds without modification
- [ ] python-websocket installs cleanly and runs
+ [X] Package builds without modification
+ [X] python-websocket installs cleanly and runs
  
  No reverse dependencies

** Changed in: precise-backports
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Backporters, which is subscribed to Precise Backports.
https://bugs.launchpad.net/bugs/1459054

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/precise-backports/+bug/1459054/+subscriptions



More information about the ubuntu-backports mailing list