python-pysaml2 3.0.0-3ubuntu1 source package in Ubuntu

Changelog

python-pysaml2 (3.0.0-3ubuntu1) xenial; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/control: Drop runtime dependencies on python{,3}-repoze.who back
      to a Suggests, remove BD. Depend on pymongo 3.0 and higher.
    - debian/patches/disable-repoze.who-tests.patch: Skip hard requirement on
      repoze.who and dependent tests, as repoze.who is unmaintained and
      out-of-date in Debian and Ubuntu.

 -- Łukasz 'sil2100' Zemczak <email address hidden>  Thu, 18 Feb 2016 12:53:50 +0100

Upload details

Uploaded by:
Łukasz Zemczak
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pysaml2_3.0.0.orig.tar.xz 2.6 MiB fd06cf89f866c9175b48f20b8fa756cb367d8a5498de93f595ec74586c0a9131
python-pysaml2_3.0.0-3ubuntu1.debian.tar.xz 5.5 KiB 7eeb82e7c34c7c2792363f19e343f4881276a5ec945d31d7b6d8a9e55069dbb2
python-pysaml2_3.0.0-3ubuntu1.dsc 2.4 KiB cb242e818cec2e2b064e04d96796b33940dfdde8b70a763ccfeed64b13fc1d23

Available diffs

View changes file

Binary packages built by this source

python-pysaml2: No summary available for python-pysaml2 in ubuntu zesty.

No description available for python-pysaml2 in ubuntu zesty.

python-pysaml2-doc: No summary available for python-pysaml2-doc in ubuntu yakkety.

No description available for python-pysaml2-doc in ubuntu yakkety.

python3-pysaml2: SAML Version 2 to be used in a WSGI environment - Python 3.x

 This package provides a Python implementation of SAML Version 2 to be used in
 a WSGI environment.
 .
 From wikipedia: Security Assertion Markup Language 2.0 (SAML 2.0) is a version
 of the SAML standard for exchanging authentication and authorization data
 between security domains. SAML 2.0 is an XML-based protocol that uses security
 tokens containing assertions to pass information about a principal (usually an
 end user) between a SAML authority, that is, an identity provider, and a SAML
 consumer, that is, a service provider. SAML 2.0 enables web-based
 authentication and authorization scenarios including cross-domain single
 sign-on (SSO), which helps reduce the administrative overhead of distributing
 multiple authentication tokens to the user.
 .
 This package contains the Python 3.x module.