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:           Wed Feb 16 13:10:35 UTC 2022

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

Log Message:
py-redis: updated to 4.1.4

4.1.4:

New Features

Adding ExecutionPlan support for graph
Vector similiary search support


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/py-redis/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/py-redis/PLIST
cvs rdiff -u -r1.20 -r1.21 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.23 pkgsrc/databases/py-redis/Makefile:1.24
--- pkgsrc/databases/py-redis/Makefile:1.23     Tue Feb  8 16:43:03 2022
+++ pkgsrc/databases/py-redis/Makefile  Wed Feb 16 13:10:34 2022
@@ -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/}

Index: pkgsrc/databases/py-redis/PLIST
diff -u pkgsrc/databases/py-redis/PLIST:1.5 pkgsrc/databases/py-redis/PLIST:1.6
--- pkgsrc/databases/py-redis/PLIST:1.5 Mon Jan 10 17:41:47 2022
+++ pkgsrc/databases/py-redis/PLIST     Wed Feb 16 13:10:34 2022
@@ -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.p
 ${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

Index: pkgsrc/databases/py-redis/distinfo
diff -u pkgsrc/databases/py-redis/distinfo:1.20 pkgsrc/databases/py-redis/distinfo:1.21
--- pkgsrc/databases/py-redis/distinfo:1.20     Tue Feb  8 16:43:03 2022
+++ pkgsrc/databases/py-redis/distinfo  Wed Feb 16 13:10:34 2022
@@ -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