python-gnutls 1.2.0-2.1ubuntu0.1 source package in Ubuntu

Changelog

python-gnutls (1.2.0-2.1ubuntu0.1) precise-proposed; urgency=low

  [ Jack Bates ]
  * gcry_check_version must be invoked before any other function in the
    library, with the exception of the GCRYCTL_SET_THREAD_CBS command (called
    via the gcry_control function). (LP: #1013798)
 -- Adam Stokes <email address hidden>   Tue, 02 Apr 2013 09:42:32 -0400

Upload details

Uploaded by:
Adam Stokes
Sponsored by:
Sebastien Bacher
Uploaded to:
Precise
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates universe python

Downloads

File Size SHA-256 Checksum
python-gnutls_1.2.0.orig.tar.gz 42.1 KiB 483469a5e0af09c2bd04c67600734e0f5c9b19573321d379f05a38701ef16fe9
python-gnutls_1.2.0-2.1ubuntu0.1.diff.gz 3.4 KiB 07444aa9b25f9ab338d8587ea9729098e3a646a2a06846e4ceb83358ea1e945f
python-gnutls_1.2.0-2.1ubuntu0.1.dsc 1.5 KiB 8709c9640644557e9d8cd40e13b326dc7d644b6b24ce2ead49d0f3b9c1e08ca2

View changes file

Binary packages built by this source

python-gnutls: Python wrapper for the GNUTLS library

 This package provides a high level object oriented wrapper around
 libgnutls, as well as low level bindings to the GNUTLS types and
 functions via ctypes. The high level wrapper hides the details of
 accessing the GNUTLS library via ctypes behind a set of classes
 that encapsulate GNUTLS sessions, certificates and credentials and
 expose them to Python applications using a simple API.
 .
 The package also includes a Twisted interface that has seamless
 intergration with Twisted, providing connectTLS and listenTLS
 methods on the Twisted reactor once imported (the methods are
 automatically attached to the reactor by simply importing the
 GNUTLS Twisted interface module).