forked from pool/python-Authlib
Accepting request 971767 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/971767 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b83cf6360c8e92b0e9df0d1f32d675790bcc4e3c03977499b1eed24dcdef4252
|
||||
size 132183
|
||||
3
Authlib-1.0.1.tar.gz
Normal file
3
Authlib-1.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e74a4846ac36dfc882b3cc2fbd3d9eb410a627f2f2dc11771276655345223b1
|
||||
size 139484
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 21 11:29:21 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- 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 <michael@stroeder.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user