forked from pool/python-pysaml2
- Update to 4.8.0:
* Refactor the way ForceAuthn is set: check for "true" and "1" * Allow to set NameQualifier and SPNameQualifier attributes for ePTID * Parse assertions with Holder-of-Key profile * Add created_at timestamps to all mongodb documents * Look for existing persistent id's before creating new ones * Do not add AllowCreate property for default transient NameID * Enable entity category import from module search path * Add SAML subject identifier attributes to saml2_uri attributemap * Fix deprecation warning regarding the cgi module - use the html module when available * Misc minor improvements * tests: Be compatible with latest pytest * tests: Make tests pass after 2024 * tests: Add py37 as a test target * docs: Correct instructions to run tests * docs: Fix misc typos OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=27
This commit is contained in:
committed by
Git OBS Bridge
parent
1b28bccebd
commit
016e3937f1
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 14:57:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 4.8.0:
|
||||||
|
* Refactor the way ForceAuthn is set: check for "true" and "1"
|
||||||
|
* Allow to set NameQualifier and SPNameQualifier attributes for ePTID
|
||||||
|
* Parse assertions with Holder-of-Key profile
|
||||||
|
* Add created_at timestamps to all mongodb documents
|
||||||
|
* Look for existing persistent id's before creating new ones
|
||||||
|
* Do not add AllowCreate property for default transient NameID
|
||||||
|
* Enable entity category import from module search path
|
||||||
|
* Add SAML subject identifier attributes to saml2_uri attributemap
|
||||||
|
* Fix deprecation warning regarding the cgi module - use the html module when available
|
||||||
|
* Misc minor improvements
|
||||||
|
* tests: Be compatible with latest pytest
|
||||||
|
* tests: Make tests pass after 2024
|
||||||
|
* tests: Add py37 as a test target
|
||||||
|
* docs: Correct instructions to run tests
|
||||||
|
* docs: Fix misc typos
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 5 09:39:57 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
Wed Jun 5 09:39:57 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%global modname pysaml2
|
%global modname pysaml2
|
||||||
Name: python-pysaml2
|
Name: python-pysaml2
|
||||||
Version: 4.7.0
|
Version: 4.8.0
|
||||||
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:435ce712ed70fc8e3627fdeb6c0965211a3622a63365b9cfd0d32abba1ac23c6
|
|
||||||
size 4263192
|
|
3
v4.8.0.tar.gz
Normal file
3
v4.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3562f3d525fe0c7fd62785fc1505d9b9aabfac3a5e18478004710abf0ec7509d
|
||||||
|
size 4269003
|
Reference in New Issue
Block a user