python-gnutls 2.0.1-2ubuntu1 source package in Ubuntu

Changelog

python-gnutls (2.0.1-2ubuntu1) xenial; urgency=medium

  * Hard-code libgnutls30 instead of the old hard-coded library.

 -- Matthias Klose <email address hidden>  Thu, 18 Feb 2016 13:21:02 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-gnutls_2.0.1.orig.tar.gz 41.6 KiB d8fb368c6a4dd58bc6cd5e61d4a12d119c4506fd344a371b3429b3ac2623b9ac
python-gnutls_2.0.1-2ubuntu1.diff.gz 3.2 KiB 69a014532c1abbdd5af7d3b38e83560121edddaf1abc320e223939e161b4706d
python-gnutls_2.0.1-2ubuntu1.dsc 2.0 KiB 26336d047445ded10ccb7b4bb27a97328c816a5e3ebd898e9d9262aa8d0eb4d8

Available diffs

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).