Path to this page:
Subject: CVS commit: pkgsrc/devel/py-cachelib
From: Adam Ciarcinski
Date: 2022-01-03 08:43:23
Message id: 20220103074323.2BC33FAEC@cvs.NetBSD.org
Log Message:
py-cachelib: updated to 0.5.0
Version 0.5.0
-------------
- Cache types now have configurable serializers.
Version 0.4.1
-------------
- Fix break in ``RedisCache`` when a host object was passed
in ``RedisCache.host`` instead of a string.
Version 0.4.0
-------------
- All cache types now implement ``BaseCache`` interface both
in behavior and method return types. Thus, code written
for one cache type should work with any other cache type.
- Add type information for static typing tools.
- ``FileNotFound`` exceptions will not be logged anymore
in ``FileSystemCache`` methods in order to avoid polluting
application log files.
Files: