Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-PyFxA-0.7.7-bp153.1.6 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python3-PyFxA Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.7.7 Vendor: openSUSE
Release: bp153.1.6 Build date: Sat Mar 6 11:23:04 2021
Group: Development/Languages/Python Build host: sheep88
Size: 433175 Source RPM: python-PyFxA-0.7.7-bp153.1.6.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/mozilla/PyFxA
Summary: Firefox Accounts client library for Python
This is python library for interacting with the Firefox Accounts ecosystem.

Provides

Requires

License

MPL-2.0

Changelog

* 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.
* 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
* 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.

Files

/etc/alternatives/fxa-client
/usr/bin/fxa-client
/usr/bin/fxa-client-3.6
/usr/lib/python3.6/site-packages/PyFxA-0.7.7-py3.6.egg-info
/usr/lib/python3.6/site-packages/PyFxA-0.7.7-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/PyFxA-0.7.7-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/PyFxA-0.7.7-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/PyFxA-0.7.7-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/PyFxA-0.7.7-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/PyFxA-0.7.7-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/PyFxA-0.7.7-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/fxa
/usr/lib/python3.6/site-packages/fxa/__init__.py
/usr/lib/python3.6/site-packages/fxa/__main__.py
/usr/lib/python3.6/site-packages/fxa/__pycache__
/usr/lib/python3.6/site-packages/fxa/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/_utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/_utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/cache.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/cache.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/constants.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/constants.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/core.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/core.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/crypto.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/crypto.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/errors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/errors.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/oauth.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/oauth.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/profile.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/__pycache__/profile.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/_utils.py
/usr/lib/python3.6/site-packages/fxa/cache.py
/usr/lib/python3.6/site-packages/fxa/constants.py
/usr/lib/python3.6/site-packages/fxa/core.py
/usr/lib/python3.6/site-packages/fxa/crypto.py
/usr/lib/python3.6/site-packages/fxa/errors.py
/usr/lib/python3.6/site-packages/fxa/oauth.py
/usr/lib/python3.6/site-packages/fxa/plugins
/usr/lib/python3.6/site-packages/fxa/plugins/__init__.py
/usr/lib/python3.6/site-packages/fxa/plugins/__pycache__
/usr/lib/python3.6/site-packages/fxa/plugins/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/plugins/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/plugins/__pycache__/requests.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/plugins/__pycache__/requests.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/plugins/requests.py
/usr/lib/python3.6/site-packages/fxa/profile.py
/usr/lib/python3.6/site-packages/fxa/tests
/usr/lib/python3.6/site-packages/fxa/tests/__init__.py
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/mock_utilities.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/mock_utilities.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/test_cache.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/test_cache.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/test_core.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/test_core.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/test_crypto.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/test_crypto.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/test_oauth.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/test_oauth.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/test_profile.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/test_profile.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/test_requests_auth_plugin.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/test_requests_auth_plugin.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/test_tools.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/test_tools.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/tests/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/tests/mock_utilities.py
/usr/lib/python3.6/site-packages/fxa/tests/test_cache.py
/usr/lib/python3.6/site-packages/fxa/tests/test_core.py
/usr/lib/python3.6/site-packages/fxa/tests/test_crypto.py
/usr/lib/python3.6/site-packages/fxa/tests/test_oauth.py
/usr/lib/python3.6/site-packages/fxa/tests/test_profile.py
/usr/lib/python3.6/site-packages/fxa/tests/test_requests_auth_plugin.py
/usr/lib/python3.6/site-packages/fxa/tests/test_tools.py
/usr/lib/python3.6/site-packages/fxa/tests/utils.py
/usr/lib/python3.6/site-packages/fxa/tools
/usr/lib/python3.6/site-packages/fxa/tools/__init__.py
/usr/lib/python3.6/site-packages/fxa/tools/__pycache__
/usr/lib/python3.6/site-packages/fxa/tools/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/tools/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/tools/__pycache__/bearer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/tools/__pycache__/bearer.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/tools/__pycache__/browserid.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/tools/__pycache__/browserid.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/tools/__pycache__/create_user.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/tools/__pycache__/create_user.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/tools/__pycache__/unblock.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fxa/tools/__pycache__/unblock.cpython-36.pyc
/usr/lib/python3.6/site-packages/fxa/tools/bearer.py
/usr/lib/python3.6/site-packages/fxa/tools/browserid.py
/usr/lib/python3.6/site-packages/fxa/tools/create_user.py
/usr/lib/python3.6/site-packages/fxa/tools/unblock.py
/usr/share/doc/packages/python3-PyFxA
/usr/share/doc/packages/python3-PyFxA/CHANGES.txt
/usr/share/doc/packages/python3-PyFxA/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024