14
0
Commit Graph

22 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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