From 250ffbf65765eda69df645290e887d6e1714d4fc920c52b1c6264ae51ead4bb6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 16 Nov 2021 14:12:42 +0000 Subject: [PATCH] Accepting request 931766 from home:stroeder:iam Update to 0.15.5 OBS-URL: https://build.opensuse.org/request/show/931766 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=6 --- Authlib-0.15.4.tar.gz | 3 --- Authlib-0.15.5.tar.gz | 3 +++ python-Authlib.changes | 8 ++++++++ python-Authlib.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 Authlib-0.15.4.tar.gz create mode 100644 Authlib-0.15.5.tar.gz diff --git a/Authlib-0.15.4.tar.gz b/Authlib-0.15.4.tar.gz deleted file mode 100644 index f505b18..0000000 --- a/Authlib-0.15.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37df3a2554bc6fe0da3cc6848c44fac2ae40634a7f8fc72543947f4330b26464 -size 124231 diff --git a/Authlib-0.15.5.tar.gz b/Authlib-0.15.5.tar.gz new file mode 100644 index 0000000..b4046d7 --- /dev/null +++ b/Authlib-0.15.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83cf6360c8e92b0e9df0d1f32d675790bcc4e3c03977499b1eed24dcdef4252 +size 132183 diff --git a/python-Authlib.changes b/python-Authlib.changes index fa23aa4..74ad429 100644 --- a/python-Authlib.changes +++ b/python-Authlib.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 16 13:42:27 UTC 2021 - Michael Ströder + +- Update to 0.15.5 + * Make Authlib compatible with latest httpx + * Make Authlib compatible with latest werkzeug + * Allow customize RFC7523 alg value + ------------------------------------------------------------------- Fri Aug 13 11:16:21 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-Authlib.spec b/python-Authlib.spec index dc39d3a..cbce8a3 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.4 +Version: 0.15.5 Release: 0 Summary: Python library for building OAuth and OpenID Connect servers License: BSD-3-Clause