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:           Wed May 28 14:16:23 UTC 2025

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

Log Message:
py-redis: updated to 6.2.0

6.2.0

New Features

Add dynamic_startup_nodes parameter to async RedisCluster
Support RESP3 with hiredis-py parser
[Async] Support for transactions in async RedisCluster client

Bug Fixes

Revert wrongly changed default value for check_hostname when instantiating RedisSSLContext
Fixed potential deadlock from unexpected __del__ call

Maintenance

Update search_json_examples.ipynb: Fix the old import indexDefinition -> index_definition
Remove mandatory update of the CHANGES file for new PRs. Changes file will be kept for history for versions < 4.0.0
Dropping Python 3.8 support as it has reached end of life
fix(doc): update Python print output in json doctests
Update redis-entraid dependency


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/databases/py-redis/Makefile
cvs rdiff -u -r1.46 -r1.47 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.51 pkgsrc/databases/py-redis/Makefile:1.52
--- pkgsrc/databases/py-redis/Makefile:1.51     Thu May 22 18:45:57 2025
+++ pkgsrc/databases/py-redis/Makefile  Wed May 28 14:16:23 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2025/05/22 18:45:57 adam Exp $
+# $NetBSD: Makefile,v 1.52 2025/05/28 14:16:23 adam Exp $
 
-DISTNAME=      redis-6.1.0
+DISTNAME=      redis-6.2.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.46 pkgsrc/databases/py-redis/distinfo:1.47
--- pkgsrc/databases/py-redis/distinfo:1.46     Thu May 22 18:45:57 2025
+++ pkgsrc/databases/py-redis/distinfo  Wed May 28 14:16:23 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2025/05/22 18:45:57 adam Exp $
+$NetBSD: distinfo,v 1.47 2025/05/28 14:16:23 adam Exp $
 
-BLAKE2s (redis-6.1.0.tar.gz) = c797cdcf759b48ee26cba6739ccc52d17f6933b8a9f422736a06b0f638df36d6
-SHA512 (redis-6.1.0.tar.gz) = 6735058043327803f5b3b0c1fb6008cbf6b755c93e2ed89eec8106d65cf74feb3de459d7c658c8614c9c399a4ff4ac02dae98c125d9815fc2d7151f9fcb4d3b8
-Size (redis-6.1.0.tar.gz) = 4629300 bytes
+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



Home | Main Index | Thread Index | Old Index