From 8f4d9966517acbd64a7f7514b9785192f05e55619dab2cf26388a6ccef262dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 13 Dec 2022 09:59:26 +0000 Subject: [PATCH] Accepting request 1042527 from home:yarunachalam:branches:devel:languages:python - Update to version 1.2.0 * Not passing request.body to ResourceProtector, #485. * Use flask.g instead of _app_ctx_stack, #482. * Add headers parameter back to ClientSecretJWT, #457. * Always passing realm parameter in OAuth 1 clients, #339. * Implemented RFC7592 Dynamic Client Registration Management Protocol, #505` * Add default_timeout for requests OAuth2Session and AssertionSession. * Deprecate jwk.loads and jwk.dumps OBS-URL: https://build.opensuse.org/request/show/1042527 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=15 --- authlib-1.1.0.tar.gz | 3 --- authlib-1.2.0.tar.gz | 3 +++ python-Authlib.changes | 12 ++++++++++++ python-Authlib.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 authlib-1.1.0.tar.gz create mode 100644 authlib-1.2.0.tar.gz diff --git a/authlib-1.1.0.tar.gz b/authlib-1.1.0.tar.gz deleted file mode 100644 index 30ce435..0000000 --- a/authlib-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef28d3f6da29eb83b6ede92e911366ae0cedbb1998e63b79c6dcda59c6ee6262 -size 304168 diff --git a/authlib-1.2.0.tar.gz b/authlib-1.2.0.tar.gz new file mode 100644 index 0000000..0cf6651 --- /dev/null +++ b/authlib-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049a3850f3c6d0dfa1b9cdcc6527aac7bcc7b1813c6829c6351dacf30c9975e4 +size 307961 diff --git a/python-Authlib.changes b/python-Authlib.changes index f9ed6b9..23cdeda 100644 --- a/python-Authlib.changes +++ b/python-Authlib.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Dec 13 03:19:54 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 1.2.0 + * Not passing request.body to ResourceProtector, #485. + * Use flask.g instead of _app_ctx_stack, #482. + * Add headers parameter back to ClientSecretJWT, #457. + * Always passing realm parameter in OAuth 1 clients, #339. + * Implemented RFC7592 Dynamic Client Registration Management Protocol, #505` + * Add default_timeout for requests OAuth2Session and AssertionSession. + * Deprecate jwk.loads and jwk.dumps + ------------------------------------------------------------------- Tue Oct 11 23:14:36 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-Authlib.spec b/python-Authlib.spec index 6ab599b..607b1d5 100644 --- a/python-Authlib.spec +++ b/python-Authlib.spec @@ -21,7 +21,7 @@ %define modname authlib Name: python-Authlib -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: Python library for building OAuth and OpenID Connect servers License: BSD-3-Clause