[Python-modules-commits] [beaker] branch upstream updated (9ac8961 -> dbce2ca)
Piotr Ożarowski
piotr at moszumanska.debian.org
Sat Jul 30 20:46:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a change to branch upstream
in repository beaker.
from 9ac8961 Imported Upstream version 1.6.4
new dbce2ca Import beaker_1.8.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:
.hgignore | 11 -
.hgtags | 45 ---
Beaker.egg-info/PKG-INFO | 28 +-
Beaker.egg-info/SOURCES.txt | 21 +-
Beaker.egg-info/pbr.json | 1 +
Beaker.egg-info/requires.txt | 13 +-
Beaker.egg-info/top_level.txt | 1 -
CHANGELOG | 515 --------------------------
LICENSE | 27 --
PKG-INFO | 28 +-
README.rst | 61 +++
beaker/__init__.py | 2 +-
beaker/_compat.py | 168 +++++++++
beaker/cache.py | 84 +++--
beaker/container.py | 25 +-
beaker/converters.py | 6 +-
beaker/cookie.py | 69 ++++
beaker/crypto/__init__.py | 20 +-
beaker/crypto/pbkdf2.py | 413 ++++-----------------
beaker/crypto/util.py | 24 +-
beaker/ext/database.py | 7 +-
beaker/ext/google.py | 11 +-
beaker/ext/memcached.py | 21 +-
beaker/ext/sqla.py | 5 +-
beaker/middleware.py | 10 +-
beaker/session.py | 112 +++---
beaker/util.py | 150 ++++----
setup.cfg | 11 +-
setup.py | 111 ++----
tests/test_cache.py | 305 ---------------
tests/test_container.py | 181 ---------
tests/test_cookie_only.py | 147 --------
tests/test_database.py | 108 ------
tests/test_increment.py | 181 ---------
tests/test_memcached.py | 324 ----------------
tests/test_namespacing_files/__init__.py | 0
tests/test_namespacing_files/namespace_get.py | 15 -
tests/test_namespacing_files/namespace_go.py | 25 --
tests/test_syncdict.py | 90 -----
tests/test_synchronizer.py | 27 --
40 files changed, 737 insertions(+), 2666 deletions(-)
delete mode 100644 .hgignore
delete mode 100644 .hgtags
create mode 100644 Beaker.egg-info/pbr.json
delete mode 100644 CHANGELOG
delete mode 100644 LICENSE
create mode 100644 README.rst
create mode 100644 beaker/_compat.py
create mode 100644 beaker/cookie.py
delete mode 100644 tests/test_cache.py
delete mode 100644 tests/test_container.py
delete mode 100644 tests/test_cookie_only.py
delete mode 100644 tests/test_database.py
delete mode 100644 tests/test_increment.py
delete mode 100644 tests/test_memcached.py
delete mode 100644 tests/test_namespacing_files/__init__.py
delete mode 100644 tests/test_namespacing_files/namespace_get.py
delete mode 100644 tests/test_namespacing_files/namespace_go.py
delete mode 100644 tests/test_syncdict.py
delete mode 100644 tests/test_synchronizer.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