14
0

Accepting request 1145159 from home:pgajdos:python

- update to 7.4.2:
  * Add support for xmlsec1 1.3.x
  * Use the set crypto_backend when creating the entity metadata
  * ## 7.4.1 (2023-02-24)
  * Fix subject-id requirements processing
  * ## 7.4.0 (2023-02-14)
  * Ensure the ID of each Signature element is unique when
    signing an encrypted assertion
  * Bump Python to 3.9
  * dev: Add mypy configuration and type stubs
  * tests: move tox.ini config into pyproject.toml
  * docs: Update release instructions
  * ## 7.3.0 (2023-02-14)
  * During metadata generation, render extensions both for
    EntityDescriptor and IdPSSODescriptor
  * Fix compatibility with certain SAML implementation that
    inflate messasges on the POST binding
  * Update the SWAMID entity category requirements
  * Fix check for NameID when it originates from an encrypted
    asssertion
  * Add support for pymongo `>=3.5` and `<5`
  * Update README with supported specifications
  * Remove dependency on the six package
  * Cleanup unused imports and pythonisms for Python versions
    older than 3.6
  * Convert README to markdown
  * Introduce flake8 to check for issues
  * Use black and isort to manage formatting and imports
  * Use poetry to manage the project dependencies, packaging and
    versions

OBS-URL: https://build.opensuse.org/request/show/1145159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=73
This commit is contained in:
2024-02-08 12:49:41 +00:00
committed by Git OBS Bridge
parent 0c6fc59632
commit d1fabd98a4
5 changed files with 62 additions and 59 deletions

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Mon Jan 29 13:54:33 UTC 2024 - Petr Gajdos <pgajdos@suse.com>
- update to 7.4.2:
* Add support for xmlsec1 1.3.x
* Use the set crypto_backend when creating the entity metadata
* ## 7.4.1 (2023-02-24)
* Fix subject-id requirements processing
* ## 7.4.0 (2023-02-14)
* Ensure the ID of each Signature element is unique when
signing an encrypted assertion
* Bump Python to 3.9
* dev: Add mypy configuration and type stubs
* tests: move tox.ini config into pyproject.toml
* docs: Update release instructions
* ## 7.3.0 (2023-02-14)
* During metadata generation, render extensions both for
EntityDescriptor and IdPSSODescriptor
* Fix compatibility with certain SAML implementation that
inflate messasges on the POST binding
* Update the SWAMID entity category requirements
* Fix check for NameID when it originates from an encrypted
asssertion
* Add support for pymongo `>=3.5` and `<5`
* Update README with supported specifications
* Remove dependency on the six package
* Cleanup unused imports and pythonisms for Python versions
older than 3.6
* Convert README to markdown
* Introduce flake8 to check for issues
* Use black and isort to manage formatting and imports
* Use poetry to manage the project dependencies, packaging and
versions
* Fix whitespace typos on the eIDAS schemas
* Try different logout bindings on the saml2.client level
* Add the mailLocalAddress attribute as part of the saml and
shib uri name format bundles
* Add the isMemberOf attribute as part of the basic attribute
format bundle
- drop upstreamed pymongo-4-support.patch
-------------------------------------------------------------------
Sun Jun 11 13:23:30 UTC 2023 - ecsos <ecsos@opensuse.org>