Path to this page:
Subject: CVS commit: pkgsrc/devel/py-dogpile-cache
From: Adam Ciarcinski
Date: 2025-01-28 19:14:31
Message id: 20250128181431.B8490FBE0@cvs.NetBSD.org
Log Message:
py-dogpile-cache: updated to 1.3.4
1.3.4
usecase
[usecase] [valkey]
Added backend for valkey server. This is based on valkey-py as the driver.
bug
[bug] [redis]
Fixes to the recently added RedisClusterBackend fixing a runtime typing error \
that prevented it from running.
misc
[change] [general]
The pin for setuptools<69.3 in pyproject.toml has been removed. This pin was \
to prevent a sudden change to PEP 625 in setuptools from taking place which \
changes the file name of SQLAlchemy’s source distribution on pypi to be an all \
lower case name, and the change was extended to all SQLAlchemy projects to \
prevent any further surprises. However, the presence of this pin is now holding \
back environments that otherwise want to use a newer setuptools, so we’ve \
decided to move forward with this change, with the assumption that build \
environments will have largely accommodated the setuptools change by now.
Files: