pymacaroons 0.9.2-0ubuntu1~ubuntu14.04.2 source package in Ubuntu

Changelog

pymacaroons (0.9.2-0ubuntu1~ubuntu14.04.2) trusty; urgency=medium

  * fix dependencies when SRUing pymacaroons stack to trusty.
    There are a bunch of dependencies that need to be cleaned up to
    work in trusty without requiring more packages backported.
    (LP: #1822780)
    - drop python2 binary packages
      + d/control: drop python2 related build depends
      + d/control: drop python2 related packages
      + d/control: drop python2 related X-Python flag
      + d/rules: drop python2 from the call to dh
    - d/p/fix-trusty-dependencies-libnacl.patch: fix dependency issue with
      python-libnacl
    - d/p/fix-trusty-dependencies-six.patch: fix dependency issue with
      python-six

pymacaroons (0.9.2-0ubuntu1~ubuntu14.04.1) trusty; urgency=medium

  * Backport to Trusty as dependency of coming UA tools update (LP: #1817665)

 -- Christian Ehrhardt <email address hidden>  Tue, 02 Apr 2019 15:08:06 +0200

Upload details

Uploaded by:
Christian Ehrhardt 
Sponsored by:
Andreas Hasenack
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pymacaroons_0.9.2.orig.tar.gz 16.8 KiB 9a3de55308e41abdbc05f6e205c20ed36f928860cce490fa9835231ab9cb3c32
pymacaroons_0.9.2-0ubuntu1~ubuntu14.04.2.debian.tar.gz 3.2 KiB 946929db7d2d0d92dd7ed5e3ab025c7cb9c8f54fc37cd70e7a2faf887f1e3628
pymacaroons_0.9.2-0ubuntu1~ubuntu14.04.2.dsc 1.5 KiB 453d9c2a3e02e079b716eb9f0fc60958aef69982aee3a9be76a762726cd3734d

View changes file

Binary packages built by this source

python3-pymacaroons: Macaroon library 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.