python3Packages.django-simple-history: 3.5.0 -> 3.7.0

https://github.com/jazzband/django-simple-history/releases/tag/3.7.0
This commit is contained in:
Martin Weinelt
2024-06-24 12:18:35 +02:00
parent de66961b24
commit 3801b539d2
@@ -3,10 +3,11 @@
buildPythonPackage,
django,
fetchFromGitHub,
pytest-django,
hatch-fancy-pypi-readme,
hatchling,
hatch-vcs,
python,
pythonOlder,
setuptools-scm,
}:
buildPythonPackage rec {
@@ -23,12 +24,18 @@ buildPythonPackage rec {
hash = "sha256-bPdMdtiEDRvRD00ZBwUQkeCDKCx2SW65+FsbuMwVdK0=";
};
nativeBuildInputs = [ setuptools-scm ];
nativeBuildInputs = [
hatch-fancy-pypi-readme
hatchling
hatch-vcs
];
propagatedBuildInputs = [ django ];
checkPhase = ''
runHook preCheck
${python.interpreter} runtests.py
runHook postCheck
'';
pythonImportsCheck = [ "simple_history" ];