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: Thu Jun 25 08:52:58 UTC 2026
Modified Files:
pkgsrc/databases/py-redis: Makefile distinfo
Log Message:
py-redis: updated to 8.0.1
8.0.1
Bug Fixes
Fix Unix socket maintenance notification handling and tests
Fix async cluster node connection release on write errors
Fixed async MultiDBClient with underlying RedisCluster
Fix hiredis readiness checks for high file descriptors
fix(search): parse RESP3 FT.SEARCH responses with bytes-typed keys
Fixing pubsub's listen method to be blocking.
fix(asyncio): release pooled connection when Pipeline.reset() is cancelled
Avoid per-check fd allocation in hiredis _socket_can_read() — use poll() instead of a per-call selector
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/databases/py-redis/Makefile
cvs rdiff -u -r1.54 -r1.55 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.59 pkgsrc/databases/py-redis/Makefile:1.60
--- pkgsrc/databases/py-redis/Makefile:1.59 Fri May 29 13:23:54 2026
+++ pkgsrc/databases/py-redis/Makefile Thu Jun 25 08:52:58 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2026/05/29 13:23:54 adam Exp $
+# $NetBSD: Makefile,v 1.60 2026/06/25 08:52:58 adam Exp $
-DISTNAME= redis-8.0.0
+DISTNAME= redis-8.0.1
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.54 pkgsrc/databases/py-redis/distinfo:1.55
--- pkgsrc/databases/py-redis/distinfo:1.54 Fri May 29 13:23:54 2026
+++ pkgsrc/databases/py-redis/distinfo Thu Jun 25 08:52:58 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.54 2026/05/29 13:23:54 adam Exp $
+$NetBSD: distinfo,v 1.55 2026/06/25 08:52:58 adam Exp $
-BLAKE2s (redis-8.0.0.tar.gz) = c3800ccda508f79f41f93dc2e9cf636a1edebab1945898a26f2cc22d36f09e36
-SHA512 (redis-8.0.0.tar.gz) = a22db6f9f3642561faf1682e03ef0f5dfd4024a16c3f80fae63d9cc790195218a80218c882723a06bbfc36c45ed6cded03f47b709c0ee5a35fd59257ea913837
-Size (redis-8.0.0.tar.gz) = 5101591 bytes
+BLAKE2s (redis-8.0.1.tar.gz) = 110a5bab5b8680d132c85ae5214b3ef89b64f94d9feebe7df4820386c7815b37
+SHA512 (redis-8.0.1.tar.gz) = 0283a9c1d7df72d87ed9049127d7eb6a2d1060bc360087414cd3bd0c55e644f8ca3accaf9795bbf4437bb3ce0591a00b56195c495ba9824e230459be6e646aef
+Size (redis-8.0.1.tar.gz) = 5114170 bytes
Home |
Main Index |
Thread Index |
Old Index