Wed Feb 16 13:10:35 2022 UTC ()
py-redis: updated to 4.1.4

4.1.4:

New Features

Adding ExecutionPlan support for graph
Vector similiary search support


(adam)
diff -r1.23 -r1.24 pkgsrc/databases/py-redis/Makefile
diff -r1.5 -r1.6 pkgsrc/databases/py-redis/PLIST
diff -r1.20 -r1.21 pkgsrc/databases/py-redis/distinfo

cvs diff -r1.23 -r1.24 pkgsrc/databases/py-redis/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/py-redis/Makefile 2022/02/08 16:43:03 1.23
+++ pkgsrc/databases/py-redis/Makefile 2022/02/16 13:10:34 1.24
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.23 2022/02/08 16:43:03 adam Exp $ 1# $NetBSD: Makefile,v 1.24 2022/02/16 13:10:34 adam Exp $
2 2
3DISTNAME= redis-4.1.3 3DISTNAME= redis-4.1.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= databases python 5CATEGORIES= databases python
6MASTER_SITES= ${MASTER_SITE_PYPI:=r/redis/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/redis/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/andymccurdy/redis-py 9HOMEPAGE= https://github.com/andymccurdy/redis-py
10COMMENT= Redis Python client 10COMMENT= Redis Python client
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-deprecated>=1.2.3:../../devel/py-deprecated 13DEPENDS+= ${PYPKGPREFIX}-deprecated>=1.2.3:../../devel/py-deprecated
14DEPENDS+= ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging 14DEPENDS+= ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
15# testing requires a running redis-server 15# testing requires a running redis-server
16TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 16TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test

cvs diff -r1.5 -r1.6 pkgsrc/databases/py-redis/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/py-redis/PLIST 2022/01/10 17:41:47 1.5
+++ pkgsrc/databases/py-redis/PLIST 2022/02/16 13:10:34 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2022/01/10 17:41:47 adam Exp $ 1@comment $NetBSD: PLIST,v 1.6 2022/02/16 13:10:34 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/requires.txt 5${PYSITELIB}/${EGG_INFODIR}/requires.txt
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/redis/__init__.py 7${PYSITELIB}/redis/__init__.py
8${PYSITELIB}/redis/__init__.pyc 8${PYSITELIB}/redis/__init__.pyc
9${PYSITELIB}/redis/__init__.pyo 9${PYSITELIB}/redis/__init__.pyo
10${PYSITELIB}/redis/backoff.py 10${PYSITELIB}/redis/backoff.py
11${PYSITELIB}/redis/backoff.pyc 11${PYSITELIB}/redis/backoff.pyc
12${PYSITELIB}/redis/backoff.pyo 12${PYSITELIB}/redis/backoff.pyo
13${PYSITELIB}/redis/client.py 13${PYSITELIB}/redis/client.py
14${PYSITELIB}/redis/client.pyc 14${PYSITELIB}/redis/client.pyc
@@ -36,26 +36,29 @@ ${PYSITELIB}/redis/commands/core.pyc @@ -36,26 +36,29 @@ ${PYSITELIB}/redis/commands/core.pyc
36${PYSITELIB}/redis/commands/core.pyo 36${PYSITELIB}/redis/commands/core.pyo
37${PYSITELIB}/redis/commands/graph/__init__.py 37${PYSITELIB}/redis/commands/graph/__init__.py
38${PYSITELIB}/redis/commands/graph/__init__.pyc 38${PYSITELIB}/redis/commands/graph/__init__.pyc
39${PYSITELIB}/redis/commands/graph/__init__.pyo 39${PYSITELIB}/redis/commands/graph/__init__.pyo
40${PYSITELIB}/redis/commands/graph/commands.py 40${PYSITELIB}/redis/commands/graph/commands.py
41${PYSITELIB}/redis/commands/graph/commands.pyc 41${PYSITELIB}/redis/commands/graph/commands.pyc
42${PYSITELIB}/redis/commands/graph/commands.pyo 42${PYSITELIB}/redis/commands/graph/commands.pyo
43${PYSITELIB}/redis/commands/graph/edge.py 43${PYSITELIB}/redis/commands/graph/edge.py
44${PYSITELIB}/redis/commands/graph/edge.pyc 44${PYSITELIB}/redis/commands/graph/edge.pyc
45${PYSITELIB}/redis/commands/graph/edge.pyo 45${PYSITELIB}/redis/commands/graph/edge.pyo
46${PYSITELIB}/redis/commands/graph/exceptions.py 46${PYSITELIB}/redis/commands/graph/exceptions.py
47${PYSITELIB}/redis/commands/graph/exceptions.pyc 47${PYSITELIB}/redis/commands/graph/exceptions.pyc
48${PYSITELIB}/redis/commands/graph/exceptions.pyo 48${PYSITELIB}/redis/commands/graph/exceptions.pyo
 49${PYSITELIB}/redis/commands/graph/execution_plan.py
 50${PYSITELIB}/redis/commands/graph/execution_plan.pyc
 51${PYSITELIB}/redis/commands/graph/execution_plan.pyo
49${PYSITELIB}/redis/commands/graph/node.py 52${PYSITELIB}/redis/commands/graph/node.py
50${PYSITELIB}/redis/commands/graph/node.pyc 53${PYSITELIB}/redis/commands/graph/node.pyc
51${PYSITELIB}/redis/commands/graph/node.pyo 54${PYSITELIB}/redis/commands/graph/node.pyo
52${PYSITELIB}/redis/commands/graph/path.py 55${PYSITELIB}/redis/commands/graph/path.py
53${PYSITELIB}/redis/commands/graph/path.pyc 56${PYSITELIB}/redis/commands/graph/path.pyc
54${PYSITELIB}/redis/commands/graph/path.pyo 57${PYSITELIB}/redis/commands/graph/path.pyo
55${PYSITELIB}/redis/commands/graph/query_result.py 58${PYSITELIB}/redis/commands/graph/query_result.py
56${PYSITELIB}/redis/commands/graph/query_result.pyc 59${PYSITELIB}/redis/commands/graph/query_result.pyc
57${PYSITELIB}/redis/commands/graph/query_result.pyo 60${PYSITELIB}/redis/commands/graph/query_result.pyo
58${PYSITELIB}/redis/commands/helpers.py 61${PYSITELIB}/redis/commands/helpers.py
59${PYSITELIB}/redis/commands/helpers.pyc 62${PYSITELIB}/redis/commands/helpers.pyc
60${PYSITELIB}/redis/commands/helpers.pyo 63${PYSITELIB}/redis/commands/helpers.pyo
61${PYSITELIB}/redis/commands/json/__init__.py 64${PYSITELIB}/redis/commands/json/__init__.py

cvs diff -r1.20 -r1.21 pkgsrc/databases/py-redis/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/py-redis/distinfo 2022/02/08 16:43:03 1.20
+++ pkgsrc/databases/py-redis/distinfo 2022/02/16 13:10:34 1.21
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/02/08 16:43:03 adam Exp $ 1$NetBSD: distinfo,v 1.21 2022/02/16 13:10:34 adam Exp $
2 2
3BLAKE2s (redis-4.1.3.tar.gz) = 998df8fe06191f7635008a2908e5352934355fdcb591aa290930aa9029dde8a8 3BLAKE2s (redis-4.1.4.tar.gz) = ef5e0dcca304256301e4e7b1a00f8abac7825551e32ff7bc77ff8dbd80d0ce5f
4SHA512 (redis-4.1.3.tar.gz) = 797c1ee4ff4f0e32b52add5bc1cc81fd36cb1eb4d6f9328b38dca46c79a01bc105bc172f56d3bea20d802ee7a6eb934c2ee3ab5f611a49d77f9c4c50d7a4b0d8 4SHA512 (redis-4.1.4.tar.gz) = 6dd1bc7622529382901b2fe6e63a5f9d6a4b89175b486c879a63cc8f0e708737431dfe5b834124f0d33f34540ac54813a0e6953bbed3a9dbd226597b4b1cb3ae
5Size (redis-4.1.3.tar.gz) = 2349885 bytes 5Size (redis-4.1.4.tar.gz) = 2352106 bytes