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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a1e0d0a0603
branches:  trunk
changeset: 372023:0a1e0d0a0603
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 17 19:02:13 2022 +0000

description:
py-redis: updated to 4.1.1

Version 4.1.1
Changes

🚀 New Features

Add retries to connections in Sentinel Pools
OCSP Stapling Support
Define incr/decr as aliases of incrby/decrby
FT.CREATE - support MAXTEXTFIELDS, TEMPORARY, NOHL, NOFREQS, SKIPINITIALSCAN

🐛 Bug Fixes

Timeseries docs fix
get_connection: catch OSError too
Set keys var otherwise variable not created
Clusters should optionally require full slot coverage

🧰 Maintenance

Triple quote docstrings in client.py PEP 257
syncing requirements
Typo and typing in GraphCommands documentation
Allowing poetry and redis-py to install together
setup.py: Add project_urls for PyPI
Support test with redis unstable docker
Connection examples
Documentation cleanup

diffstat:

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

diffs (25 lines):

diff -r 14c4ffdc921b -r 0a1e0d0a0603 databases/py-redis/Makefile
--- a/databases/py-redis/Makefile       Mon Jan 17 18:59:08 2022 +0000
+++ b/databases/py-redis/Makefile       Mon Jan 17 19:02:13 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2022/01/10 17:41:47 adam Exp $
+# $NetBSD: Makefile,v 1.21 2022/01/17 19:02:13 adam Exp $
 
-DISTNAME=      redis-4.1.0
+DISTNAME=      redis-4.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/redis/}
diff -r 14c4ffdc921b -r 0a1e0d0a0603 databases/py-redis/distinfo
--- a/databases/py-redis/distinfo       Mon Jan 17 18:59:08 2022 +0000
+++ b/databases/py-redis/distinfo       Mon Jan 17 19:02:13 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2022/01/10 17:41:47 adam Exp $
+$NetBSD: distinfo,v 1.18 2022/01/17 19:02:13 adam Exp $
 
-BLAKE2s (redis-4.1.0.tar.gz) = 4ad10b1e8c01a19457159150ac6adae7cf7016f69bf8baa18c0ff3458a218348
-SHA512 (redis-4.1.0.tar.gz) = 85cd09570f4faf34a735befd0677aa8ca2cb0d62b0285c4c040380c2440f2774e47762ec4219381294465343353a15804b96f06b4d6eefa7159a224eb9e72001
-Size (redis-4.1.0.tar.gz) = 2346542 bytes
+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


Home | Main Index | Thread Index | Old Index