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

Changelog

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

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python3-Version field
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs
  * Use debhelper-compat instead of debian/compat.

  [ Michael Fladischer ]
  * New upstream release.
  * Use github.com in d/watch to have test files in the source tarball.
  * Refresh patches.
  * Bump debhelper version to 12.
  * Bump Standards-Version to 4.4.1.
  * Update PYTHONPATH in d/rules to include new src upstream code
    location.
  * Add python3-freezegun to Build-Depends as required by tests.
  * Clean up files to allow two builds in a row.
  * Simplify build tests by reverting to upstream supplied settings.py.
  * Set Rules-Requires-Root: no.
  * Add patch to remove remote image shields to prevent privacy issues.
  * Remove debian/upstream-signing-key.pgp from include-binaries, no
    longer used.

 -- Michael Fladischer <email address hidden>  Sat, 04 Jan 2020 20:58:06 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-otp_0.7.5-1.dsc 1.9 KiB ba5ebb21f0aeb536daa5144a05e4863df8800b036ac88d0e09bcf48a389c5ff2
python-django-otp_0.7.5.orig.tar.gz 56.4 KiB 863fddd7ef3ba5a83a7a302cf7dc147208ec6668a279553f49ca7742f9a2e7da
python-django-otp_0.7.5-1.debian.tar.xz 10.9 KiB ff6b8671f3cddc29076aa792e436c791992a3a49c20162dbb267d4c06542675b

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.