51769fbf5e
Accepting request 820096 from devel:languages:python
...
- update to 5.3.0:
- Fix check for nameid_format set to the string "None" in the configuration
- Fix presence of empty eIDAS RequestedAttributes element on AuthnRequest
- Refactor create_authn_request method to be easier to reason about
- Fix NameIDPolicy checks for allowed Format and allowCreate values
OBS-URL: https://build.opensuse.org/request/show/820096
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysaml2?expand=0&rev=17
2020-07-14 05:56:25 +00:00
3f73e0ed67
- update to 5.3.0:
...
- Fix check for nameid_format set to the string "None" in the configuration
- Fix presence of empty eIDAS RequestedAttributes element on AuthnRequest
- Refactor create_authn_request method to be easier to reason about
- Fix NameIDPolicy checks for allowed Format and allowCreate values
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=42
2020-07-11 06:33:14 +00:00
e1c5541af1
Accepting request 814543 from devel:languages:python
...
- update to 5.1.0:
- support eIDAS RequestedAttributes per AuthnRequest
- fix xmlsec1 --id-attr configuration option value
- do not remove existing disco URL query params
- load attribute maps in predictable order
- better error message when AudienceRestriction does not validate
- always use base64.encodebytes instead of base64.encodestring
- update the eIDAS attribute mapping for legal person
- fix py_compile warnings
- fix pylint errors and warnings
- various small fixes
- add Python3.8 as supported
- tests: fix validity dates
- docs: document default value for 'want_response_signed'
OBS-URL: https://build.opensuse.org/request/show/814543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysaml2?expand=0&rev=16
2020-06-15 18:28:41 +00:00
07cc2736b7
- update to 5.1.0:
...
- support eIDAS RequestedAttributes per AuthnRequest
- fix xmlsec1 --id-attr configuration option value
- do not remove existing disco URL query params
- load attribute maps in predictable order
- better error message when AudienceRestriction does not validate
- always use base64.encodebytes instead of base64.encodestring
- update the eIDAS attribute mapping for legal person
- fix py_compile warnings
- fix pylint errors and warnings
- various small fixes
- add Python3.8 as supported
- tests: fix validity dates
- docs: document default value for 'want_response_signed'
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=40
2020-06-14 08:58:25 +00:00
5ce6676deb
Accepting request 800514 from devel:languages:python
...
- Don't use %python3_only command, but properly use alternatives.
- Skip failing tests on i586 (gh#IdentityPython/pysaml2#682)
OBS-URL: https://build.opensuse.org/request/show/800514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysaml2?expand=0&rev=15
2020-05-06 09:04:02 +00:00
ccc762bf97
Fix SPECS
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=38
2020-05-05 21:34:33 +00:00
9be6c06118
Make the package arch
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=37
2020-05-05 18:22:07 +00:00
7598c46115
Fix arch
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=36
2020-05-05 18:14:02 +00:00
77cddd5317
- Skip failing tests on i586 (gh#IdentityPython/pysaml2#682)
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=35
2020-05-05 18:02:41 +00:00
6abca738ef
- Don't use %python3_only command, but properly use alternatives.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=34
2020-05-05 12:54:25 +00:00
0dd81d54ed
Accepting request 785078 from devel:languages:python
...
- update to 5.0.0:
- Fix XML Signature Wrapping (XSW) vulnerabilities - CVE-2020-5390
- Add freshness period feature for MetaDataMDX
- Fix bug in duration calculation in time_util library
- Fix ipv6 validation to accommodate for addresses with brackets
- Fix xmlsec temporary files deletions
- Add method to get supported algorithms from metadata
- Add mdstore method to extract assurance certifications
- Add mdstore method to extract contact_person data
- Add attribute mappings from the Swiss eduPerson Schema
- Make AESCipher and Fernet interfaces compatible
- Remove deprecated saml2.aes module
- Remove deprecated saml2.extensions.ui module
- Replace deprecated mongodb operations
- Rename ToOld error to TooOld
- Fix pytest warnings
- Mock tests that need a network connection
- Start dropping python2 support
- Add mdstore methods to extract mdui uiinfo elements
- Add attribute mapping for umbrellaID attributes
- Fix logic error in pick_binding method for Entity class
- Validate the audience of assertions regardless of a response being unsolicited
- Fix PKCS_9 saml_url prefix
- docs: Fix warnings from docs generation
- docs: Update release instructions regarding branch releases
- docs: Fix list formatting on IdP example page
- docs: Update pysaml2 options doc with `name_id_format_allow_create`
- misc: fix various typos
OBS-URL: https://build.opensuse.org/request/show/785078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysaml2?expand=0&rev=14
2020-03-16 09:18:38 +00:00
bcb3c3bceb
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=32
2020-03-14 16:01:15 +00:00
ea6bb66fec
- update to 5.0.0:
...
- Fix XML Signature Wrapping (XSW) vulnerabilities - CVE-2020-5390
- Add freshness period feature for MetaDataMDX
- Fix bug in duration calculation in time_util library
- Fix ipv6 validation to accommodate for addresses with brackets
- Fix xmlsec temporary files deletions
- Add method to get supported algorithms from metadata
- Add mdstore method to extract assurance certifications
- Add mdstore method to extract contact_person data
- Add attribute mappings from the Swiss eduPerson Schema
- Make AESCipher and Fernet interfaces compatible
- Remove deprecated saml2.aes module
- Remove deprecated saml2.extensions.ui module
- Replace deprecated mongodb operations
- Rename ToOld error to TooOld
- Fix pytest warnings
- Mock tests that need a network connection
- Start dropping python2 support
- Add mdstore methods to extract mdui uiinfo elements
- Add attribute mapping for umbrellaID attributes
- Fix logic error in pick_binding method for Entity class
- Validate the audience of assertions regardless of a response being unsolicited
- Fix PKCS_9 saml_url prefix
- docs: Fix warnings from docs generation
- docs: Update release instructions regarding branch releases
- docs: Fix list formatting on IdP example page
- docs: Update pysaml2 options doc with `name_id_format_allow_create`
- misc: fix various typos
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=31
2020-03-14 16:01:08 +00:00
26234ed198
Accepting request 761551 from devel:languages:python
...
- Use python dbm dependency instead of legacy gdbm
OBS-URL: https://build.opensuse.org/request/show/761551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysaml2?expand=0&rev=13
2020-01-13 21:20:49 +00:00
Tomáš Chvátal
9247470282
- Use python dbm dependency instead of legacy gdbm
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=29
2020-01-07 11:52:07 +00:00
9e4884aa7d
Accepting request 717622 from devel:languages:python
...
- 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/request/show/717622
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysaml2?expand=0&rev=12
2019-07-23 20:35:30 +00:00
Tomáš Chvátal
016e3937f1
- 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
2019-07-22 15:04:46 +00:00
10ae58da13
Accepting request 707794 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/707794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysaml2?expand=0&rev=11
2019-06-06 16:17:05 +00:00
Tomáš Chvátal
1b28bccebd
Accepting request 707788 from home:mcalabkova:branches:devel:languages:python
...
- Update to 4.7.0
* Add support for MDQ signature verification
* Raise XmlsecError if xmlsec1 operations do not succeed
* Handle non standard response error status codes correctly
* Remove the python-future dependency and only use six
OBS-URL: https://build.opensuse.org/request/show/707788
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=25
2019-06-05 10:21:45 +00:00
82fa8e8790
Accepting request 656000 from devel:languages:python
...
- Update to 4.6.5:
* Many many changes everywhere, see CHANGELOG.md for details
- Use github tarball to include license/tests
- Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/request/show/656000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysaml2?expand=0&rev=10
2019-01-03 17:05:59 +00:00
Tomáš Chvátal
eeac59abc3
- Update to 4.6.5:
...
* Many many changes everywhere, see CHANGELOG.md for details
- Use github tarball to include license/tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=23
2018-12-07 11:16:24 +00:00
8b74a89d19
Remove superfluous devel dependency for noarch package
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=22
2018-12-04 13:54:13 +00:00
1a2a493225
Accepting request 640953 from devel:languages:python
...
- cleanup filelist
- Replace python-pycryptodomex dep with python-cryptography
- Dependency was swapped in afdf5b4
OBS-URL: https://build.opensuse.org/request/show/640953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysaml2?expand=0&rev=9
2018-10-11 09:56:51 +00:00
cf2f7f2504
- cleanup filelist
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=20
2018-10-10 06:09:04 +00:00
9e77dd2ebd
Accepting request 640854 from home:comurphy:branches:devel:languages:python
...
- Replace python-pycryptodomex dep with python-cryptography
- Dependency was swapped in afdf5b4
OBS-URL: https://build.opensuse.org/request/show/640854
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=19
2018-10-09 15:55:30 +00:00
0e2d97157f
Accepting request 547617 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/547617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysaml2?expand=0&rev=8
2017-12-04 11:16:22 +00:00
Tomáš Chvátal
6594d70f9c
Accepting request 547615 from home:okurz:branches:devel:languages:python
...
Add missing runtime dependency on 'defusedxml'
OBS-URL: https://build.opensuse.org/request/show/547615
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=17
2017-12-02 22:15:35 +00:00
f83d8bfaca
Accepting request 538111 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/538111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysaml2?expand=0&rev=7
2017-11-17 09:38:53 +00:00
Todd R
0951456846
Accepting request 537751 from home:stroeder:branches:devel:languages:python
...
- update to 4.5.0
OBS-URL: https://build.opensuse.org/request/show/537751
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=15
2017-11-01 14:39:05 +00:00
0f3b6a6707
Accepting request 507290 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/507290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysaml2?expand=0&rev=6
2017-08-24 16:32:57 +00:00
a0efb901d4
Accepting request 504766 from home:okurz:matrix-synapse
...
Convert to singlespec
OBS-URL: https://build.opensuse.org/request/show/504766
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=13
2017-06-30 11:03:36 +00:00
25668c3a6e
- fix requires
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=12
2016-11-22 15:18:34 +00:00
Thomas Bechtold
62ef4faeca
Accepting request 440801 from home:stroeder:branches:devel:languages:python
...
update to 4.4.0
OBS-URL: https://build.opensuse.org/request/show/440801
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=11
2016-11-18 10:32:48 +00:00
b6c3f03a60
Accepting request 361871 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/361871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysaml2?expand=0&rev=5
2016-03-07 12:23:17 +00:00
7dcaea1e2b
Accepting request 361736 from home:tbechtold:branches:devel:languages:python
...
Require python-python-dateutil. package was renamed
OBS-URL: https://build.opensuse.org/request/show/361736
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=9
2016-02-26 15:12:05 +00:00
Thomas Bechtold
98e5c97147
Accepting request 338744 from Cloud:OpenStack:Master
...
- add pycrypto/pyOpenSSL dependency
OBS-URL: https://build.opensuse.org/request/show/338744
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=8
2015-10-14 06:22:07 +00:00
Michal Čihař
2351981962
Accepting request 328246 from Cloud:OpenStack:Master
...
- Move python-repoze.who from Recommends to Requires. It's needed.
- Add missing Requires
OBS-URL: https://build.opensuse.org/request/show/328246
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=7
2015-09-02 11:58:03 +00:00
Stephan Kulow
a300534070
Accepting request 318857 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/318857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysaml2?expand=0&rev=4
2015-08-05 04:50:40 +00:00
163b398cd9
Accepting request 318693 from home:seife:OpenStack:Master
...
fix build on non-SUSE distributions
OBS-URL: https://build.opensuse.org/request/show/318693
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=5
2015-07-27 06:29:40 +00:00
dfa21fd863
Accepting request 311755 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/311755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysaml2?expand=0&rev=3
2015-06-12 18:31:50 +00:00
bb1bcb5049
Accepting request 311413 from Cloud:OpenStack:Master
...
- update to 2.4.0:
* A couple of security fixes plus maintenance updates.
OBS-URL: https://build.opensuse.org/request/show/311413
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=3
2015-06-12 08:48:53 +00:00
Tomáš Chvátal
ca4f616856
Accepting request 203468 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/203468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysaml2?expand=0&rev=1
2013-10-21 10:32:40 +00:00
Sascha Peilicke
749d97b700
- Initial version
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=1
2013-10-16 09:09:56 +00:00