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:           Sun Sep 14 07:08:39 UTC 2025

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

Log Message:
py-dogpile-cache: updated to 1.4.1

1.4.1

usecase

[usecase] [redis]
Added new parameters RedisBackend.lock_blocking_timeout and RedisBackend.lock_blocking to the Redis backend; and ValkeyBackend.lock_blocking_timeout and ValkeyBackend.lock_blocking to the Valkey 
backends. These parameters are then passed onto the redis/valkey client Lock creation methods and use the same defaults.

[usecase] [redis]
Added new parameters for the Redis/Valkey backends. These params are passed directly to the constructors:
RedisBackend.ssl
ValkeyBackend.ssl
These params default to None, and are only passed to the constructor if set. The docstrings instruct users to submit all additional ssl_ prefixed params via the optional 
RedisBackend.connection_kwargs or ValkeyBackend.connection_kwargs parameter.

bug

[bug] [memory]
Fixed issue where MemoryBackend.configure() would unexpectedly modify the input arguments dictionary by removing its contents. The method now preserves the original arguments dictionary as expected, 
consistent with the behavior of other backend types. Pull request courtesy Nicolas Simonds.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-dogpile-cache/Makefile
cvs rdiff -u -r1.19 -r1.20 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.25 pkgsrc/devel/py-dogpile-cache/Makefile:1.26
--- pkgsrc/devel/py-dogpile-cache/Makefile:1.25 Mon Apr 28 07:18:54 2025
+++ pkgsrc/devel/py-dogpile-cache/Makefile      Sun Sep 14 07:08:39 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2025/04/28 07:18:54 adam Exp $
+# $NetBSD: Makefile,v 1.26 2025/09/14 07:08:39 adam Exp $
 
-DISTNAME=      dogpile_cache-1.4.0
+DISTNAME=      dogpile_cache-1.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dogpile.cache/}

Index: pkgsrc/devel/py-dogpile-cache/distinfo
diff -u pkgsrc/devel/py-dogpile-cache/distinfo:1.19 pkgsrc/devel/py-dogpile-cache/distinfo:1.20
--- pkgsrc/devel/py-dogpile-cache/distinfo:1.19 Mon Apr 28 07:18:54 2025
+++ pkgsrc/devel/py-dogpile-cache/distinfo      Sun Sep 14 07:08:39 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/04/28 07:18:54 adam Exp $
+$NetBSD: distinfo,v 1.20 2025/09/14 07:08:39 adam Exp $
 
-BLAKE2s (dogpile_cache-1.4.0.tar.gz) = 9d7cc7bb6569711c8e3b5ecb2f44640277afb1aad061cbedc19093879a997d77
-SHA512 (dogpile_cache-1.4.0.tar.gz) = 65ba9df054ac1d5f4e263277bff8ccb3a202b7b7f7007c4fa0ad80517ffc1000b4a06819aa00c9f6be4d7dcddea1762153377825b81b9ff1159598510e2b2242
-Size (dogpile_cache-1.4.0.tar.gz) = 937468 bytes
+BLAKE2s (dogpile_cache-1.4.1.tar.gz) = 87f9440f6e28f859032754bf7305a454b2091957531029f3e3e907d9556d7ff3
+SHA512 (dogpile_cache-1.4.1.tar.gz) = f9dbac66c59299d7ef5095dca2301ad9b55d9fdbb11f69caa348011db4df97691761974ff05254b8aa3c541c2e1b72ff8c99d72083a38d4ae7a9f1d5c330919d
+Size (dogpile_cache-1.4.1.tar.gz) = 939952 bytes



Home | Main Index | Thread Index | Old Index