Path to this page:
./
devel/py-cachetools,
Extensible memoizing collections and decorators
Branch: CURRENT,
Version: 4.1.1,
Package name: py37-cachetools-4.1.1,
Maintainer: minskimcachetools is Extensible memoizing collections and decorators.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: dd68daab9d3024ab06e3ab3778d64d2dad98df41
RMD160: 4c4b9fa724b6343ae9ca8909c76af686c4c83193
Filesize: 23.021 KB
Version history: (Expand)
- (2020-07-12) Updated to version: py37-cachetools-4.1.1
- (2020-04-13) Updated to version: py37-cachetools-4.1.0
- (2020-01-09) Updated to version: py37-cachetools-4.0.0
- (2019-07-02) Updated to version: py37-cachetools-3.1.1
- (2019-01-31) Updated to version: py27-cachetools-3.1.0
- (2019-01-05) Updated to version: py27-cachetools-3.0.0
CVS history: (Expand)
2020-07-07 09:04:47 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cachetools: updated to 4.1.1
v4.1.1
Improve popitem() exception context handling.
Replace float('inf') with math.inf.
Improve "envkey" documentation example.
|
2020-04-12 23:13:14 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-cachetools: update to 4.1.0.
v4.1.0 (2020-04-08)
===================
- Support ``user_function`` with ``cachetools.func`` decorators
(Python 3.8 compatibility).
- Support ``cache_parameters()`` with ``cachetools.func`` decorators
(Python 3.9 compatibility).
|
2020-01-09 15:20:28 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
py-cachetools: update to 4.0.0.
v4.0.0 (2019-12-15)
===================
- Require Python 3.5 or later.
|
2019-07-02 12:19:10 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cachetools: updated to 3.1.1
v3.1.1:
- Document how to use shared caches with @cachedmethod.
- Fix pickling/unpickling of cache keys
|
2019-01-31 11:01:05 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cachetools: updated to 3.1.0
v3.1.0:
- Fix Python 3.8 compatibility issue.
- Use time.monotonic as default timer if available.
- Improve documentation regarding thread safety.
|
2019-01-04 23:48:43 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cachetools: updated to 3.0.0
v3.0.0:
Officially support Python 3.7.
Drop Python 3.3 support (breaking change).
Remove missing cache constructor parameter (breaking change).
Remove self from @cachedmethod key arguments (breaking change).
Add support for maxsize=None in cachetools.func decorators.
|
2018-05-15 08:49:45 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cachetools: updated to 2.1.0
2.1.0:
- Deprecate missing cache constructor parameter.
- Handle overridden getsizeof() method in subclasses.
- Fix Python 2.7 RRCache pickling issues.
- Various documentation improvements.
|
2017-08-22 10:18:20 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
v2.0.1:
- Officially support Python 3.6.
- Move documentation to RTD.
- Documentation: Update import paths for key functions
|