[Python-modules-commits] [py-macaroon-bakery] branch upstream updated (3d9eaeb -> 37d61d0)

Colin Watson cjwatson at moszumanska.debian.org
Mon Nov 6 10:44:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

cjwatson pushed a change to branch upstream
in repository py-macaroon-bakery.

      from  3d9eaeb   Import py-macaroon-bakery_0.0.4.orig.tar.gz
       new  37d61d0   Import py-macaroon-bakery_0.0.5.orig.tar.gz

The 1 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:
 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         | 388 ++++++++++++++++++++++++
 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                                    |   6 +-
 tox.ini                                     |   7 +-
 43 files changed, 2904 insertions(+), 1217 deletions(-)
 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