[Python-modules-commits] [beaker] 02/03: record new upstream branch created by importing beaker_1.8.0.orig.tar.gz and merge it

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 commit to branch master
in repository beaker.

commit 8337ad91d2b3ab5a6d6c6d9f0420d029893b9efd
Merge: 5033f1d dbce2ca
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Sat Jul 30 21:59:33 2016 +0200

    record new upstream branch created by importing beaker_1.8.0.orig.tar.gz and merge it

 .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 ++++----
 debian/.git-dpm                               |  14 +-
 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 --
 41 files changed, 744 insertions(+), 2673 deletions(-)

diff --cc debian/.git-dpm
index 98869bf,0000000..3c2b5f9
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 9ac896146d7dbd5dbb81005f38af0598247cf1c7
- 9ac896146d7dbd5dbb81005f38af0598247cf1c7
- 9ac896146d7dbd5dbb81005f38af0598247cf1c7
- 9ac896146d7dbd5dbb81005f38af0598247cf1c7
- beaker_1.6.4.orig.tar.gz
- e354c7dc7946595f58f027e880e47b01c288abfb
- 54480
++dbce2ca89acae689c2f25105dfac2c33e9950ac0
++dbce2ca89acae689c2f25105dfac2c33e9950ac0
++dbce2ca89acae689c2f25105dfac2c33e9950ac0
++dbce2ca89acae689c2f25105dfac2c33e9950ac0
++beaker_1.8.0.orig.tar.gz
++19cca7414deedf46e478115754bbe67206e8a9d0
++36436
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

-- 
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