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 Oct 28 13:20:51 UTC 2025

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

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

1.5.0

feature

[feature] [redis]
Added a new RedisBackend.lock_prefix parameter to the RedisBackend and ValkeyBackend backends to allow customization of the lock key prefix. The prefix must be between 2 and 10 characters long and 
may contain any alphanumeric character and the symbols _-.: . This allows for improved visual clarity when inspecting backend keys, particularly when key names may be ambiguous with the default _lock 
prefix. Pull request courtesy Jonathan Vanasco.

change

[change] [tests]
The top-level test runner has been changed to use nox, adding a noxfile.py as well as some included modules. The tox.ini file remains in place so that tox runs will continue to function in the near 
term, however it will be eventually removed and improvements and maintenance going forward will be only towards noxfile.py.
[change] [platform]
Minimum Python version is now 3.10, as Python 3.9 is EOL.

bug

[bug] [typing]
A wide range of typing improvements and modernizations within the codebase. Pull request courtesy Stephen Finucane.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-dogpile-cache/Makefile
cvs rdiff -u -r1.20 -r1.21 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.27 pkgsrc/devel/py-dogpile-cache/Makefile:1.28
--- pkgsrc/devel/py-dogpile-cache/Makefile:1.27 Thu Oct  9 07:57:31 2025
+++ pkgsrc/devel/py-dogpile-cache/Makefile      Tue Oct 28 13:20:51 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2025/10/09 07:57:31 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2025/10/28 13:20:51 adam Exp $
 
-DISTNAME=      dogpile_cache-1.4.1
+DISTNAME=      dogpile_cache-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dogpile.cache/}
@@ -21,10 +21,5 @@ USE_LANGUAGES=       # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310 # py-sphinx via py-stevedore
 
-.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 311
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.0.1:../../devel/py-typing-extensions
-.endif
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-dogpile-cache/distinfo
diff -u pkgsrc/devel/py-dogpile-cache/distinfo:1.20 pkgsrc/devel/py-dogpile-cache/distinfo:1.21
--- pkgsrc/devel/py-dogpile-cache/distinfo:1.20 Sun Sep 14 07:08:39 2025
+++ pkgsrc/devel/py-dogpile-cache/distinfo      Tue Oct 28 13:20:51 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2025/09/14 07:08:39 adam Exp $
+$NetBSD: distinfo,v 1.21 2025/10/28 13:20:51 adam Exp $
 
-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
+BLAKE2s (dogpile_cache-1.5.0.tar.gz) = 3fe5cb4ebb648503a059ed4528b41e5f7eee78c9edf05b99c17e97089e129eeb
+SHA512 (dogpile_cache-1.5.0.tar.gz) = 4cfddba140011c6fb6edc0f7809e5bab16e03571fdc40a25a904bde8ff6a919d135a2c67a54f799d8991f79322ae2c2f76a2b40f4a62b869087eebcf5ad5f475
+Size (dogpile_cache-1.5.0.tar.gz) = 947962 bytes



Home | Main Index | Thread Index | Old Index