pyopenssl 0.10-1ubuntu3 source package in Bilimbi Test

Changelog

pyopenssl (0.10-1ubuntu3) natty; urgency=low

  * Add upstream patch so that sendall() uses a memoryview, which is
    required for Python 2.7 compatibility.  Patch given in upstream bug
    report <http://launchpad.net/bugs/686804>.  (LP: #758037)
 -- Barry Warsaw <email address hidden>   Wed, 13 Apr 2011 08:39:18 -0400

Upload details

Uploaded by:
Barry Warsaw
Sponsored by:
Matthias Klose
Uploaded to:
Natty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Angry Aardvark release universe interpreters

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pyopenssl_0.10.orig.tar.gz 217.0 KiB 4514f8960389042ca2587f9cb801a13f7990387753fc678680b0c084719b5b60
pyopenssl_0.10-1ubuntu3.diff.gz 9.3 KiB 26f8bba26a66ddea1bc955efeb677642eab94d240408fffea51add46463db538
pyopenssl_0.10-1ubuntu3.dsc 1.5 KiB 2c6ee8e2d2386eced4284eda9c1ae1c298fa67d57f832cd6a756a31c73f962f4

View changes file

Binary packages built by this source

python-openssl: Python wrapper around the OpenSSL library

 High-level wrapper around a subset of the OpenSSL library, includes
 .
   * SSL.Connection objects, wrapping the methods of Python's portable
     sockets
   * Callbacks written in Python
   * Extensive error-handling mechanism, mirroring OpenSSL's error
     codes
 .
 A lot of the object methods do nothing more than calling a
 corresponding function in the OpenSSL library.

python-openssl-dbg: Python wrapper around the OpenSSL library (debug extension)

 High-level wrapper around a subset of the OpenSSL library, includes
 .
   * SSL.Connection objects, wrapping the methods of Python's portable
     sockets
   * Callbacks written in Python
   * Extensive error-handling mechanism, mirroring OpenSSL's error
     codes
 .
 A lot of the object methods do nothing more than calling a
 corresponding function in the OpenSSL library.
 .
 This package contains the debug extension for python-openssl.