Loading pkgs/development/python-modules/django-stubs-ext/default.nix +6 −5 Original line number Diff line number Diff line Loading @@ -7,13 +7,13 @@ pytestCheckHook, pythonOlder, redis, setuptools, hatchling, typing-extensions, }: buildPythonPackage rec { pname = "django-stubs-ext"; version = "5.2.0"; version = "5.2.2"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -21,10 +21,10 @@ buildPythonPackage rec { src = fetchPypi { pname = "django_stubs_ext"; inherit version; hash = "sha256-AMSuMHtTj1ZDr3YakUw/jk4/JfTnxtcJjxkGwNjyqsk="; hash = "sha256-2dFRuRn+JDh2D1vZOPA+HLCMhNBlH55ZF/ExOQfkJoM="; }; build-system = [ setuptools ]; build-system = [ hatchling ]; dependencies = [ django Loading @@ -36,7 +36,8 @@ buildPythonPackage rec { oracle = [ oracledb ]; }; nativeCheckInputs = [ pytestCheckHook ]; # Tests are not shipped with PyPI doCheck = false; pythonImportsCheck = [ "django_stubs_ext" ]; Loading Loading
pkgs/development/python-modules/django-stubs-ext/default.nix +6 −5 Original line number Diff line number Diff line Loading @@ -7,13 +7,13 @@ pytestCheckHook, pythonOlder, redis, setuptools, hatchling, typing-extensions, }: buildPythonPackage rec { pname = "django-stubs-ext"; version = "5.2.0"; version = "5.2.2"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -21,10 +21,10 @@ buildPythonPackage rec { src = fetchPypi { pname = "django_stubs_ext"; inherit version; hash = "sha256-AMSuMHtTj1ZDr3YakUw/jk4/JfTnxtcJjxkGwNjyqsk="; hash = "sha256-2dFRuRn+JDh2D1vZOPA+HLCMhNBlH55ZF/ExOQfkJoM="; }; build-system = [ setuptools ]; build-system = [ hatchling ]; dependencies = [ django Loading @@ -36,7 +36,8 @@ buildPythonPackage rec { oracle = [ oracledb ]; }; nativeCheckInputs = [ pytestCheckHook ]; # Tests are not shipped with PyPI doCheck = false; pythonImportsCheck = [ "django_stubs_ext" ]; Loading