py-macaroon-bakery 1.2.3-3 source package in Ubuntu

Changelog

py-macaroon-bakery (1.2.3-3) unstable; urgency=medium

  * Cherry-pick from upstream:
    - Avoid using deprecated platform.dist() in setup.py.

 -- Colin Watson <email address hidden>  Thu, 26 Dec 2019 22:46:22 +0000

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
py-macaroon-bakery_1.2.3-3.dsc 2.4 KiB 193cf9decca14253c3d2666008c212e04a798a2f850dc06a242af7753fa4f0eb
py-macaroon-bakery_1.2.3.orig.tar.gz 77.0 KiB bd27e7d2d98cb3dc1973d7b67b2a0c475fb005c0f9c35c04dbf9b272e98939ec
py-macaroon-bakery_1.2.3-3.debian.tar.xz 4.2 KiB ddd21c5ffb263a8544f1cd1057ae33aba01d80106812d00f778aa6b99646b9f2

Available diffs

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.