[Python-modules-commits] [py-macaroon-bakery] branch master updated (259838b -> fdd77e9)
Colin Watson
cjwatson at moszumanska.debian.org
Mon Nov 6 10:44:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
cjwatson pushed a change to branch master
in repository py-macaroon-bakery.
from 259838b releasing package py-macaroon-bakery version 0.0.4-1
new 37d61d0 Import py-macaroon-bakery_0.0.5.orig.tar.gz
new 8051fc0 Isolate client tests from any HTTP proxy
new 575fe10 New upstream release (0.0.5)
new 6c75410 Set Rules-Requires-Root: no.
new fdd77e9 releasing package py-macaroon-bakery version 0.0.5-1
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
debian/.git-dpm | 14 +-
debian/changelog | 9 +
debian/control | 1 +
debian/patches/isolate-from-proxy.patch | 43 +++
debian/patches/lower-protobuf-requests-deps.patch | 32 --
debian/patches/series | 2 +-
docs/conf.py | 2 +-
macaroonbakery/__init__.py | 97 +++--
macaroonbakery/authorizer.py | 4 +-
macaroonbakery/bakery.py | 175 +--------
macaroonbakery/checker.py | 42 +-
macaroonbakery/checkers/__init__.py | 54 ++-
macaroonbakery/checkers/time.py | 53 ++-
macaroonbakery/checkers/utils.py | 2 +-
macaroonbakery/codec.py | 50 +--
macaroonbakery/discharge.py | 55 ++-
macaroonbakery/httpbakery/__init__.py | 48 ++-
macaroonbakery/httpbakery/agent.py | 52 ---
macaroonbakery/httpbakery/agent/__init__.py | 17 +
macaroonbakery/httpbakery/agent/agent.py | 180 +++++++++
macaroonbakery/httpbakery/browser.py | 86 +++++
macaroonbakery/httpbakery/client.py | 442 +++++++++++++++------
macaroonbakery/httpbakery/discharge.py | 33 ++
macaroonbakery/httpbakery/error.py | 151 +++++++-
macaroonbakery/httpbakery/interactor.py | 73 ++++
macaroonbakery/httpbakery/keyring.py | 26 +-
macaroonbakery/identity.py | 10 +-
macaroonbakery/macaroon.py | 81 ++--
macaroonbakery/oven.py | 44 ++-
macaroonbakery/tests/common.py | 30 +-
macaroonbakery/tests/test_agent.py | 331 +++++++++++++++-
macaroonbakery/tests/test_authorizer.py | 72 ++--
macaroonbakery/tests/test_bakery.py | 88 ++++-
macaroonbakery/tests/test_checker.py | 443 ++++++++++------------
macaroonbakery/tests/test_client.py | 395 +++++++++++++++++++
macaroonbakery/tests/test_codec.py | 115 +++---
macaroonbakery/tests/test_discharge.py | 274 +++++++------
macaroonbakery/tests/test_discharge_all.py | 71 ++--
macaroonbakery/tests/test_keyring.py | 34 +-
macaroonbakery/tests/test_macaroon.py | 69 ++--
macaroonbakery/tests/test_namespace.py | 2 +
macaroonbakery/tests/test_oven.py | 127 +++----
macaroonbakery/tests/test_store.py | 4 +-
macaroonbakery/tests/test_time.py | 129 +++++++
macaroonbakery/third_party.py | 38 +-
macaroonbakery/utils.py | 106 ++++--
macaroonbakery/versions.py | 10 +-
setup.py | 2 +-
tox.ini | 7 +-
49 files changed, 2970 insertions(+), 1255 deletions(-)
create mode 100644 debian/patches/isolate-from-proxy.patch
delete mode 100644 debian/patches/lower-protobuf-requests-deps.patch
delete mode 100644 macaroonbakery/httpbakery/agent.py
create mode 100644 macaroonbakery/httpbakery/agent/__init__.py
create mode 100644 macaroonbakery/httpbakery/agent/agent.py
create mode 100644 macaroonbakery/httpbakery/browser.py
create mode 100644 macaroonbakery/httpbakery/discharge.py
create mode 100644 macaroonbakery/httpbakery/interactor.py
create mode 100644 macaroonbakery/tests/test_client.py
create mode 100644 macaroonbakery/tests/test_time.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/py-macaroon-bakery.git
More information about the Python-modules-commits
mailing list