Skip to content

Commit

Permalink
devel/py-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 f56b44a commit 189fd10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/py-django-rq/Makefile
@@ -1,5 +1,5 @@
PORTNAME= django-rq
PORTVERSION= 2.8.1
PORTVERSION= 2.9.0
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MASTER_SITES= PYPI
Expand All @@ -11,7 +11,7 @@ WWW= https://github.com/rq/django-rq
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.0:www/py-django32@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${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-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 = 1701083368
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-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 189fd10

Please sign in to comment.