py-macaroon-bakery 1.3.1-2 source package in Ubuntu
Changelog
py-macaroon-bakery (1.3.1-2) unstable; urgency=medium [ Debian Janitor ] * Bump debhelper from old 9 to 12. * Set upstream metadata fields: Bug-Database, Bug-Submit. [ Ondřej Nový ] * d/control: Update Maintainer field with new Debian Python Team contact address. * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. [ Debian Janitor ] * Bump debhelper from old 12 to 13. * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on python3-nacl, python3-protobuf, python3-pymacaroons, python3-requests, python3-rfc3339 and python3-six. -- Colin Watson <email address hidden> Sun, 26 Dec 2021 13:20:06 +0000
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
py-macaroon-bakery_1.3.1-2.dsc | 2.3 KiB | a9c9110f37c7eca5a179c44f670c8e2100d152fba0d449d8495522877b9fd457 |
py-macaroon-bakery_1.3.1.orig.tar.gz | 77.7 KiB | 23f38415341a1d04a155b4dac6730d3ad5f39b86ce07b1bb134bdda52b48b053 |
py-macaroon-bakery_1.3.1-2.debian.tar.xz | 2.4 KiB | 5686332069fdbb8b34c4ba184ffd0be5b3780f7f6a9281f27fe5ef9370047267 |
Available diffs
- diff from 1.3.1-1 to 1.3.1-2 (1.0 KiB)
No changes file available.
Binary packages built by this source
- python3-macaroonbakery: Higher-level macaroon operations for Python 3
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.
.
The macaroonbakery library builds on pymacaroons to allow working with
macaroons at a higher level, such as by automatically gathering discharge
macaroons for third-party caveats from their corresponding services.