Merge pull request #334522 from getchoo/pkgs/gunicorn/23.0.0

python312Packages.gunicorn: 22.0.0 -> 23.0.0
This commit is contained in:
Robert Schütz
2024-08-19 03:37:37 -07:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
@@ -22,16 +22,16 @@
buildPythonPackage rec {
pname = "gunicorn";
version = "22.0.0";
version = "23.0.0";
pyproject = true;
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "benoitc";
repo = "gunicorn";
rev = "refs/tags/${version}";
hash = "sha256-xIXQMAdTZEBORu6789tLpT1OpBL+aveL/MfDj4f4bes=";
hash = "sha256-Dq/mrQwo3II6DBvYfD1FHsKHaIlyHlJCZ+ZyrM4Efe0=";
};
build-system = [ setuptools ];
@@ -56,6 +56,7 @@ buildPythonPackage rec {
# but not mlflow has a 'skinny' install option which does not require `shap`.
pythonRemoveDeps = [ "shap" ];
pythonRelaxDeps = [
"gunicorn"
"packaging"
"pytz"
"pyarrow"