django-openid-auth 0.4-1ubuntu1~ubuntu12.04.1 source package in Ubuntu

Changelog

django-openid-auth (0.4-1ubuntu1~ubuntu12.04.1) precise-backports; urgency=low

  * No-change backport to precise (LP: #1020592)

django-openid-auth (0.4-1ubuntu1) quantal; urgency=low

  * Replaces python-django-openid-auth to to remove the Ubuntu-only
    package of a different name (LP: #1017462)

django-openid-auth (0.4-1) unstable; urgency=low

  * New upstream release.
  * Lower dependency on python-django to (>= 1.1.2).
  * Bump B-D on python-all to (>= 2.6) and XS-P-V to >= 2.6.
  * Fix tests for django (>= 1.4) FTBFS (Closes: #669482).
    - Add patch for Django 1.2 style DATABASE configuration
    - Bump B-D on python-django to (>= 1.2) because of new configuration
  * Fix DEP5 lintian format warnings.
  * Fix DEP5 copyright line format in d/copyright.
  * Make sure .pyc files are not used.
  * Run wrap-and-sort.
  * Change order of my name.
  * Update DEP-5 URL to 1.0.
  * Fix d/watch for HTTPS URLs.
  * Bump Standards-Version to 3.9.3.
  * Update years in d/copyright.
  * Include openid.txt in documentation.
 -- Iain Lane <email address hidden>   Sun, 08 Jul 2012 19:25:09 +0100

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise backports universe python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
django-openid-auth_0.4.orig.tar.gz 75.9 KiB 923c2a9652f23bee367a6578f39d0881eaeb7aca2ec8f810f523b16e38679d05
django-openid-auth_0.4-1ubuntu1~ubuntu12.04.1.debian.tar.gz 3.9 KiB 3ed03f6d64783206c6c67025731a1816f391a8a11c035001dcf76a3b61ce3471
django-openid-auth_0.4-1ubuntu1~ubuntu12.04.1.dsc 2.3 KiB fc313e7f43bc86e36d7306a908520fefe10488ee020174e1976f91eecf725c5c

View changes file

Binary packages built by this source

python-django-auth-openid: provides optional OpenID integration for Django

 The django-auth-openid library can be used to add OpenID support
 to Django applications.
 It integrates with Django's built in authentication system, so most
 applications require minimal changes to support OpenID login. The
 library also includes the following features:
  * Basic user details are transferred from the OpenID server via the
    simple Registration extension.
  * It can be configured to use a fixed OpenID server URL, for use in SSO.
  * It supports the launchpad.net teams extension to get team membership
    info.