[Python-modules-commits] [python-cachetools] 02/05: Merge tag 'upstream/2.0.0'

Christian Kastner ckk at moszumanska.debian.org
Thu Jan 12 21:18:10 UTC 2017


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

ckk pushed a commit to branch master
in repository python-cachetools.

commit c8f98fce2e5094285f67987e9e0bc6c21c185423
Merge: 8595293 50ad78b
Author: Christian Kastner <ckk at kvr.at>
Date:   Thu Jan 12 20:40:09 2017 +0100

    Merge tag 'upstream/2.0.0'
    
    Upstream version 2.0.0

 .travis.yml            |   3 +-
 CHANGES.rst            |  12 +++++
 LICENSE                |   2 +-
 README.rst             |   4 --
 cachetools/__init__.py |  43 ++++-------------
 cachetools/cache.py    |   4 +-
 cachetools/func.py     |  65 ++++++++-----------------
 cachetools/keys.py     |   4 ++
 cachetools/lfu.py      |   2 +
 cachetools/lru.py      |   2 +
 cachetools/rr.py       |   2 +
 cachetools/ttl.py      |   2 +
 docs/index.rst         | 127 +++++++------------------------------------------
 setup.py               |   3 --
 tests/test_func.py     |  47 ------------------
 tests/test_keys.py     |   8 ++--
 tests/test_method.py   |  33 +------------
 tests/test_wrapper.py  |  40 +++++++---------
 tox.ini                |   3 +-
 19 files changed, 101 insertions(+), 305 deletions(-)

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