Merge pull request #250121 from fgaz/staticjinja/5.0.0

staticjinja: 4.1.3 -> 5.0.0
This commit is contained in:
Matthias Beyer 2023-08-19 18:22:14 +02:00 committed by GitHub
commit 7596622a9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,14 @@
, markdown
, testers
, tomlkit
, typing-extensions
, staticjinja
, callPackage
}:
buildPythonPackage rec {
pname = "staticjinja";
version = "4.1.3";
version = "5.0.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -27,7 +28,7 @@ buildPythonPackage rec {
owner = "staticjinja";
repo = pname;
rev = version;
hash = "sha256-w6ge5MQXNRHCM43jKnagTlbquJJys7mprgBOS2uuwHQ=";
hash = "sha256-LfJTQhZtnTOm39EWF1m2MP5rxz/5reE0G1Uk9L7yx0w=";
};
nativeBuildInputs = [
@ -45,6 +46,7 @@ buildPythonPackage rec {
pytest-check
markdown
tomlkit
typing-extensions
];
# The tests need to find and call the installed staticjinja executable