pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-redis



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 21 09:07:32 UTC 2025

Modified Files:
        pkgsrc/databases/py-redis: Makefile PLIST distinfo

Log Message:
py-redis: updated to 7.1.0

7.1.0

New Features

Adding MSETEX command support.
Adding CLAIM option to XREADGROUP command + unit tests
Apply routing and response aggregation policies in OSS Cluster mode

Experimental Features

Adding support for CAS/CAD commands.
Adding support for HYBRID search.

Breaking changes (in experimental features)

Replace default health check and failure detector with custom

Bug Fixes

Add **options to parse functions for sentinel
Generating unique command cache key


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/databases/py-redis/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/py-redis/PLIST
cvs rdiff -u -r1.50 -r1.51 pkgsrc/databases/py-redis/distinfo

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

Modified files:

Index: pkgsrc/databases/py-redis/Makefile
diff -u pkgsrc/databases/py-redis/Makefile:1.55 pkgsrc/databases/py-redis/Makefile:1.56
--- pkgsrc/databases/py-redis/Makefile:1.55     Mon Nov  3 12:22:59 2025
+++ pkgsrc/databases/py-redis/Makefile  Fri Nov 21 09:07:32 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2025/11/03 12:22:59 adam Exp $
+# $NetBSD: Makefile,v 1.56 2025/11/21 09:07:32 adam Exp $
 
-DISTNAME=      redis-7.0.1
+DISTNAME=      redis-7.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/redis/}

Index: pkgsrc/databases/py-redis/PLIST
diff -u pkgsrc/databases/py-redis/PLIST:1.15 pkgsrc/databases/py-redis/PLIST:1.16
--- pkgsrc/databases/py-redis/PLIST:1.15        Mon Nov  3 12:22:59 2025
+++ pkgsrc/databases/py-redis/PLIST     Fri Nov 21 09:07:32 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2025/11/03 12:22:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2025/11/21 09:07:32 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -156,6 +156,9 @@ ${PYSITELIB}/redis/commands/json/decoder
 ${PYSITELIB}/redis/commands/json/path.py
 ${PYSITELIB}/redis/commands/json/path.pyc
 ${PYSITELIB}/redis/commands/json/path.pyo
+${PYSITELIB}/redis/commands/policies.py
+${PYSITELIB}/redis/commands/policies.pyc
+${PYSITELIB}/redis/commands/policies.pyo
 ${PYSITELIB}/redis/commands/redismodules.py
 ${PYSITELIB}/redis/commands/redismodules.pyc
 ${PYSITELIB}/redis/commands/redismodules.pyo
@@ -180,6 +183,12 @@ ${PYSITELIB}/redis/commands/search/docum
 ${PYSITELIB}/redis/commands/search/field.py
 ${PYSITELIB}/redis/commands/search/field.pyc
 ${PYSITELIB}/redis/commands/search/field.pyo
+${PYSITELIB}/redis/commands/search/hybrid_query.py
+${PYSITELIB}/redis/commands/search/hybrid_query.pyc
+${PYSITELIB}/redis/commands/search/hybrid_query.pyo
+${PYSITELIB}/redis/commands/search/hybrid_result.py
+${PYSITELIB}/redis/commands/search/hybrid_result.pyc
+${PYSITELIB}/redis/commands/search/hybrid_result.pyo
 ${PYSITELIB}/redis/commands/search/index_definition.py
 ${PYSITELIB}/redis/commands/search/index_definition.pyc
 ${PYSITELIB}/redis/commands/search/index_definition.pyo

Index: pkgsrc/databases/py-redis/distinfo
diff -u pkgsrc/databases/py-redis/distinfo:1.50 pkgsrc/databases/py-redis/distinfo:1.51
--- pkgsrc/databases/py-redis/distinfo:1.50     Mon Nov  3 12:22:59 2025
+++ pkgsrc/databases/py-redis/distinfo  Fri Nov 21 09:07:32 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2025/11/03 12:22:59 adam Exp $
+$NetBSD: distinfo,v 1.51 2025/11/21 09:07:32 adam Exp $
 
-BLAKE2s (redis-7.0.1.tar.gz) = fe93f41da32a41ae31b5960114d451b65ec170751636928724d503f4c577d1aa
-SHA512 (redis-7.0.1.tar.gz) = 08221baf1f4dee1abc7b7a7116757c14512c138ccaebf0507b1a30f9106a9f9053c101201cd4a129f48a0674ef024954e5b278192a38e407c2618ef960ff0928
-Size (redis-7.0.1.tar.gz) = 4755322 bytes
+BLAKE2s (redis-7.1.0.tar.gz) = 8c0cb7e67afa83bc47905e25f40178a39788cba63e0f18726a87680d226e4efe
+SHA512 (redis-7.1.0.tar.gz) = a6dd967471605d6c321a3332979face8641ed0b7ff8af4cbb9440b6d50c6bc5a512a2ca8410163dd471af97983e19b12eaa67f59c7338273dca077177319fc3d
+Size (redis-7.1.0.tar.gz) = 4796669 bytes



Home | Main Index | Thread Index | Old Index