pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-redis py-redis: updated to 4.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/572521233129
branches:  trunk
changeset: 372605:572521233129
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 27 16:56:46 2022 +0000

description:
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

diffstat:

 databases/py-redis/Makefile |  4 ++--
 databases/py-redis/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r ecbb5491426e -r 572521233129 databases/py-redis/Makefile
--- a/databases/py-redis/Makefile       Thu Jan 27 16:53:08 2022 +0000
+++ b/databases/py-redis/Makefile       Thu Jan 27 16:56:46 2022 +0000
@@ -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/}
diff -r ecbb5491426e -r 572521233129 databases/py-redis/distinfo
--- a/databases/py-redis/distinfo       Thu Jan 27 16:53:08 2022 +0000
+++ b/databases/py-redis/distinfo       Thu Jan 27 16:56:46 2022 +0000
@@ -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