Path to this page:
Subject: CVS commit: pkgsrc/devel/py-dogpile-cache
From: Adam Ciarcinski
Date: 2024-01-12 12:55:50
Message id: 20240112115550.6991EFA42@cvs.NetBSD.org
Log Message:
py-dogpile-cache: updated to 1.3.0
1.3.0
feature
Added new method CacheRegion.get_value_metadata() which can be used to get a \
value from the cache along with its metadata, including timestamp of when the \
value was cached. The CachedValue object is returned which features new \
accessors to retrieve cached time and current age. Pull request courtesy \
Grégoire Deveaux.
misc
Minimum Python version is now Python 3.8; prior versions Python 3.7 and 3.6 are EOL.
Project setup is now based on pep-621 pyproject.toml configuration.
Files: