diff --git a/www/py-dj31-django-redis/Makefile b/www/py-dj31-django-redis/Makefile index 341d06305288..f0809bb482c3 100644 --- a/www/py-dj31-django-redis/Makefile +++ b/www/py-dj31-django-redis/Makefile @@ -1,33 +1,33 @@ PORTNAME= django-redis -PORTVERSION= 5.0.0 +PORTVERSION= 5.1.0 CATEGORIES= www databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj31- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Full featured Redis cache/session backend for Django LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE DEPRECATED= Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/ EXPIRATION_DATE= 2021-12-31 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django31>=2.2:www/py-django31@${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 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-redis \ ${PYTHON_PKGNAMEPREFIX}dj32-django-redis NO_ARCH= yes do-test: @cd ${WRKSRC}/tests && ${PYTHON_CMD} runtests.py .include diff --git a/www/py-dj31-django-redis/distinfo b/www/py-dj31-django-redis/distinfo index aa65568d0cf5..cd19505dd98b 100644 --- a/www/py-dj31-django-redis/distinfo +++ b/www/py-dj31-django-redis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189757 -SHA256 (django-redis-5.0.0.tar.gz) = 048f665bbe27f8ff2edebae6aa9c534ab137f1e8fa7234147ef470df3f3aa9b8 -SIZE (django-redis-5.0.0.tar.gz) = 47508 +TIMESTAMP = 1638556632 +SHA256 (django-redis-5.1.0.tar.gz) = 98fb3d31633a1addea1aeb558a647359908bbcf78c0833f99496c5348fe3c1b4 +SIZE (django-redis-5.1.0.tar.gz) = 44112 diff --git a/www/py-dj31-django-redis/pkg-descr b/www/py-dj31-django-redis/pkg-descr index dafc130bd225..765564e7a725 100644 --- a/www/py-dj31-django-redis/pkg-descr +++ b/www/py-dj31-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