diff --git a/www/py-dj32-django-redis/Makefile b/www/py-dj32-django-redis/Makefile index 0551f4525914..888e78bb9c65 100644 --- a/www/py-dj32-django-redis/Makefile +++ b/www/py-dj32-django-redis/Makefile @@ -1,30 +1,30 @@ PORTNAME= django-redis -PORTVERSION= 5.0.0 +PORTVERSION= 5.1.0 CATEGORIES= www databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj32- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Full featured Redis cache/session backend for Django LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}redis>=3.0.0:databases/py-redis@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}redis>=3<4:databases/py-redis@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hiredis>=0:databases/py-hiredis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}dj31-django-redis \ ${PYTHON_PKGNAMEPREFIX}django-redis do-test: @cd ${WRKSRC}/tests && ${PYTHON_CMD} runtests.py .include diff --git a/www/py-dj32-django-redis/distinfo b/www/py-dj32-django-redis/distinfo index 97e629202e3e..84d49bc8bdc9 100644 --- a/www/py-dj32-django-redis/distinfo +++ b/www/py-dj32-django-redis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189755 -SHA256 (django-redis-5.0.0.tar.gz) = 048f665bbe27f8ff2edebae6aa9c534ab137f1e8fa7234147ef470df3f3aa9b8 -SIZE (django-redis-5.0.0.tar.gz) = 47508 +TIMESTAMP = 1638556634 +SHA256 (django-redis-5.1.0.tar.gz) = 98fb3d31633a1addea1aeb558a647359908bbcf78c0833f99496c5348fe3c1b4 +SIZE (django-redis-5.1.0.tar.gz) = 44112 diff --git a/www/py-dj32-django-redis/pkg-descr b/www/py-dj32-django-redis/pkg-descr index dafc130bd225..765564e7a725 100644 --- a/www/py-dj32-django-redis/pkg-descr +++ b/www/py-dj32-django-redis/pkg-descr @@ -1,17 +1,17 @@ Django-redis is a BSD Licensed, full featured Redis cache/session backend for Django. Why use django-redis? * Modular client system (pluggable clients). * Master-Slave support in the default client. * Used in production in several projects as cache and session storage. * Supports infinite timeouts. * Python 3 support in same code base. * Facilities for raw access to Redis client/connection pool. * Highly configurable (can emulate memcached exception behavior, for example). * Unix sockets supported by default. * Pluggable parsers. -WWW: https://github.com/niwinz/django-redis +WWW: https://github.com/jazzband/django-redis