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:           Tue Aug  5 20:04:53 UTC 2025

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

Log Message:
py-redis: updated to 6.3.0

6.3.0

New Features

Add support for new BITOP operations: DIFF, DIFF1, ANDOR, ONE
Support new VAMANA vector index type
Add new stream commands
add async Retry eq and hash & fix ExponentialWithJitterBackoff eq

Bug Fixes

Fixing sentinel command execution to allow returning of actual responses when meaningful - behaviour controlled by 'return_responses' argument.
Annotate deprecated_args decorator to preserve wrapped function type signature
Fix ConnectionPool to raise MaxConnectionsError instead of Connection…
add async Retry eq and hash & fix ExponentialWithJitterBackoff eq
SentinelManagedConnection searches for new master upon connection failure

Maintenance

fix: avoid instantiating a connection on repr_
Fixing the return type hint for the transaction method in the standalone client.
Bump rojopolis/spellcheck-github-actions from 0.48.0 to 0.49.0
Dropping integration tests with Redis 6.2 from pipeline actions.
Remove deprecated arg from call to ClusterPipeline
TransactionStrategy reset: UNWATCH only when status is watching
KeyT for set operations
Removing references to old docs site 'https://redis-py.readthedocs.io/' replaced by 'https://redis.readthedocs.io/'
Removing unnecessary check for tests using AsyncMock
Updating test images for github pipeline execution
Updating the latest Redis image for pipeline testing
Bump rojopolis/spellcheck-github-actions from 0.49.0 to 0.51.0
DOC-5225 testable probabilistic dt examples
Update README.md
Convert the value to int type only if it exists in CLIENT INFO
Fix compatibility with latest pytest-asyncio version(1.1.0)
DOC-5424 time series examples
Adding information in connection pool class doc string for available SSLConnection class, that can be used for SSL connections


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/databases/py-redis/Makefile
cvs rdiff -u -r1.47 -r1.48 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.52 pkgsrc/databases/py-redis/Makefile:1.53
--- pkgsrc/databases/py-redis/Makefile:1.52     Wed May 28 14:16:23 2025
+++ pkgsrc/databases/py-redis/Makefile  Tue Aug  5 20:04:53 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2025/05/28 14:16:23 adam Exp $
+# $NetBSD: Makefile,v 1.53 2025/08/05 20:04:53 adam Exp $
 
-DISTNAME=      redis-6.2.0
+DISTNAME=      redis-6.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/redis/}

Index: pkgsrc/databases/py-redis/distinfo
diff -u pkgsrc/databases/py-redis/distinfo:1.47 pkgsrc/databases/py-redis/distinfo:1.48
--- pkgsrc/databases/py-redis/distinfo:1.47     Wed May 28 14:16:23 2025
+++ pkgsrc/databases/py-redis/distinfo  Tue Aug  5 20:04:53 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2025/05/28 14:16:23 adam Exp $
+$NetBSD: distinfo,v 1.48 2025/08/05 20:04:53 adam Exp $
 
-BLAKE2s (redis-6.2.0.tar.gz) = 7be38f587f711cfe37e6f2a9f9ff7bc4a432e933a622fa1c81659fcd8fe46f38
-SHA512 (redis-6.2.0.tar.gz) = 4a749abb66aaa3ace39d220d783cb3d6fc38fdc808e85736a2d8bcb4c3d992b95f6033e78b3cb14f38ae85deb1485c23ea05cb274af9a75deb42ecbecfa193ed
-Size (redis-6.2.0.tar.gz) = 4639129 bytes
+BLAKE2s (redis-6.3.0.tar.gz) = 872641fdcdc703d6a7b5664a13c3db65d584d2dabf22f5f18b823027c1c05fed
+SHA512 (redis-6.3.0.tar.gz) = 81e533b3593942143b70a62a68d45a9a8fc651d67526dcf4d8e85e5ff647dc9d8b691f08127adb567c9b2395cc4362d94b3a9eb00bd668c17529a08f11b7a02a
+Size (redis-6.3.0.tar.gz) = 4647275 bytes



Home | Main Index | Thread Index | Old Index