[Python-modules-commits] [python-cachetools] branch master updated (8595293 -> 736a943)
Christian Kastner
ckk at moszumanska.debian.org
Thu Jan 12 21:18:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
ckk pushed a change to branch master
in repository python-cachetools.
from 8595293 Prepare changelog for release 1.1.6-1
new 50ad78b New upstream version 2.0.0
new c8f98fc Merge tag 'upstream/2.0.0'
new 567be93 d/copyright: Bump copyright years
new c5d7e9d d/control: Bump X-Python3-Version to 3.3
new 736a943 Prepare changelog for Debian release 2.0.0-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:
.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 +
debian/changelog | 12 +++++
debian/control | 2 +-
debian/copyright | 4 +-
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 +-
22 files changed, 116 insertions(+), 308 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