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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/623a1e8471be
branches:  trunk
changeset: 374226:623a1e8471be
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Feb 16 13:10:34 2022 +0000

description:
py-redis: updated to 4.1.4

4.1.4:

New Features

Adding ExecutionPlan support for graph
Vector similiary search support

diffstat:

 databases/py-redis/Makefile |  4 ++--
 databases/py-redis/PLIST    |  5 ++++-
 databases/py-redis/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r c630398041fa -r 623a1e8471be databases/py-redis/Makefile
--- a/databases/py-redis/Makefile       Wed Feb 16 12:05:00 2022 +0000
+++ b/databases/py-redis/Makefile       Wed Feb 16 13:10:34 2022 +0000
@@ -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 -r c630398041fa -r 623a1e8471be databases/py-redis/PLIST
--- a/databases/py-redis/PLIST  Wed Feb 16 12:05:00 2022 +0000
+++ b/databases/py-redis/PLIST  Wed Feb 16 13:10:34 2022 +0000
@@ -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/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 -r c630398041fa -r 623a1e8471be databases/py-redis/distinfo
--- a/databases/py-redis/distinfo       Wed Feb 16 12:05:00 2022 +0000
+++ b/databases/py-redis/distinfo       Wed Feb 16 13:10:34 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index