Commit 80b97306 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.django-stubs-ext: 5.2.0 -> 5.2.2

parent a904e156
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -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";
@@ -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
@@ -36,7 +36,8 @@ buildPythonPackage rec {
    oracle = [ oracledb ];
  };

  nativeCheckInputs = [ pytestCheckHook ];
  # Tests are not shipped with PyPI
  doCheck = false;

  pythonImportsCheck = [ "django_stubs_ext" ];