git: f56b44ada5ad - main - devel/py-dj41-django-rq: Update to 2.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Nov 2023 18:08:50 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f56b44ada5adeb65f419f1c7c2f44a70162d2422 commit f56b44ada5adeb65f419f1c7c2f44a70162d2422 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-27 18:03:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-27 18:07:50 +0000 devel/py-dj41-django-rq: Update to 2.9.0 Changes: https://github.com/rq/django-rq/releases --- devel/py-dj41-django-rq/Makefile | 4 ++-- devel/py-dj41-django-rq/distinfo | 6 +++--- devel/py-dj41-django-rq/files/patch-setup.py | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/py-dj41-django-rq/Makefile b/devel/py-dj41-django-rq/Makefile index 5cf6f4cfc484..c2628d85b9d4 100644 --- a/devel/py-dj41-django-rq/Makefile +++ b/devel/py-dj41-django-rq/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-rq -PORTVERSION= 2.8.1 +PORTVERSION= 2.9.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj41- @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt DEPRECATED= Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/ EXPIRATION_DATE= 2023-12-31 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=2.0:www/py-django41@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=3.2:www/py-django41@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}redis>=3:databases/py-redis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rq>=1.11:devel/py-rq@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ diff --git a/devel/py-dj41-django-rq/distinfo b/devel/py-dj41-django-rq/distinfo index 8554ddc8048a..a032a84010d0 100644 --- a/devel/py-dj41-django-rq/distinfo +++ b/devel/py-dj41-django-rq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685162124 -SHA256 (django-rq-2.8.1.tar.gz) = ff053aa4d1b1e1acc47c99b4a21b514de8745894c00d1e6f4abc8b37d35d66d6 -SIZE (django-rq-2.8.1.tar.gz) = 46955 +TIMESTAMP = 1701083366 +SHA256 (django-rq-2.9.0.tar.gz) = cb9c5dcc6f037316cb227809607f1dc96ddb58ea8face454b09173b412f74966 +SIZE (django-rq-2.9.0.tar.gz) = 49153 diff --git a/devel/py-dj41-django-rq/files/patch-setup.py b/devel/py-dj41-django-rq/files/patch-setup.py index 93cf04bcee1c..e732c13dfaef 100644 --- a/devel/py-dj41-django-rq/files/patch-setup.py +++ b/devel/py-dj41-django-rq/files/patch-setup.py @@ -4,8 +4,8 @@ zip_safe=False, include_package_data=True, package_data={'': ['README.rst']}, -- install_requires=['django>=2.0', 'rq>=1.14', 'redis>=3'], -+ install_requires=['django>=2.0', 'rq>=1.11', 'redis>=3'], +- install_requires=['django>=3.2', 'rq>=1.14', 'redis>=3'], ++ install_requires=['django>=3.2', 'rq>=1.11', 'redis>=3'], extras_require={ 'Sentry': ['raven>=6.1.0'], 'testing': ['mock>=2.0.0'],