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

Changelog

python-django-otp (1.2.2-1) unstable; urgency=medium

  * New upstream version 1.2.2
  * Refresh patches.
  * Build using pybuild-plugin-pyproject and python3-hatchling.
  * Bump Standards-Version to 4.6.2.
  * Use packaged mathjax in documentation to prevent privacy breach.
  * Install testfiles using d/pybuild.testfiles.
  * Run tests in build_dir.
  * Run wrap-and-sort -bast to reduce diff size of future changes.
  * Update project homepage URL and contact email.
  * Update year in d/copyright.
  * Use python3-babel to rebuild translations from source.

 -- Michael Fladischer <email address hidden>  Sun, 06 Aug 2023 22:52:47 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-otp_1.2.2-1.dsc 2.0 KiB 13b7ccc3889df481b7f6914e375958fcb9eba7bd0ebbca905a990d06add3c724
python-django-otp_1.2.2.orig.tar.gz 67.4 KiB 01217bc9737a4ac66360ee3bff35c5e90b9a7e15fc4b69b2def0c6cc09042a3e
python-django-otp_1.2.2-1.debian.tar.xz 11.9 KiB b104d2f73e0237cf4160cbae5633abcf986ef7f9b88aea0cba6ae01c350ac78f

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.