Path to this page:
Subject: CVS commit: pkgsrc/devel/py-cachelib
From: Adam Ciarcinski
Date: 2022-11-16 15:01:30
Message id: 20221116140130.61A1DFA90@cvs.NetBSD.org
Log Message:
py-cachelib: updated to 0.9.0
Version 0.9.0
-------------
- Add separate internal read/write clients to ``RedisCache`` to improve \
compatibility with flask-caching.
- Fix bug where cache entries would expire immediately when ``RedisCache.add``
was called without timeout.
- Improve ``FileSystemCache.set`` compatibility with Windows systems.
Version 0.8.0
-------------
- Remove deprecated ``RedisCache.load_object`` and ``RedisCache.dump_object``.
Version 0.7.0
-------------
- ``FileSystemCache`` now stores universal expiration timestamps using python's \
``struct`` module.
- Drop support for Python 3.6.
Files: