head 1.6; access; symbols pkgsrc-2026Q2:1.5.0.2 pkgsrc-2026Q2-base:1.5 pkgsrc-2026Q1:1.4.0.2 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.3.0.2 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.2.0.4 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.2 pkgsrc-2025Q2-base:1.2; locks; strict; comment @# @; 1.6 date 2026.08.18.12.39.52; author adam; state Exp; branches; next 1.5; commitid hO68paV8vLkqn7SG; 1.5 date 2026.05.22.09.31.20; author adam; state Exp; branches; next 1.4; commitid zLWdaiQE6bL8aNGG; 1.4 date 2025.12.26.19.36.12; author adam; state Exp; branches; next 1.3; commitid mBZaIZcRHxLBeXnG; 1.3 date 2025.09.28.19.57.25; author wiz; state Exp; branches; next 1.2; commitid Mq6DvfVQdhjkdwcG; 1.2 date 2025.06.09.06.42.06; author wiz; state Exp; branches; next 1.1; commitid 4tUodlexdkTGnbYF; 1.1 date 2025.06.04.11.02.22; author markd; state Exp; branches; next ; commitid 0o6WEUjJkyUwYyXF; desc @@ 1.6 log @py-django-q2: updated to 1.11.0 1.11.0 - AttributeError when start_event is None, and guard process faster stop - Add croniter as optional extra. - Migrate poetry to uv - Add support for python 3.13 and 3.14 - Add django 6.1 support - Postpone SECRET_KEY evaluation to the qcluster command execution @ text @# $NetBSD: Makefile,v 1.5 2026/05/22 09:31:20 adam Exp $ DISTNAME= django_q2-1.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-q2/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://django-q2.readthedocs.org/ COMMENT= Multiprocessing distributed task queue for Django LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-uv-build>=0.10.7:../../devel/py-uv-build DEPENDS+= ${PYPKGPREFIX}-django>=5.2:../../www/py-django DEPENDS+= ${PYPKGPREFIX}-django-picklefield>=3.1:../../www/py-django-picklefield USE_LANGUAGES= # none .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.5 log @py-django-q2: updated to 1.10.0 1.10.0 - fix: Fix incorrect signal import - Add post_execute_in_worker signal - Fix BadSignature after the default Django cache expires - feat:add Simplified Chinese Translation - Update Django Q2 compatibility information - Don't close DB connection if async_task was called with sync=True - Convert queue size and count to string in monitor - Fix unbounded growth of Broker.set_stat cluster master list - Update Python base image to 3.9-slim-bookworm - feat: add ru locale and improve translations @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2025/12/26 19:36:12 adam Exp $ d3 1 a3 1 DISTNAME= django_q2-1.10.0 d13 2 a14 2 TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core DEPENDS+= ${PYPKGPREFIX}-django>=4.2:../../www/py-django @ 1.4 log @py-django-q2: updated to 1.9.0 1.9.0 - Django 6.0 support - Fix to make tests work with redis-py > 5 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2025/09/28 19:57:25 wiz Exp $ d3 1 a3 1 DISTNAME= django_q2-1.9.0 @ 1.3 log @py-django-q2: fix for latest poetry-core Bump PKGREVISION. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2025/06/09 06:42:06 wiz Exp $ d3 1 a3 1 DISTNAME= django_q2-1.8.0 a4 1 PKGREVISION= 1 d14 2 a15 2 DEPENDS+= ${PYPKGPREFIX}-django>=4:../../www/py-django DEPENDS+= ${PYPKGPREFIX}-django-picklefield>=3.0.1:../../www/py-django-picklefield @ 1.2 log @py-django-q2: fix tool dependency @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2025/06/04 11:02:22 markd Exp $ d5 1 d14 1 a14 1 TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core @ 1.1 log @py-django-q2: add version 1.8.0 Django Q2 is a fork of Django Q. Big thanks to Ilan Steemers for starting this project. Unfortunately, development has stalled since June 2021. Django Q2 is the new updated version of Django Q, with dependencies updates, docs updates and several bug fixes. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2025/04/22 15:18:02 adam Exp $ d13 1 a13 1 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools @