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.4.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/a7c3d33b6973
branches: trunk
changeset: 389682:a7c3d33b6973
user: adam <adam%pkgsrc.org@localhost>
date: Thu Dec 08 09:01:30 2022 +0000
description:
py-redis: updated to 4.4.0
v4.4.0
New Features (since 4.4.0rc4)
Async clusters: Support creating locks inside async functions
Bug Fixes (since 4.4.0rc4)
Async: added 'blocking' argument to call lock method
Added a replacement for the default cluster node in the event of failure.
Fixed geosearch: Wrong number of arguments for geosearch command
Maintenance (since 4.4.0rc4)
Updating dev dependencies
Removing deprecated LGTM
Added an explicit index name in RediSearch example
Adding connection step to bloom filter examples
diffstat:
databases/py-redis/Makefile | 9 +++++----
databases/py-redis/PLIST | 8 ++++----
databases/py-redis/distinfo | 8 ++++----
3 files changed, 13 insertions(+), 12 deletions(-)
diffs (72 lines):
diff -r f40c7de30f25 -r a7c3d33b6973 databases/py-redis/Makefile
--- a/databases/py-redis/Makefile Thu Dec 08 08:57:54 2022 +0000
+++ b/databases/py-redis/Makefile Thu Dec 08 09:01:30 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2022/11/22 19:12:27 adam Exp $
+# $NetBSD: Makefile,v 1.31 2022/12/08 09:01:30 adam Exp $
-DISTNAME= redis-4.3.5
+DISTNAME= redis-4.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/redis/}
@@ -11,14 +11,15 @@
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-async-timeout>=4.0.2:../../devel/py-async-timeout
-DEPENDS+= ${PYPKGPREFIX}-packaging>=20.4:../../devel/py-packaging
-# testing requires a running redis-server
+TEST_DEPENDS+= ${PYPKGPREFIX}-packaging>=20.4:../../devel/py-packaging
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
+# Testing requires a running redis-server.
# Broken in 4.1.0: missing SSL certificates and tox.ini.
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
diff -r f40c7de30f25 -r a7c3d33b6973 databases/py-redis/PLIST
--- a/databases/py-redis/PLIST Thu Dec 08 08:57:54 2022 +0000
+++ b/databases/py-redis/PLIST Thu Dec 08 09:01:30 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2022/11/22 19:12:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/12/08 09:01:30 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -55,9 +55,6 @@
${PYSITELIB}/redis/commands/bf/info.py
${PYSITELIB}/redis/commands/bf/info.pyc
${PYSITELIB}/redis/commands/bf/info.pyo
-${PYSITELIB}/redis/commands/bf/utils.py
-${PYSITELIB}/redis/commands/bf/utils.pyc
-${PYSITELIB}/redis/commands/bf/utils.pyo
${PYSITELIB}/redis/commands/cluster.py
${PYSITELIB}/redis/commands/cluster.pyc
${PYSITELIB}/redis/commands/cluster.pyo
@@ -172,6 +169,9 @@
${PYSITELIB}/redis/crc.py
${PYSITELIB}/redis/crc.pyc
${PYSITELIB}/redis/crc.pyo
+${PYSITELIB}/redis/credentials.py
+${PYSITELIB}/redis/credentials.pyc
+${PYSITELIB}/redis/credentials.pyo
${PYSITELIB}/redis/exceptions.py
${PYSITELIB}/redis/exceptions.pyc
${PYSITELIB}/redis/exceptions.pyo
diff -r f40c7de30f25 -r a7c3d33b6973 databases/py-redis/distinfo
--- a/databases/py-redis/distinfo Thu Dec 08 08:57:54 2022 +0000
+++ b/databases/py-redis/distinfo Thu Dec 08 09:01:30 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2022/11/22 19:12:27 adam Exp $
+$NetBSD: distinfo,v 1.28 2022/12/08 09:01:30 adam Exp $
-BLAKE2s (redis-4.3.5.tar.gz) = 09fa1d00b4ce5ec67a271226a03db44e33de7cab68e0e8a7020b8bca13dc3752
-SHA512 (redis-4.3.5.tar.gz) = bff3db6e6336cf6787da3c7856ef9b122f07995ebab99d3e2d9b3ff42acd23241539971afd7b5a5f5136763e925086395feefb4c148296760906a5ad52216bea
-Size (redis-4.3.5.tar.gz) = 4577422 bytes
+BLAKE2s (redis-4.4.0.tar.gz) = 611c8c5b3a6d4afa48f4208784f7e10f5f78adc22e8668810aa317e005f83d23
+SHA512 (redis-4.4.0.tar.gz) = 935f14960f55705a97b4530d8555486947a9dae21de403762ac6fd52e78d0a06f8f024a9d62a576e5831e3b0bac317a3d1d7693e871adbee41403aa1b44f48b4
+Size (redis-4.4.0.tar.gz) = 4544461 bytes
Home |
Main Index |
Thread Index |
Old Index