pykerberos 1.1+svn4895-1build2 source package in Ubuntu

Changelog

pykerberos (1.1+svn4895-1build2) precise; urgency=low

  * Rebuild to drop python2.6 dependencies and provides.
 -- Matthias Klose <email address hidden>   Sat, 14 Apr 2012 13:43:41 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Debian Calendarserver Team
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Downloads

File Size SHA-256 Checksum
pykerberos_1.1+svn4895.orig.tar.gz 28.2 KiB f6b89d5c448110a8b5ac298d596f5599ffac2af02987bc174f183216cdb38818
pykerberos_1.1+svn4895-1build2.diff.gz 3.2 KiB c3b42758e159d360fb4a17920035037b58b4565c4ca647d1169203eddb6242ff
pykerberos_1.1+svn4895-1build2.dsc 1.3 KiB ae65e0bb39d8ce5b8f44d687efeb6603d32e5727731fc748e38771f7b65c87ae

View changes file

Binary packages built by this source

python-kerberos: A GSSAPI interface module for Python

 This Python package is a high-level wrapper for Kerberos (GSSAPI) operations.
 The goal is to avoid having to build a module that wraps the entire
 Kerberos.framework, and instead offer a limited set of functions that do what
 is needed for client/server Kerberos authentication based on
 <http://www.ietf.org/rfc/rfc4559.txt>.
 .
 Much of the C-code here is adapted from Apache's mod_auth_kerb-5.0rc7.