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 Jan 27 16:56:46 UTC 2022

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

Log Message:
py-redis: updated to 4.1.2

Version 4.1.2
Changes

🚀 New Features

Invalid OCSP certificates should raise ConnectionError on failed validation
Added retry mechanism on socket timeouts when connecting to the server

🐛 Bug Fixes

LMOVE, BLMOVE return incorrect responses
Fixing AttributeError in UnixDomainSocketConnection
Fixing TypeError in GraphCommands.explain

🧰 Maintenance

For tests, increasing wait time for the cluster
Increased pubsub's wait_for_messages timeout to prevent flaky tests
README code snippets formatted to highlight properly
Fix link in the main page
Documentation fixes: JSON Example, SSL Connection Examples, RTD version
Direct link to readthedocs


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/py-redis/Makefile
cvs rdiff -u -r1.18 -r1.19 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.21 pkgsrc/databases/py-redis/Makefile:1.22
--- pkgsrc/databases/py-redis/Makefile:1.21     Mon Jan 17 19:02:13 2022
+++ pkgsrc/databases/py-redis/Makefile  Thu Jan 27 16:56:46 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2022/01/17 19:02:13 adam Exp $
+# $NetBSD: Makefile,v 1.22 2022/01/27 16:56:46 adam Exp $
 
-DISTNAME=      redis-4.1.1
+DISTNAME=      redis-4.1.2
 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.18 pkgsrc/databases/py-redis/distinfo:1.19
--- pkgsrc/databases/py-redis/distinfo:1.18     Mon Jan 17 19:02:13 2022
+++ pkgsrc/databases/py-redis/distinfo  Thu Jan 27 16:56:46 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/01/17 19:02:13 adam Exp $
+$NetBSD: distinfo,v 1.19 2022/01/27 16:56:46 adam Exp $
 
-BLAKE2s (redis-4.1.1.tar.gz) = da6f0e0e6224aed4c79c33e358017f9da371808d6bf8143d76b33130650829be
-SHA512 (redis-4.1.1.tar.gz) = a974a910dcbaf75516e311badbe6e019cdce668a6d8cd918503934bb92bf97f7ea373fae32139f89a9eecdb360184ae42d24d742ef8b008e95eae648bd992e64
-Size (redis-4.1.1.tar.gz) = 2349319 bytes
+BLAKE2s (redis-4.1.2.tar.gz) = fc522e85cc21ba977ed7a7dc3933d5f60417765f126e8a1c51e59a40d15ed5e6
+SHA512 (redis-4.1.2.tar.gz) = beb6e50051eae61e84e7cf37f9f3e3efbc404d49e506b0b3bdae0d0c45fd940f12c801434a6394505519bf327b5933c076ad4f8c66ad812441bc08b3aa682542
+Size (redis-4.1.2.tar.gz) = 2349862 bytes



Home | Main Index | Thread Index | Old Index