Package Release Info

python-repoze.lru-0.7-bp151.1.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-repoze.lru
python3-repoze.lru

Change Logs

Version: 0.7-1.12
* Wed Nov 15 2017 dmueller@suse.com
- update to 0.7
* Thu Jun 29 2017 tbechtold@suse.com
- convert to singlespec
- update Source url
* Thu Oct 24 2013 speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
* Sat Sep 08 2012 os-dev@jacraig.com
- Update to 0.6:
  * Added a 'CacheMaker' helper class:  a maker keeps references (by name)
    to the caches it creates, to permit them to be cleared.
  * Added statistics to each cache, tracking lookups, hits, misses, and
    evictions.
  * Automated building Sphinx docs and testing example snippets under ``tox``.
  * Added Sphinx documentation.
  * Dropped support for Python 2.5.
  * Added support for PyPy.
  * Added ``setup.py docs`` alias (installs ``Sphinx`` and dependencies).
  * Added ``setup.py dev`` alias (runs ``develop`` plus installs ``nose``
    and ``coverage``).
  * Added support for CI under supported Pythons using ``tox``.
  * Bug: Remove potential race condition on lock in face of interrupts
    (Issue #10).
* Tue Apr 17 2012 cfarrell@suse.com
- license update: SUSE-Repoze
  Use this identifier to refer to (exactly) the Repoze Public License
* Mon Apr 16 2012 saschpe@suse.de
- Initial version