[Python-modules-commits] [python-cachetools] branch master updated (568a32a -> 8595293)

Christian Kastner ckk at moszumanska.debian.org
Tue Apr 19 20:07:04 UTC 2016


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

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

      from  568a32a   Prepare changelog for release 1.1.5-2
       new  db37222   Import python-cachetools_1.1.6.orig.tar.gz
       new  589b181   record new upstream branch created by importing python-cachetools_1.1.6.orig.tar.gz and merge it
       new  19f8831   d/control: Bump Standards-Version to 3.9.8 (no changes needed)
       new  840d2e2   d/control: Tweak syntax by adding trailing commas
       new  8595293   Prepare changelog for release 1.1.6-1

The 5 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            |  12 +-
 CHANGES.rst            |  17 +++
 MANIFEST.in            |   4 +
 README.rst             |   2 +-
 cachetools/__init__.py |   2 +-
 cachetools/abc.py      |  48 ++++++++
 cachetools/cache.py    |  36 ++----
 cachetools/lfu.py      |  12 +-
 cachetools/lru.py      |  98 ++++-------------
 cachetools/rr.py       |  15 +--
 cachetools/ttl.py      | 292 +++++++++++++++++++++----------------------------
 debian/.git-dpm        |  14 +--
 debian/changelog       |  10 ++
 debian/control         |   8 +-
 docs/conf.py           | 257 +++----------------------------------------
 docs/index.rst         |   4 +-
 setup.cfg              |  10 +-
 setup.py               |  25 +++--
 tests/__init__.py      |  12 ++
 tests/test_ttl.py      |  31 ++++--
 tox.ini                |  32 ++++++
 22 files changed, 377 insertions(+), 606 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