Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-python-jose | Distribution: SUSE Linux Framework One |
Version: 3.3.0 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.4 | Build date: Mon Aug 26 11:04:25 2024 |
Group: Unspecified | Build host: h04-ch1a |
Size: 273389 | Source RPM: python-python-jose-3.3.0-slfo.1.1.4.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://github.com/mpdavis/python-jose | |
Summary: JOSE implementation in Python |
A JavaScript Object Signing and Encryption (JOSE) technologies implementation in Python. python-jose implements different cryptographic backends. Consuming python packages must select the backend as an extra when installing python-jose. RPM packages must select the corresponding rpm subpackage. If no backend is selected, the main package uses the native-python backend.
MIT
* Sun May 29 2022 code@bnavigator.de - Update to 3.3.0 * Remove support for python 2.7 & 3.5 * Add support for Python 3.9 * Remove PyCrypto backend * Fix deprecation warning from cryptography backend - Add rpm subpackages for the extra backend selection. The missing requires were only discovered because other packages started to fail. * setup.py and README still mention pycrypto and pycryptodome, but it was removed from the code. * Test in flavors - Refresh unpin-deps.patch * Wed Aug 05 2020 mcalabkova@suse.com - Update to 3.2.0 * This will be the last release supporting Python 2.7, 3.5, and the PyCrypto backend. * Use hmac.compare_digest instead of our own constant_time_string_compare #163 * Fix `to_dict` output, which should always be JSON encodeable. #139 and #165 (fixes #127 and #137) * Require setuptools >= 39.2.0 #167 (fixes #161) * Emit a warning when verifying with a private key #168 (fixes #53 and #142) * Avoid loading python-ecdsa when using the cryptography backend, and pinned python-ecdsa dependency to <0.15 #178 - Rebase patch unpin-deps.patch * Tue Mar 10 2020 tchvatal@suse.com - Update to 3.1.0: * Improve JWT.decode() #76 (fixes #75) * ort headers when serializing to allow for headless JWT #136 (fixes #80) * djust dependency handling * se PyCryptodome instead of PyCrypto #83 * pdate package dependencies #124 (fixes #158) * void using deprecated methods #85 * upport X509 certificates #107 * solate and flesh out cryptographic backends to enable independent operation #129 (fixes #114) * emove pyca/cryptography backend's dependency on python-ecdsa #117 * Remove pycrypto/dome backends' dependency on python-rsa #121 * Make pyca/cryptography backend the preferred backend if multiple backends are present #122 - Rebase patch unpin-deps.patch * Thu Apr 11 2019 jayvdb@gmail.com - Activate test suite, using GitHub archive - Add unpin-deps.patch to fix broken installed egg-info, and remove unused dependency on python-future - Remove undesirable < comparator in build and runtime dependencies, and remove duplicated dependencies * Thu Nov 15 2018 toddrme2178@gmail.com - Initial version
/usr/lib/python3.11/site-packages/jose /usr/lib/python3.11/site-packages/jose/__init__.py /usr/lib/python3.11/site-packages/jose/__pycache__ /usr/lib/python3.11/site-packages/jose/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/jose/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/jose/__pycache__/constants.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/jose/__pycache__/constants.cpython-311.pyc /usr/lib/python3.11/site-packages/jose/__pycache__/exceptions.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/jose/__pycache__/exceptions.cpython-311.pyc /usr/lib/python3.11/site-packages/jose/__pycache__/jwe.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/jose/__pycache__/jwe.cpython-311.pyc /usr/lib/python3.11/site-packages/jose/__pycache__/jwk.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/jose/__pycache__/jwk.cpython-311.pyc /usr/lib/python3.11/site-packages/jose/__pycache__/jws.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/jose/__pycache__/jws.cpython-311.pyc /usr/lib/python3.11/site-packages/jose/__pycache__/jwt.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/jose/__pycache__/jwt.cpython-311.pyc /usr/lib/python3.11/site-packages/jose/__pycache__/utils.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/jose/__pycache__/utils.cpython-311.pyc /usr/lib/python3.11/site-packages/jose/backends /usr/lib/python3.11/site-packages/jose/backends/__init__.py /usr/lib/python3.11/site-packages/jose/backends/__pycache__ /usr/lib/python3.11/site-packages/jose/backends/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/jose/backends/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/jose/backends/__pycache__/_asn1.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/jose/backends/__pycache__/_asn1.cpython-311.pyc /usr/lib/python3.11/site-packages/jose/backends/__pycache__/base.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/jose/backends/__pycache__/base.cpython-311.pyc /usr/lib/python3.11/site-packages/jose/backends/__pycache__/cryptography_backend.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/jose/backends/__pycache__/cryptography_backend.cpython-311.pyc /usr/lib/python3.11/site-packages/jose/backends/__pycache__/ecdsa_backend.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/jose/backends/__pycache__/ecdsa_backend.cpython-311.pyc /usr/lib/python3.11/site-packages/jose/backends/__pycache__/native.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/jose/backends/__pycache__/native.cpython-311.pyc /usr/lib/python3.11/site-packages/jose/backends/__pycache__/rsa_backend.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/jose/backends/__pycache__/rsa_backend.cpython-311.pyc /usr/lib/python3.11/site-packages/jose/backends/_asn1.py /usr/lib/python3.11/site-packages/jose/backends/base.py /usr/lib/python3.11/site-packages/jose/backends/cryptography_backend.py /usr/lib/python3.11/site-packages/jose/backends/ecdsa_backend.py /usr/lib/python3.11/site-packages/jose/backends/native.py /usr/lib/python3.11/site-packages/jose/backends/rsa_backend.py /usr/lib/python3.11/site-packages/jose/constants.py /usr/lib/python3.11/site-packages/jose/exceptions.py /usr/lib/python3.11/site-packages/jose/jwe.py /usr/lib/python3.11/site-packages/jose/jwk.py /usr/lib/python3.11/site-packages/jose/jws.py /usr/lib/python3.11/site-packages/jose/jwt.py /usr/lib/python3.11/site-packages/jose/utils.py /usr/lib/python3.11/site-packages/python_jose-3.3.0-py3.11.egg-info /usr/lib/python3.11/site-packages/python_jose-3.3.0-py3.11.egg-info/PKG-INFO /usr/lib/python3.11/site-packages/python_jose-3.3.0-py3.11.egg-info/SOURCES.txt /usr/lib/python3.11/site-packages/python_jose-3.3.0-py3.11.egg-info/dependency_links.txt /usr/lib/python3.11/site-packages/python_jose-3.3.0-py3.11.egg-info/requires.txt /usr/lib/python3.11/site-packages/python_jose-3.3.0-py3.11.egg-info/top_level.txt /usr/share/doc/packages/python311-python-jose /usr/share/doc/packages/python311-python-jose/README.rst /usr/share/licenses/python311-python-jose /usr/share/licenses/python311-python-jose/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Sep 25 23:50:05 2024