Skip to content

Commit

Permalink
devel/py-dj41-django-rq: Update to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Nov 27, 2023
1 parent c0137d6 commit f56b44a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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-
Expand All @@ -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} \
Expand Down
6 changes: 3 additions & 3 deletions 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
4 changes: 2 additions & 2 deletions devel/py-dj41-django-rq/files/patch-setup.py
Expand Up @@ -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'],

0 comments on commit f56b44a

Please sign in to comment.