python3Packages.django-q2: 1.8.0 -> 1.9.0

https://github.com/django-q2/django-q2/releases/tag/v1.9.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:32:58 +01:00
parent 79dfec2940
commit ee3fc45f97
@@ -19,21 +19,16 @@
buildPythonPackage rec {
pname = "django-q2";
version = "1.8.0";
version = "1.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "django-q2";
repo = "django-q2";
tag = "v${version}";
hash = "sha256-SmTiplQzmMiK6xBs1TDikHE1ChI2twqemaP/ID6kvc4=";
hash = "sha256-xqRm9vv/lD9HLX+ekdPgIGGwr5H7QZBATPx0CCjQAmw=";
};
postPatch = ''
substituteInPlace django_q/tests/settings.py \
--replace-fail "HiredisParser" "_HiredisParser"
'';
build-system = [
poetry-core
];
@@ -88,7 +83,7 @@ buildPythonPackage rec {
meta = {
description = "Multiprocessing distributed task queue for Django based on Django-Q";
homepage = "https://github.com/django-q2/django-q2";
changelog = "https://github.com/django-q2/django-q2/releases/tag/v${version}";
changelog = "https://github.com/django-q2/django-q2/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ SuperSandro2000 ];
};