From b3083034a657e755960ca151dff3c15f4fa09a8d47b75dfc14a157b05fda3b4b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 13 Aug 2021 14:03:19 +0000 Subject: [PATCH] Accepting request 911970 from home:glaubitz:branches:devel:languages:python - Update to 0.15.4 * Security fix when JWT claims is None. OBS-URL: https://build.opensuse.org/request/show/911970 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=5 --- Authlib-0.15.3.tar.gz | 3 --- Authlib-0.15.4.tar.gz | 3 +++ python-Authlib.changes | 6 ++++++ python-Authlib.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 Authlib-0.15.3.tar.gz create mode 100644 Authlib-0.15.4.tar.gz diff --git a/Authlib-0.15.3.tar.gz b/Authlib-0.15.3.tar.gz deleted file mode 100644 index 1f8fb84..0000000 --- a/Authlib-0.15.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dde11ba45db51e97169c261362fab3193073100b7387e60c159db1eec470bbc -size 124408 diff --git a/Authlib-0.15.4.tar.gz b/Authlib-0.15.4.tar.gz new file mode 100644 index 0000000..f505b18 --- /dev/null +++ b/Authlib-0.15.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37df3a2554bc6fe0da3cc6848c44fac2ae40634a7f8fc72543947f4330b26464 +size 124231 diff --git a/python-Authlib.changes b/python-Authlib.changes index 1d6ea6c..fa23aa4 100644 --- a/python-Authlib.changes +++ b/python-Authlib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 13 11:16:21 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 0.15.4 + * Security fix when JWT claims is None. + ------------------------------------------------------------------- Mon Aug 9 22:19:38 UTC 2021 - Jan Engelhardt diff --git a/python-Authlib.spec b/python-Authlib.spec index f0e8446..dc39d3a 100644 --- a/python-Authlib.spec +++ b/python-Authlib.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Authlib -Version: 0.15.3 +Version: 0.15.4 Release: 0 Summary: Python library for building OAuth and OpenID Connect servers License: BSD-3-Clause