[Python-modules-commits] [beaker] branch master updated (80a7b0d -> af5e0bb)

Piotr Ożarowski piotr at moszumanska.debian.org
Mon Jul 3 21:53:59 UTC 2017


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

piotr pushed a change to branch master
in repository beaker.

      from  80a7b0d   New upstream release
       new  016ce68   Import beaker_1.9.0.orig.tar.gz
       new  df4e2ac   record new upstream branch created by importing beaker_1.9.0.orig.tar.gz and merge it
       new  9fd15f8   New upstream release
       new  613e093   Standards-Version bumped to 4.0.0 (no changes needed)
       new  af5e0bb   add python{,3}-pymongo and python{,3}-redis to Suggests and Build-Depends

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:
 Beaker.egg-info/PKG-INFO           |   2 +-
 Beaker.egg-info/SOURCES.txt        |   4 +
 Beaker.egg-info/requires.txt       |  27 +++++--
 PKG-INFO                           |   2 +-
 beaker/__init__.py                 |   2 +-
 beaker/_compat.py                  |   1 +
 beaker/cache.py                    |  20 +++--
 beaker/container.py                |   3 +-
 beaker/crypto/__init__.py          |  77 ++++++++++++------
 beaker/crypto/jcecrypto.py         |   9 +++
 beaker/crypto/noencryption.py      |  12 +++
 beaker/crypto/pyca_cryptography.py |  52 ++++++++++++
 beaker/crypto/pycrypto.py          |   2 +-
 beaker/ext/mongodb.py              | 161 +++++++++++++++++++++++++++++++++++++
 beaker/ext/redisnm.py              | 129 +++++++++++++++++++++++++++++
 beaker/session.py                  |  33 +++++---
 beaker/synchronization.py          |   4 +-
 beaker/util.py                     |  16 +++-
 debian/.git-dpm                    |  14 ++--
 debian/changelog                   |   9 +++
 debian/control                     |  19 ++++-
 setup.py                           |  15 +++-
 22 files changed, 541 insertions(+), 72 deletions(-)
 create mode 100644 beaker/crypto/noencryption.py
 create mode 100644 beaker/crypto/pyca_cryptography.py
 create mode 100644 beaker/ext/mongodb.py
 create mode 100644 beaker/ext/redisnm.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/beaker.git



More information about the Python-modules-commits mailing list