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

Changelog

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

  * New upstream version 1.5.0
  * Refresh patches.
  * Use dh-sequence-python3.
  * Bump Standards-Version to 4.7.0.
  * Update year in d/copyright.

 -- Michael Fladischer <email address hidden>  Fri, 19 Jul 2024 07:54:51 +0000

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-otp_1.5.0-1.dsc 2.0 KiB d71a2928de6d7008865929c75f741bef17d6ef449ad407cdce2130d3b1744a1d
python-django-otp_1.5.0.orig.tar.gz 74.5 KiB 555e67eaa24d52bbfa6b3b59c8e6f60f1fb2c3a43d2b3de282a5d5f4acf4ebb5
python-django-otp_1.5.0-1.debian.tar.xz 12.0 KiB 9da09b96aa7e247e291bc8ef4084130692827e66d2c8306c7c4e94c3f829a0db

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.