about summary refs log tree commit diff
path: root/pkgs/development/python-modules/django-q
AgeCommit message (Collapse)AuthorFilesLines
2023-11-13python3.pkgs.django-q: fix for HyperkittyAlyssa Ross1-2/+3
mailmanPackages.hyperkitty was marked transiently broken, since it depends on django-q, even though its Python package set overrides redis to a verison compatible with django-q. At the same time, hiredis was moved to being an optional dependency of django-redis. It's required by django-q, so use it here. Fixes: 5cebbd4be4a8 ("python311Packages.django-q: mark as broken")
2023-11-05python311Packages.django-q: mark as brokenFabian Affolter1-20/+29
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt1-1/+1
when they already rely on SRI hashes.
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-08-10python3Packages.django-q: add gador as maintainer, switch to GitHubFlorian Brandes2-7/+97
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2021-08-18python38Packages.django-q: 1.3.8 -> 1.3.9R. RyanTM1-2/+2
2021-06-21python3Packages.django-q: 1.3.5 -> 1.3.8Martin Weinelt1-2/+2
2021-03-02python37Packages.django-q: 1.3.4 -> 1.3.5R. RyanTM1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-10python37Packages.django-q: 1.3.3 -> 1.3.4R. RyanTM1-2/+2
2020-08-16python: django-q: 1.2.4 -> 1.3.3Frederik Rietdijk1-2/+2
2020-08-04python: django-q: 1.2.3 -> 1.2.4Frederik Rietdijk1-2/+2
2020-06-11python: django-q: 1.0.2 -> 1.2.3Frederik Rietdijk1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-18python: django-q: 1.0.1 -> 1.0.2Frederik Rietdijk1-2/+2
2019-08-30python-HyperKitty: initial version 1.2.2Peter Simons1-0/+24
Package the mail archiver for GNU Mailman. I liberally borrowed code from @globin's repository [1]. [1] https://github.com/mayflower/nixexprs/tree/master/pkgs/python