pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-dogpile-cache



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 28 18:14:31 UTC 2025

Modified Files:
        pkgsrc/devel/py-dogpile-cache: Makefile PLIST distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-dogpile-cache/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-dogpile-cache/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-dogpile-cache/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-dogpile-cache/Makefile
diff -u pkgsrc/devel/py-dogpile-cache/Makefile:1.20 pkgsrc/devel/py-dogpile-cache/Makefile:1.21
--- pkgsrc/devel/py-dogpile-cache/Makefile:1.20 Mon Nov 11 07:28:07 2024
+++ pkgsrc/devel/py-dogpile-cache/Makefile      Tue Jan 28 18:14:31 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2024/11/11 07:28:07 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/01/28 18:14:31 adam Exp $
 
-DISTNAME=      dogpile.cache-1.3.3
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/./-/}
+DISTNAME=      dogpile_cache-1.3.4
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dogpile.cache/}
 
@@ -10,6 +10,8 @@ HOMEPAGE=     https://bitbucket.org/zzzeek/d
 COMMENT=       Caching front-end based on the Dogpile lock
 LICENSE=       modified-bsd
 
+WHEEL_NAME=    ${DISTNAME:S/_/./}
+
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-decorator>=4.0.0:../../devel/py-decorator
 DEPENDS+=      ${PYPKGPREFIX}-stevedore>=3.0.0:../../devel/py-stevedore

Index: pkgsrc/devel/py-dogpile-cache/PLIST
diff -u pkgsrc/devel/py-dogpile-cache/PLIST:1.5 pkgsrc/devel/py-dogpile-cache/PLIST:1.6
--- pkgsrc/devel/py-dogpile-cache/PLIST:1.5     Fri Jan 12 11:55:50 2024
+++ pkgsrc/devel/py-dogpile-cache/PLIST Tue Jan 28 18:14:31 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/01/12 11:55:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/01/28 18:14:31 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -32,6 +32,9 @@ ${PYSITELIB}/dogpile/cache/backends/null
 ${PYSITELIB}/dogpile/cache/backends/redis.py
 ${PYSITELIB}/dogpile/cache/backends/redis.pyc
 ${PYSITELIB}/dogpile/cache/backends/redis.pyo
+${PYSITELIB}/dogpile/cache/backends/valkey.py
+${PYSITELIB}/dogpile/cache/backends/valkey.pyc
+${PYSITELIB}/dogpile/cache/backends/valkey.pyo
 ${PYSITELIB}/dogpile/cache/exception.py
 ${PYSITELIB}/dogpile/cache/exception.pyc
 ${PYSITELIB}/dogpile/cache/exception.pyo

Index: pkgsrc/devel/py-dogpile-cache/distinfo
diff -u pkgsrc/devel/py-dogpile-cache/distinfo:1.17 pkgsrc/devel/py-dogpile-cache/distinfo:1.18
--- pkgsrc/devel/py-dogpile-cache/distinfo:1.17 Mon May  6 04:36:19 2024
+++ pkgsrc/devel/py-dogpile-cache/distinfo      Tue Jan 28 18:14:31 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2024/05/06 04:36:19 adam Exp $
+$NetBSD: distinfo,v 1.18 2025/01/28 18:14:31 adam Exp $
 
-BLAKE2s (dogpile.cache-1.3.3.tar.gz) = 92fc850b17f461cd4872ddf397f5685acee6a6e5b3a62cab4940adae213c89a0
-SHA512 (dogpile.cache-1.3.3.tar.gz) = 80809d072167c62dcc731ab5b265c54bcc6f6a1dc09e3ea88959a34823dc0bb776b61166b8e60812dd47c38e8f23ba55c2be173d600a10c4c400c1334d0339fb
-Size (dogpile.cache-1.3.3.tar.gz) = 272404 bytes
+BLAKE2s (dogpile_cache-1.3.4.tar.gz) = 610d3435287af5da84df4b408447079e6fd9cb7d8787e48cba1b039be5247dba
+SHA512 (dogpile_cache-1.3.4.tar.gz) = 3b22a640b53002697ba5b0bc0cde21cd44c707a51a86cf56b4538b6913b47d73c7d5a50f6f93d80b9e90bbc28be52db746da6f4e9becf0f4415da1ddbf20f9ff
+Size (dogpile_cache-1.3.4.tar.gz) = 933234 bytes



Home | Main Index | Thread Index | Old Index