14
0
forked from pool/python-oic

- Update patch fix-scheme-message.patch with upstream change

gh#OpenIDC/pyoidc@6fa769a59b8b
- Update to 1.5.0:
  * Try to fix the generic response parsing and handling by @schlenk in #817
  * Remove travis config by @schlenk in #819
  * Remove Client.grant_from_state() by @schlenk in #820
  * move beaker to an optional/extras requirement under 'examples' by @biyeun in #823
  * Added support for python 3.11 by @tpazderka in #828
  * Fixed RP-Initiated Logout To Accept id_token_hint by @infohash in #829
  * fix for some provider return birthdate:null in userInfo by @pkking in #831
  * Fix mypy errors with no_implicit_optional=True by @schlenk in #832
  * Schedule daily CI run by @tpazderka in #833
  * Simplified Http Request by @infohash in #836
  * Fix tox config for v4 by @tpazderka in #837
- Update to 1.4.0:
  * Toolfix by @schlenk in #802
  * docs: Fix a few typos by @timgates42 in #794
  * Drop python 3.6 by @tpazderka in #810
  * Moved from pyldap to python-ldap by @infohash in #814

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oic?expand=0&rev=14
This commit is contained in:
2023-02-06 08:52:23 +00:00
committed by Git OBS Bridge
parent 5ffc7c2257
commit 86093b44a3
5 changed files with 39 additions and 15 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Feb 6 08:42:48 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Update patch fix-scheme-message.patch with upstream change
gh#OpenIDC/pyoidc@6fa769a59b8b
- Update to 1.5.0:
* Try to fix the generic response parsing and handling by @schlenk in #817
* Remove travis config by @schlenk in #819
* Remove Client.grant_from_state() by @schlenk in #820
* move beaker to an optional/extras requirement under 'examples' by @biyeun in #823
* Added support for python 3.11 by @tpazderka in #828
* Fixed RP-Initiated Logout To Accept id_token_hint by @infohash in #829
* fix for some provider return birthdate:null in userInfo by @pkking in #831
* Fix mypy errors with no_implicit_optional=True by @schlenk in #832
* Schedule daily CI run by @tpazderka in #833
* Simplified Http Request by @infohash in #836
* Fix tox config for v4 by @tpazderka in #837
- Update to 1.4.0:
* Toolfix by @schlenk in #802
* docs: Fix a few typos by @timgates42 in #794
* Drop python 3.6 by @tpazderka in #810
* Moved from pyldap to python-ldap by @infohash in #814
-------------------------------------------------------------------
Wed Feb 23 05:49:15 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>