15
0
forked from pool/python-PyFxA

Accepting request 606764 from devel:languages:python

- Update to version 0.6.0:
  * Add support for PKCE challenge and response in the OAuth flow.
  * Add ability to supply `keys_jwk` when starting an OAuth flow.
  * Improve scope-matching logic based on new FxA testcases,
    including handling of URL-format scopes.

OBS-URL: https://build.opensuse.org/request/show/606764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyFxA?expand=0&rev=2
This commit is contained in:
2018-05-15 08:14:30 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:681a7d5f562f56ce6d0f7b08fc1d09a8feb33b127adfa3ee1cda7e03f644d7f4
size 33556

3
PyFxA-0.6.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d511b6f43a9445587c609a138636d378de76661561116e1f4259fcec9d09b42b
size 35446

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun May 13 10:04:02 UTC 2018 - antoine.belvire@opensuse.org
- Update to version 0.6.0:
* Add support for PKCE challenge and response in the OAuth flow.
* Add ability to supply `keys_jwk` when starting an OAuth flow.
* Improve scope-matching logic based on new FxA testcases,
including handling of URL-format scopes.
-------------------------------------------------------------------
Fri Jan 12 06:33:53 UTC 2018 - antoine.belvire@opensuse.org

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with test
Name: python-PyFxA
Version: 0.5.0
Version: 0.6.0
Release: 0
Summary: Firefox Accounts client library for Python
License: MPL-2.0