From 4e0a61bef65894c778577dd92ae9d0d5c0a3d8c4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 3 Aug 2024 21:27:29 +0200 Subject: [PATCH 1/2] python312Packages.whitenoise: 6.6.0 -> 6.7.0 Diff: https://github.com/evansd/whitenoise/compare/refs/tags/6.6.0...6.7.0 Changelog: https://github.com/evansd/whitenoise/blob/6.7.0/docs/changelog.rst --- pkgs/development/python-modules/whitenoise/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/whitenoise/default.nix b/pkgs/development/python-modules/whitenoise/default.nix index cc595dbc789c..88b7df53a52d 100644 --- a/pkgs/development/python-modules/whitenoise/default.nix +++ b/pkgs/development/python-modules/whitenoise/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "whitenoise"; - version = "6.6.0"; + version = "6.7.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "evansd"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-Z59GjrOL+BPHqBCirg9T4qBOrjiuBng6Q5lTuLQx9ac="; + hash = "sha256-4SrTiTqBrfFuQ/8mqQL+YiehFWW+ZzKiAF0h2XyYuSs="; }; nativeBuildInputs = [ setuptools ]; From 4f52beaa9e4d3d7d7fa87a9fa2db2b1068269c8b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 5 Aug 2024 08:54:59 +0200 Subject: [PATCH 2/2] pretalx: relax whitenoise --- pkgs/by-name/pr/pretalx/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/pr/pretalx/package.nix b/pkgs/by-name/pr/pretalx/package.nix index e3838cdb7d8f..02af5de36b4d 100644 --- a/pkgs/by-name/pr/pretalx/package.nix +++ b/pkgs/by-name/pr/pretalx/package.nix @@ -111,6 +111,7 @@ python.pkgs.buildPythonApplication rec { "reportlab" "requests" "rules" + "whitenoise" ]; propagatedBuildInputs = with python.pkgs; [