python-django-otp 1.0.2-1 source package in Ubuntu

Changelog

python-django-otp (1.0.2-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Bump Standards-Version to 4.5.1.
  * Use uscan version 4.
  * Enable upstream testsuite for autopkgtests.

 -- Michael Fladischer <email address hidden>  Fri, 18 Dec 2020 22:17:59 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-otp_1.0.2-1.dsc 1.9 KiB ddc4eb343030cc4e51b9cacf8dd2d83228196857ad7de7c5ff6883d31d8b5016
python-django-otp_1.0.2.orig.tar.gz 65.3 KiB 4e2790e174b288f04feff85486b86c0991ad3c16c510e76811e9c5064e728502
python-django-otp_1.0.2-1.debian.tar.xz 11.3 KiB ef41294c1dc8c00a4bd5e927952716803f214ca03f5a7e39ad1bdee36d8be8d9

Available diffs

No changes file available.

Binary packages built by this source

python-django-otp-doc: pluggable framework for two-factor authentication (Documentation)

 This project makes it easy to add support for one-time passwords (OTPs) to
 Django. It can be integrated at various levels, depending on how much
 customization is required. It integrates with django.contrib.auth, although it
 is not a Django authentication backend. The primary target is developers
 wishing to incorporate OTPs into their Django projects as a form of two-factor
 authentication.
 .
 This project includes several simple OTP plugins and more are available
 separately. This package also includes an implementation of OATH HOTP and TOTP
 for convenience, as these are standard OTP algorithms used by multiple plugins.
 .
 This package contains the documentation.

python3-django-otp: pluggable framework for two-factor authentication (Python3 version)

 This project makes it easy to add support for one-time passwords (OTPs) to
 Django. It can be integrated at various levels, depending on how much
 customization is required. It integrates with django.contrib.auth, although it
 is not a Django authentication backend. The primary target is developers
 wishing to incorporate OTPs into their Django projects as a form of two-factor
 authentication.
 .
 This project includes several simple OTP plugins and more are available
 separately. This package also includes an implementation of OATH HOTP and TOTP
 for convenience, as these are standard OTP algorithms used by multiple plugins.
 .
 This package contains the Python 3 version of the library.