forked from pool/python-pysaml2
Accepting request 1008601 from home:yarunachalam:branches:devel:languages:python
- version update to 7.2.1 (2022-08-23) * Accept and forward sign and digest alg information when creating a metadata string * Fix tests to comply with latest xmlschema - version update to 7.2.0 (2022-08-10) * Add schemas for eIDAS extensions, elements and attributes * Add the voPerson v2 attributes mappings; see reference * Add the registration_info_typ method on saml2.mdstore.MetadataStore to get the registration information from an EntityDescriptor services * Allow exceptions to convey the SAML StatusCode in an error response * Fix typo on method name under saml2.mdstore.MetadataStore; from sbibmd_scopes to shibmd_scopes * Add partial support for xs:date AttributeValue type * Fallback to xs:string as the type of the AttributeValue text node * Fallback to the authn context class declaration to set the authn context class reference * Αdd configuration option http_client_timeout to set a timeout on the HTTP calls by the httpbase module * Load certificates using cryptography and support certificate chains * Remove deprecated cryptography backend param * Fix assertion policy filter: Fallback to match a known attribute or return its name * examples: Allow multiple attributes to be returned by the idp * tests: Minor cleanups * docs: Reference python2 compatible fork * misc: add pepy badges on the README file OBS-URL: https://build.opensuse.org/request/show/1008601 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=65
This commit is contained in:
@@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 6 21:56:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- version update to 7.2.1 (2022-08-23)
|
||||||
|
* Accept and forward sign and digest alg information when creating a metadata string
|
||||||
|
* Fix tests to comply with latest xmlschema
|
||||||
|
|
||||||
|
- version update to 7.2.0 (2022-08-10)
|
||||||
|
* Add schemas for eIDAS extensions, elements and attributes
|
||||||
|
* Add the voPerson v2 attributes mappings; see reference
|
||||||
|
* Add the registration_info_typ method on saml2.mdstore.MetadataStore to get the registration information from an EntityDescriptor services
|
||||||
|
* Allow exceptions to convey the SAML StatusCode in an error response
|
||||||
|
* Fix typo on method name under saml2.mdstore.MetadataStore; from sbibmd_scopes to shibmd_scopes
|
||||||
|
* Add partial support for xs:date AttributeValue type
|
||||||
|
* Fallback to xs:string as the type of the AttributeValue text node
|
||||||
|
* Fallback to the authn context class declaration to set the authn context class reference
|
||||||
|
* Αdd configuration option http_client_timeout to set a timeout on the HTTP calls by the httpbase module
|
||||||
|
* Load certificates using cryptography and support certificate chains
|
||||||
|
* Remove deprecated cryptography backend param
|
||||||
|
* Fix assertion policy filter: Fallback to match a known attribute or return its name
|
||||||
|
* examples: Allow multiple attributes to be returned by the idp
|
||||||
|
* tests: Minor cleanups
|
||||||
|
* docs: Reference python2 compatible fork
|
||||||
|
* misc: add pepy badges on the README file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 28 06:04:01 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
Thu Jul 28 06:04:01 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
%global modname pysaml2
|
%global modname pysaml2
|
||||||
%global skip_python2 1
|
%global skip_python2 1
|
||||||
Name: python-pysaml2
|
Name: python-pysaml2
|
||||||
Version: 7.1.2
|
Version: 7.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python implementation of SAML Version 2 to be used in a WSGI environment
|
Summary: Python implementation of SAML Version 2 to be used in a WSGI environment
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:308934d5cd5f22a3ea7bd8d4fb5423ab0f5b0f08bf541e7c6b2cb0eb7302a3ab
|
|
||||||
size 6017150
|
|
3
v7.2.1.tar.gz
Normal file
3
v7.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c6f5e36c0df040ebeccc0acc0be65960a2f12aaba1d77bbdae29cc3c475b0cdc
|
||||||
|
size 6026305
|
Reference in New Issue
Block a user