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

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 change to branch upstream
in repository python-cachetools.

      from  8adefe8   Import python-cachetools_1.1.5.orig.tar.gz
      adds  db37222   Import python-cachetools_1.1.6.orig.tar.gz
       new  50ad78b   New upstream version 2.0.0

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:
 .gitignore             |  42 ++-----
 .travis.yml            |  13 ++-
 CHANGES.rst            |  29 +++++
 LICENSE                |   2 +-
 MANIFEST.in            |   4 +
 README.rst             |   6 +-
 cachetools/__init__.py |  43 ++------
 cachetools/abc.py      |  48 ++++++++
 cachetools/cache.py    |  40 ++-----
 cachetools/func.py     |  65 ++++-------
 cachetools/keys.py     |   4 +
 cachetools/lfu.py      |  14 ++-
 cachetools/lru.py      |  98 +++++------------
 cachetools/rr.py       |  17 +--
 cachetools/ttl.py      | 294 ++++++++++++++++++++++---------------------------
 docs/conf.py           | 257 +++---------------------------------------
 docs/index.rst         | 131 ++++------------------
 setup.cfg              |  10 +-
 setup.py               |  26 ++---
 tests/__init__.py      |  12 ++
 tests/test_func.py     |  47 --------
 tests/test_keys.py     |   8 +-
 tests/test_method.py   |  33 +-----
 tests/test_ttl.py      |  31 ++++--
 tests/test_wrapper.py  |  40 +++----
 tox.ini                |  31 ++++++
 26 files changed, 451 insertions(+), 894 deletions(-)
 create mode 100644 cachetools/abc.py
 create mode 100644 tox.ini

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