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 Jan 17 19:02:13 UTC 2022
Modified Files:
pkgsrc/databases/py-redis: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/py-redis/Makefile
cvs rdiff -u -r1.17 -r1.18 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.20 pkgsrc/databases/py-redis/Makefile:1.21
--- pkgsrc/databases/py-redis/Makefile:1.20 Mon Jan 10 17:41:47 2022
+++ pkgsrc/databases/py-redis/Makefile Mon Jan 17 19:02:13 2022
@@ -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/}
Index: pkgsrc/databases/py-redis/distinfo
diff -u pkgsrc/databases/py-redis/distinfo:1.17 pkgsrc/databases/py-redis/distinfo:1.18
--- pkgsrc/databases/py-redis/distinfo:1.17 Mon Jan 10 17:41:47 2022
+++ pkgsrc/databases/py-redis/distinfo Mon Jan 17 19:02:13 2022
@@ -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