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.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38739734d97d
branches:  trunk
changeset: 391499:38739734d97d
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 09 11:27:02 2023 +0000

description:
py-redis: updated to 4.4.1

Changes 4.4.1

🚀 New Features

Add dialect to FT.AGGREGATE
Add support for resetchannels in ACL SETUSER
Allow EVAL_RO and EVALSHA_RO to be routed to read replica
Add timeout parameter for SentinelManagedConnection
Add TIMEOUT to query class
Add support for certain LATENCY commands

🐛 Bug Fixes

Add type checking to __eq__ in graph classes
Accept str for ex parameter in set command
Fix for Unhandled exception related to self.host with unix socket
Make PythonParser resumable

🧰 Maintenance

Fix incorrect _disconnect_raise docstring
Remove DeprecationWarning by replace get_event_loop with get_running_loop
Fix AttributeError when trying to split library version
Including startup instructions via redis-stack docker
Fix JSON.ARRINDEX test
Add OpenTelemetry example with Uptrace backend
Switch docs to furo theme
Combine auto-concatenated strings
Updating graph tests to support new execution plan
Raising NotImplementedError for certain CLUSTER and LATENCY commands

diffstat:

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

diffs (25 lines):

diff -r 68b7c5ccc471 -r 38739734d97d databases/py-redis/Makefile
--- a/databases/py-redis/Makefile       Mon Jan 09 11:16:15 2023 +0000
+++ b/databases/py-redis/Makefile       Mon Jan 09 11:27:02 2023 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2022/12/08 09:01:30 adam Exp $
+# $NetBSD: Makefile,v 1.32 2023/01/09 11:27:02 adam Exp $
 
-DISTNAME=      redis-4.4.0
+DISTNAME=      redis-4.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/redis/}
diff -r 68b7c5ccc471 -r 38739734d97d databases/py-redis/distinfo
--- a/databases/py-redis/distinfo       Mon Jan 09 11:16:15 2023 +0000
+++ b/databases/py-redis/distinfo       Mon Jan 09 11:27:02 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2022/12/08 09:01:30 adam Exp $
+$NetBSD: distinfo,v 1.29 2023/01/09 11:27:02 adam Exp $
 
-BLAKE2s (redis-4.4.0.tar.gz) = 611c8c5b3a6d4afa48f4208784f7e10f5f78adc22e8668810aa317e005f83d23
-SHA512 (redis-4.4.0.tar.gz) = 935f14960f55705a97b4530d8555486947a9dae21de403762ac6fd52e78d0a06f8f024a9d62a576e5831e3b0bac317a3d1d7693e871adbee41403aa1b44f48b4
-Size (redis-4.4.0.tar.gz) = 4544461 bytes
+BLAKE2s (redis-4.4.1.tar.gz) = 24c92b8efe3e3d613cf8586427c470106a81954a1b9b1993363d29dba9db0fc7
+SHA512 (redis-4.4.1.tar.gz) = be377afc0298063377b58eeba8a85bbbc53df23841719c0ce944223e383a4e7d20d32637b210a461a783bfee01e8a8ecebf76fd2e51b9489e983c6ba4563fc1a
+Size (redis-4.4.1.tar.gz) = 4547425 bytes


Home | Main Index | Thread Index | Old Index