django-python3-ldap 0.15.6-1 source package in Ubuntu

Changelog

django-python3-ldap (0.15.6-1) unstable; urgency=low

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ Michael Fladischer ]
  * New upstream version 0.15.6
  * Bump Standards-Version to 4.7.0.
  * Update year in d/copyright.
  * Build using pybuild-plugin-pyproject and dh-sequence-python3.
  * Enable upstream testsuite for autopkgtests.

 -- Michael Fladischer <email address hidden>  Sat, 20 Jul 2024 20:34:03 +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
django-python3-ldap_0.15.6-1.dsc 1.9 KiB 98ad131c0e4f1a17fd027549d0905f78c03e0171ef74aae080e471dd1f7ae64c
django-python3-ldap_0.15.6.orig.tar.gz 19.7 KiB 780ac3a2d20de17857990dd0a1bdb8f899855a59725c23638fd07f349439f588
django-python3-ldap_0.15.6-1.debian.tar.xz 3.2 KiB a9218453e7b35af34d22615ac945498216d9bbb26ac8034e48d7f5efcb8afbed

Available diffs

No changes file available.

Binary packages built by this source

python3-django-python3-ldap: Django LDAP user authentication backend (Python3 version)

 django-python3-ldap provides a Django LDAP user authentication backend for
 Python. It uses the pure Python ldap3 library for all LDAP related operations.
 This makes it easier to deploy instead of solutions that depend on the OpenLDAP
 library.
 .
 It provides the following features:
  * Authenticate users with an LDAP server.
  * Sync LDAP users with a local Django database.
  * Supports custom Django user models.
 .
 This package contains the Python 3 version of the library.