Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-pymacaroons-pynacl | Distribution: Fedora Project |
Version: 0.13.0 | Vendor: Fedora Project |
Release: 18.fc40 | Build date: Fri Jan 26 09:56:12 2024 |
Group: Unspecified | Build host: buildvm-s390x-11.s390.fedoraproject.org |
Size: 126144 | Source RPM: python-pymacaroons-pynacl-0.13.0-18.fc40.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/ecordell/pymacaroons | |
Summary: Library providing non-opaque cookies for authorization |
This is a Python re-implementation of the libmacaroons C library. Macaroons, like cookies, are a form of bearer credential. Unlike opaque tokens, macaroons embed caveats that define specific authorization requirements for the target service, the service that issued the root macaroon and which is capable of verifying the integrity of macaroons it receives. Macaroons allow for delegation and attenuation of authorization. They are simple and fast to verify, and decouple authorization policy from the enforcement of that policy.
MIT
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 0.13.0-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <[email protected]> - 0.13.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 0.13.0-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jun 14 2023 Python Maint <[email protected]> - 0.13.0-15 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.13.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 0.13.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <[email protected]> - 0.13.0-12 - Rebuilt for Python 3.11
/usr/lib/python3.12/site-packages/pymacaroons /usr/lib/python3.12/site-packages/pymacaroons-0.13.0-py3.12.egg-info /usr/lib/python3.12/site-packages/pymacaroons-0.13.0-py3.12.egg-info/PKG-INFO /usr/lib/python3.12/site-packages/pymacaroons-0.13.0-py3.12.egg-info/SOURCES.txt /usr/lib/python3.12/site-packages/pymacaroons-0.13.0-py3.12.egg-info/dependency_links.txt /usr/lib/python3.12/site-packages/pymacaroons-0.13.0-py3.12.egg-info/requires.txt /usr/lib/python3.12/site-packages/pymacaroons-0.13.0-py3.12.egg-info/top_level.txt /usr/lib/python3.12/site-packages/pymacaroons/__init__.py /usr/lib/python3.12/site-packages/pymacaroons/__pycache__ /usr/lib/python3.12/site-packages/pymacaroons/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/__pycache__/caveat.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/__pycache__/caveat.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/__pycache__/exceptions.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/__pycache__/exceptions.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/__pycache__/macaroon.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/__pycache__/macaroon.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/__pycache__/utils.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/__pycache__/utils.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/__pycache__/verifier.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/__pycache__/verifier.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/binders /usr/lib/python3.12/site-packages/pymacaroons/binders/__init__.py /usr/lib/python3.12/site-packages/pymacaroons/binders/__pycache__ /usr/lib/python3.12/site-packages/pymacaroons/binders/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/binders/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/binders/__pycache__/base_binder.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/binders/__pycache__/base_binder.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/binders/__pycache__/hash_signatures_binder.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/binders/__pycache__/hash_signatures_binder.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/binders/base_binder.py /usr/lib/python3.12/site-packages/pymacaroons/binders/hash_signatures_binder.py /usr/lib/python3.12/site-packages/pymacaroons/caveat.py /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/__init__.py /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/__pycache__ /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/__pycache__/base_first_party.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/__pycache__/base_first_party.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/__pycache__/base_third_party.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/__pycache__/base_third_party.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/__pycache__/encrypted_first_party.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/__pycache__/encrypted_first_party.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/__pycache__/first_party.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/__pycache__/first_party.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/__pycache__/third_party.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/__pycache__/third_party.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/base_first_party.py /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/base_third_party.py /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/encrypted_first_party.py /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/first_party.py /usr/lib/python3.12/site-packages/pymacaroons/caveat_delegates/third_party.py /usr/lib/python3.12/site-packages/pymacaroons/exceptions.py /usr/lib/python3.12/site-packages/pymacaroons/field_encryptors /usr/lib/python3.12/site-packages/pymacaroons/field_encryptors/__init__.py /usr/lib/python3.12/site-packages/pymacaroons/field_encryptors/__pycache__ /usr/lib/python3.12/site-packages/pymacaroons/field_encryptors/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/field_encryptors/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/field_encryptors/__pycache__/base_field_encryptor.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/field_encryptors/__pycache__/base_field_encryptor.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/field_encryptors/__pycache__/secret_box_encryptor.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/field_encryptors/__pycache__/secret_box_encryptor.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/field_encryptors/base_field_encryptor.py /usr/lib/python3.12/site-packages/pymacaroons/field_encryptors/secret_box_encryptor.py /usr/lib/python3.12/site-packages/pymacaroons/macaroon.py /usr/lib/python3.12/site-packages/pymacaroons/serializers /usr/lib/python3.12/site-packages/pymacaroons/serializers/__init__.py /usr/lib/python3.12/site-packages/pymacaroons/serializers/__pycache__ /usr/lib/python3.12/site-packages/pymacaroons/serializers/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/serializers/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/serializers/__pycache__/base_serializer.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/serializers/__pycache__/base_serializer.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/serializers/__pycache__/binary_serializer.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/serializers/__pycache__/binary_serializer.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/serializers/__pycache__/json_serializer.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pymacaroons/serializers/__pycache__/json_serializer.cpython-312.pyc /usr/lib/python3.12/site-packages/pymacaroons/serializers/base_serializer.py /usr/lib/python3.12/site-packages/pymacaroons/serializers/binary_serializer.py /usr/lib/python3.12/site-packages/pymacaroons/serializers/json_serializer.py /usr/lib/python3.12/site-packages/pymacaroons/utils.py /usr/lib/python3.12/site-packages/pymacaroons/verifier.py /usr/share/doc/python3-pymacaroons-pynacl /usr/share/doc/python3-pymacaroons-pynacl/README.md /usr/share/licenses/python3-pymacaroons-pynacl /usr/share/licenses/python3-pymacaroons-pynacl/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 23:47:10 2024