Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python312-pymacaroons | Distribution: openSUSE Tumbleweed |
Version: 0.13.0 | Vendor: openSUSE |
Release: 6.3 | Build date: Mon Feb 26 10:05:17 2024 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 126104 | Source RPM: python-pymacaroons-0.13.0-6.3.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/ecordell/pymacaroons | |
Summary: Macaroon library for Python |
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 recieves. 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. This is a Python implementation of Macaroons.
MIT
* Mon Feb 26 2024 ecsos <[email protected]> - Adjustments patch macro for rpm 4.20. * Sun Jun 11 2023 ecsos <[email protected]> - Add %{?sle15_python_module_pythons} * Thu Apr 07 2022 [email protected] - do not require python-mock for build - modified patches % python-pymacaroons-remove-nose.patch (refreshed) * Fri Jun 26 2020 [email protected] - added patches https://github.com/ecordell/pymacaroons/pull/54/ + python-pymacaroons-remove-nose.patch * Fri Mar 01 2019 John Vandenberg <[email protected]> - Remove build dependencies suited for development and building docs - Remove `-e test_inspect` as tests pass without it * Tue Feb 19 2019 Tomáš Chvátal <[email protected]> - Conflict with pymacaroons-pynacl * Wed Feb 06 2019 [email protected] - initial version 0.13.0
/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/packages/python312-pymacaroons /usr/share/doc/packages/python312-pymacaroons/README.md /usr/share/licenses/python312-pymacaroons /usr/share/licenses/python312-pymacaroons/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Dec 9 23:39:48 2024