[Python-modules-commits] [python-cachetools] branch upstream updated (b6ef7be -> 8adefe8)

Christian Kastner ckk at moszumanska.debian.org
Thu Nov 5 18:04:09 UTC 2015


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

ckk pushed a change to branch upstream
in repository python-cachetools.

      from  b6ef7be   Imported Upstream version 1.1.3
       new  8adefe8   Import python-cachetools_1.1.5.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:
 .travis.yml                      |   3 +-
 CHANGES.rst                      |  20 +++++++
 cachetools/__init__.py           |   4 +-
 cachetools/{base.py => cache.py} |  41 +++++++++-----
 cachetools/lfu.py                |   2 +-
 cachetools/lru.py                |  84 +++++++++++-----------------
 cachetools/rr.py                 |   2 +-
 cachetools/ttl.py                | 118 +++++++++++++++++++--------------------
 docs/index.rst                   |  30 ++++++----
 9 files changed, 162 insertions(+), 142 deletions(-)
 rename cachetools/{base.py => cache.py} (79%)

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



More information about the Python-modules-commits mailing list