[Python-modules-commits] [beaker] branch upstream updated (3f7edc6 -> 016ce68)
Piotr Ożarowski
piotr at moszumanska.debian.org
Mon Jul 3 21:54:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
piotr pushed a change to branch upstream
in repository beaker.
from 3f7edc6 Import beaker_1.8.1.orig.tar.gz
new 016ce68 Import beaker_1.9.0.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:
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 +++-
setup.py | 15 +++-
19 files changed, 509 insertions(+), 62 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