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:           Mon Mar 20 13:12:06 UTC 2023

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

Log Message:
py-redis: updated to 4.5.2

4.5.2

🚀 New Features

Introduce AbstractConnection so that UnixDomainSocketConnection can call super().init
Added queue_class to REDIS_ALLOWED_KEYS
Made search document subscriptable
Sped up the protocol parsing

🐛 Bug Fixes

Fix behaviour of async PythonParser to match RedisParser
Replace async_timeout by asyncio.timeout
Update json().arrindex() default values

🧰 Maintenance

Coverage for pypy-3.9
Developer Experience: Adding redis version compatibility details to the README
Remove redundant assignment to RedisCluster.nodes_manager.
Developer Experience: [types] update return type of smismember to list[int]
Developer Experience: [docs] ConnectionPool SSL example
Developer Experience: Fixed CredentialsProvider examples
Developer Experience: Update README to make pip install copy-pastable on zsh
Developer Experience: Fix for lpop and rpop return typing


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/py-redis/Makefile
cvs rdiff -u -r1.31 -r1.32 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.34 pkgsrc/databases/py-redis/Makefile:1.35
--- pkgsrc/databases/py-redis/Makefile:1.34     Tue Feb 21 19:23:27 2023
+++ pkgsrc/databases/py-redis/Makefile  Mon Mar 20 13:12:06 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2023/02/21 19:23:27 adam Exp $
+# $NetBSD: Makefile,v 1.35 2023/03/20 13:12:06 adam Exp $
 
-DISTNAME=      redis-4.5.1
+DISTNAME=      redis-4.5.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.31 pkgsrc/databases/py-redis/distinfo:1.32
--- pkgsrc/databases/py-redis/distinfo:1.31     Tue Feb 21 19:23:27 2023
+++ pkgsrc/databases/py-redis/distinfo  Mon Mar 20 13:12:06 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2023/02/21 19:23:27 adam Exp $
+$NetBSD: distinfo,v 1.32 2023/03/20 13:12:06 adam Exp $
 
-BLAKE2s (redis-4.5.1.tar.gz) = 2c4fb7b102c284e3e5b8b1a18c71f56af3e70e463643b6d1a54ec6f21fd7923f
-SHA512 (redis-4.5.1.tar.gz) = 6a4c620236f5ddb6d4afbe5b09bcc7734331a7e9f9fd6302570f27cbf357e0d5fddd38ce55e8ba298fd4dedc58bccde55ced0d5a0a3067d42246d9f14063e16c
-Size (redis-4.5.1.tar.gz) = 4550408 bytes
+BLAKE2s (redis-4.5.2.tar.gz) = cf1278824bfd796cf16b3c6c67fc22ddac3f389f327bd9f70e3a070717110ceb
+SHA512 (redis-4.5.2.tar.gz) = 6144d1a01750c5a5f48d58caff9c20239846f8f88fa29c665897a14075777490d0ec0eab7ea20537bd391a896b50ffb7366bf48f2c90ee66bc6d0f5d16e3ed70
+Size (redis-4.5.2.tar.gz) = 4550726 bytes



Home | Main Index | Thread Index | Old Index