[Python-modules-commits] [beaker] branch master updated (5033f1d -> 0b6dc94)

Piotr Ożarowski piotr at moszumanska.debian.org
Sat Jul 30 20:46:31 UTC 2016


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

piotr pushed a change to branch master
in repository beaker.

      from  5033f1d   Fixed VCS URL (https)
       new  dbce2ca   Import beaker_1.8.0.orig.tar.gz
       new  8337ad9   record new upstream branch created by importing beaker_1.8.0.orig.tar.gz and merge it
       new  0b6dc94   New upstream release

The 3 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 ++++----
 debian/.git-dpm                               |  14 +-
 debian/changelog                              |  14 +-
 debian/clean                                  |   1 -
 debian/control                                |  17 +-
 debian/rules                                  |  62 +---
 debian/source/options                         |   1 +
 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 --
 46 files changed, 768 insertions(+), 2744 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 debian/clean
 create mode 100644 debian/source/options
 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