diff options
author | adam <adam@pkgsrc.org> | 2022-02-16 13:10:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-02-16 13:10:34 +0000 |
commit | ce46b0a6a85d0a79b3733baa43b8cca152a9bddc (patch) | |
tree | 7bebaf3aa43fb3e32f44d89b5dff81d54af1ee3a | |
parent | 2bbcff38abb8968964f4161d8f8632366877c9dd (diff) | |
download | pkgsrc-ce46b0a6a85d0a79b3733baa43b8cca152a9bddc.tar.gz |
py-redis: updated to 4.1.4
4.1.4:
New Features
Adding ExecutionPlan support for graph
Vector similiary search support
-rw-r--r-- | databases/py-redis/Makefile | 4 | ||||
-rw-r--r-- | databases/py-redis/PLIST | 5 | ||||
-rw-r--r-- | databases/py-redis/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/databases/py-redis/Makefile b/databases/py-redis/Makefile index bd1abd3359b..b842b5c84c6 100644 --- a/databases/py-redis/Makefile +++ b/databases/py-redis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2022/02/08 16:43:03 adam Exp $ +# $NetBSD: Makefile,v 1.24 2022/02/16 13:10:34 adam Exp $ -DISTNAME= redis-4.1.3 +DISTNAME= redis-4.1.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=r/redis/} diff --git a/databases/py-redis/PLIST b/databases/py-redis/PLIST index f5d59cb9ad9..8c1bc823a16 100644 --- a/databases/py-redis/PLIST +++ b/databases/py-redis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2022/01/10 17:41:47 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/02/16 13:10:34 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -46,6 +46,9 @@ ${PYSITELIB}/redis/commands/graph/edge.pyo ${PYSITELIB}/redis/commands/graph/exceptions.py ${PYSITELIB}/redis/commands/graph/exceptions.pyc ${PYSITELIB}/redis/commands/graph/exceptions.pyo +${PYSITELIB}/redis/commands/graph/execution_plan.py +${PYSITELIB}/redis/commands/graph/execution_plan.pyc +${PYSITELIB}/redis/commands/graph/execution_plan.pyo ${PYSITELIB}/redis/commands/graph/node.py ${PYSITELIB}/redis/commands/graph/node.pyc ${PYSITELIB}/redis/commands/graph/node.pyo diff --git a/databases/py-redis/distinfo b/databases/py-redis/distinfo index 6a957168519..c1bcfc0694f 100644 --- a/databases/py-redis/distinfo +++ b/databases/py-redis/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2022/02/08 16:43:03 adam Exp $ +$NetBSD: distinfo,v 1.21 2022/02/16 13:10:34 adam Exp $ -BLAKE2s (redis-4.1.3.tar.gz) = 998df8fe06191f7635008a2908e5352934355fdcb591aa290930aa9029dde8a8 -SHA512 (redis-4.1.3.tar.gz) = 797c1ee4ff4f0e32b52add5bc1cc81fd36cb1eb4d6f9328b38dca46c79a01bc105bc172f56d3bea20d802ee7a6eb934c2ee3ab5f611a49d77f9c4c50d7a4b0d8 -Size (redis-4.1.3.tar.gz) = 2349885 bytes +BLAKE2s (redis-4.1.4.tar.gz) = ef5e0dcca304256301e4e7b1a00f8abac7825551e32ff7bc77ff8dbd80d0ce5f +SHA512 (redis-4.1.4.tar.gz) = 6dd1bc7622529382901b2fe6e63a5f9d6a4b89175b486c879a63cc8f0e708737431dfe5b834124f0d33f34540ac54813a0e6953bbed3a9dbd226597b4b1cb3ae +Size (redis-4.1.4.tar.gz) = 2352106 bytes |