diff --git a/Authlib-0.15.5.tar.gz b/Authlib-0.15.5.tar.gz deleted file mode 100644 index b4046d7..0000000 --- a/Authlib-0.15.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b83cf6360c8e92b0e9df0d1f32d675790bcc4e3c03977499b1eed24dcdef4252 -size 132183 diff --git a/Authlib-1.0.1.tar.gz b/Authlib-1.0.1.tar.gz new file mode 100644 index 0000000..7739389 --- /dev/null +++ b/Authlib-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e74a4846ac36dfc882b3cc2fbd3d9eb410a627f2f2dc11771276655345223b1 +size 139484 diff --git a/python-Authlib.changes b/python-Authlib.changes index 74ad429..05f2f5b 100644 --- a/python-Authlib.changes +++ b/python-Authlib.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Apr 21 11:29:21 UTC 2022 - Michael Ströder + +- Update to 1.0.1 + * Fix authenticate_none method, via #438. + * Allow to pass in alternative signing algorithm to RFC7523 authentication methods via #447. + * Fix missing_token for Flask OAuth client, via #448. + * Allow openid in any place of the scope, via #449. + * Security fix for validating essential value on blank value in JWT, via #445. +- Update to 1.0.0 + * Dropped support for Python 2 + * Removed built-in SQLAlchemy integration. + * The whole framework client integrations have been restructured + ------------------------------------------------------------------- Tue Nov 16 13:42:27 UTC 2021 - Michael Ströder diff --git a/python-Authlib.spec b/python-Authlib.spec index cbce8a3..ad985d3 100644 --- a/python-Authlib.spec +++ b/python-Authlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-Authlib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 + Name: python-Authlib -Version: 0.15.5 +Version: 1.0.1 Release: 0 Summary: Python library for building OAuth and OpenID Connect servers License: BSD-3-Clause