python-djangosaml2 1.3.5-1 source package in Ubuntu

Changelog

python-djangosaml2 (1.3.5-1) unstable; urgency=low

  * New upstream release.
  * Depend on python3-all for autopkgtests.
  * Use django package directly to run tests rather than
    tests/run_tests.py.
  * Update year in d/copyright.
  * Add patch to skip test_login_authn_context if pysaml2 is < 7.1.

 -- Michael Fladischer <email address hidden>  Fri, 28 Jan 2022 21:45:11 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-djangosaml2_1.3.5-1.dsc 1.8 KiB 9539e952020a3368b8faa59da4d68bd688934fbdc6134c03ff11b3189157a1db
python-djangosaml2_1.3.5.orig.tar.gz 104.2 KiB 3632cefd024d729ade84d9dd2e7283ef27fc67bf46ce0ea5b32d2716e03dacc4
python-djangosaml2_1.3.5-1.debian.tar.xz 3.6 KiB ab96fd4b7f1c7274952816f3a854254748128e634291b0c24a43abfd58f93384

Available diffs

No changes file available.

Binary packages built by this source

python3-django-saml2: Django application that integrates PySAML2 (Python3 version)

 djangosaml2 is a Django application that integrates the PySAML2 library into
 your project. This mean that you can protect your Django based project with a
 service provider based on PySAML. This way it will talk SAML2 with your
 Identity Provider allowing you to use this authentication mechanism.
 .
 This package contains the Python 3 version of the library.