14
0

- update to 1.14.0:

* Add support for python 3.10 and cleanup the GHA
  * Remove stats from coveralls removed as they are no longer maintained
  * Add rejectDeprecatedAlgorithm settings in order to be able reject messages
    signed with deprecated algorithms
  * Support building a LogoutResponse with non-success status
  * Replace double-underscored names with single underscores
  * Deprecate server_port from request data dictionary

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=12
This commit is contained in:
2022-05-23 08:02:43 +00:00
committed by Git OBS Bridge
parent feac046805
commit ab84a5f443
4 changed files with 23 additions and 9 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon May 23 07:59:12 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.14.0:
* Add support for python 3.10 and cleanup the GHA
* Remove stats from coveralls removed as they are no longer maintained
* Add rejectDeprecatedAlgorithm settings in order to be able reject messages
signed with deprecated algorithms
* Support building a LogoutResponse with non-success status
* Replace double-underscored names with single underscores
* Deprecate server_port from request data dictionary
-------------------------------------------------------------------
Fri Jul 23 07:12:16 UTC 2021 - Matej Cepl <mcepl@suse.com>