Package Release Info

python-PyFxA-0.7.7-bp153.1.6

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-PyFxA
python3-PyFxA

Change Logs

* Tue Sep 22 2020 Antoine Belvire <antoine.belvire@opensuse.org>
- Update to version 0.7.7:
  * Fix incorrect validation of JWKs passed to oauth.Client
    constructor, which was actually *preventing* the caller from
    setting a correct value rather than checking that they did so.
- Fix check section: Use double quotes when defining the list of
  tests since single quotes mess with the pytest macro.
* Sat Jul 11 2020 Antoine Belvire <antoine.belvire@opensuse.org>
- Update to version 0.7.6:
  * Add ability to configure a fixed list of JWT access token keys,
    by passing them as an argument to `oauth.Client()` rather than
    fetching them at runtime from the server.
  * Fix verification of JWT access token `typ` header.
  * Fix verification of `scope` list obtained from a JWT access
    token.
- Changes from version 0.7.5:
  * Add support for `reason` and `verification_method` keyword
    arguments to the `login` method.
- Changes from version 0.7.4:
  * Perform more complete checking of the `state` parameter when
    authorizing an OAuth code.
  * When verifying OAuth access tokens, try to verify them locally
    as a JWT rather than passing them to the remote verification
    endpoint.
- Add new dependency: PyJWT.
- Update existing dependency: six >= 1.14.
- Update list of excluded tests.
Version: 0.7.3-bp152.2.1
* Wed May 20 2020 Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
* Fri Jul 26 2019 Antoine Belvire <antoine.belvire@opensuse.org>
- Update to version 0.7.3:
  * Allow specifying a `ttl` when redeeming an authorization code.
* Mon Jun 03 2019 Antoine Belvire <antoine.belvire@opensuse.org>
- Update to version 0.7.2:
  * Several cleans for Python3 compatibility.
  * Fix a bug which could accidentally introduce multiple slashes
    into the result of oauth.Client.get_redirect_url.
* Tue Mar 26 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.7.1:
  * Fix test bustage due to session verification.
  * Add support for TOTP.
- Add missing deps
- Enable tests
Version: 0.6.0-bp151.1.1
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Mon Aug 13 2018 mcepl@suse.com
- Remove dependency on unittest2
* Sun May 13 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 2018 antoine.belvire@opensuse.org
- Update to version 0.5.0:
  * Add ability to login with unblock codes.
  * Tell testrunners to ignore some test helper utilities.
* Sat Dec 02 2017 antoine.belvire@opensuse.org
- Initial package: python-PyFxA 0.4.0.