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

python3-jwcrypto-0.7-bp153.1.20 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python3-jwcrypto Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.7 Vendor: openSUSE
Release: bp153.1.20 Build date: Sat Mar 6 02:11:15 2021
Group: Development/Languages/Python Build host: lamb28
Size: 798100 Source RPM: python-jwcrypto-0.7-bp153.1.20.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/latchset/jwcrypto
Summary: Python module package implementing JOSE Web standards
A Python implementation of the JOSE Working Group documents:
RFC 7515 - JSON Web Signature (JWS)
RFC 7516 - JSON Web Encryption (JWE)
RFC 7517 - JSON Web Key (JWK)
RFC 7518 - JSON Web Algorithms (JWA)
RFC 7519 - JSON Web Token (JWT)
RFC 7520 - Examples of Protecting Content Using JSON Object Signing and Encryption (JOSE)

Provides

Requires

License

LGPL-3.0-only

Changelog

* Mon Mar 30 2020 Michael Ströder <michael@stroeder.com>
  - update to upstream release 0.7.0
    * Allow to use JWKSet on a JWT with no KID
    * Fixed JWE jose_header
    * Added JWE/JWS custom registry header implementation
    * RFC 8037 - Support for Ed25519, Ed448
    * Stricter OKP key generation parms check
    * Add X25519/X448 support
    * Simplify internal code curve selection
    * Fix encoding length of EC keys Coordinates
    * Add the ability to verify 'none' signatures
    * Import ABC from collections.abc instead of collections for Python 3.9 compatibility
* Fri Mar 22 2019 Michael Ströder <michael@stroeder.com>
  - update to upstream release 0.6.0
    * Use python-cryptography's AES key wrapping
    * Add tests for key wrapping where CEK < KEK
    * Fix ECDH-ES key exchange for CEK greater than KEK
    * Add support for RFC7797
    * Fix JWK.from_json
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Wed Jun 27 2018 michael@stroeder.com
  - update to upstream release 0.5.0:
    * Better validation of JWE
    * Avoid deprecation warnings
    * Tested to work with python 3.7
* Mon Jun 25 2018 mcepl@suse.com
  - Clean SPEC file
* Thu Aug 24 2017 jmatejek@suse.com
  - singlespec auto-conversion
* Thu Aug 03 2017 michael@stroeder.com
  - update to upstream release 0.4.2
* Mon Jul 24 2017 michael@stroeder.com
  - update to upstream release 0.4.1
* Sat Dec 03 2016 michael@stroeder.com
  - update to upstream release 0.4.0
* Fri Nov 11 2016 michael@stroeder.com
  - initial package of upstream release 0.3.1

Files

/usr/lib/python3.6/site-packages/jwcrypto
/usr/lib/python3.6/site-packages/jwcrypto-0.7-py3.6.egg-info
/usr/lib/python3.6/site-packages/jwcrypto-0.7-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/jwcrypto-0.7-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/jwcrypto-0.7-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/jwcrypto-0.7-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/jwcrypto-0.7-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/jwcrypto/__init__.py
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/common.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/common.cpython-36.pyc
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/jwa.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/jwa.cpython-36.pyc
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/jwe.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/jwe.cpython-36.pyc
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/jwk.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/jwk.cpython-36.pyc
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/jws.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/jws.cpython-36.pyc
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/jwt.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/jwt.cpython-36.pyc
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/tests-cookbook.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/tests-cookbook.cpython-36.pyc
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/tests.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jwcrypto/__pycache__/tests.cpython-36.pyc
/usr/lib/python3.6/site-packages/jwcrypto/common.py
/usr/lib/python3.6/site-packages/jwcrypto/jwa.py
/usr/lib/python3.6/site-packages/jwcrypto/jwe.py
/usr/lib/python3.6/site-packages/jwcrypto/jwk.py
/usr/lib/python3.6/site-packages/jwcrypto/jws.py
/usr/lib/python3.6/site-packages/jwcrypto/jwt.py
/usr/lib/python3.6/site-packages/jwcrypto/tests-cookbook.py
/usr/lib/python3.6/site-packages/jwcrypto/tests.py
/usr/share/doc/packages/python3-jwcrypto
/usr/share/doc/packages/python3-jwcrypto/README.md
/usr/share/licenses/python3-jwcrypto
/usr/share/licenses/python3-jwcrypto/LICENSE


Generated by rpm2html 1.8.1

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