detect-secrets: 0.11.0 -> 0.11.4 (#53893)
This commit is contained in:
parent
036ee02fa3
commit
b1957d6428
@ -2,20 +2,20 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "detect-secrets";
|
pname = "detect-secrets";
|
||||||
version = "0.11.0";
|
version = "0.11.4";
|
||||||
|
|
||||||
# PyPI tarball doesn't ship tests
|
# PyPI tarball doesn't ship tests
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Yelp";
|
owner = "Yelp";
|
||||||
repo = "detect-secrets";
|
repo = "detect-secrets";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "11r11q6d8aajqqnhhz4lsa93qf1x745331kl9jd3z4y4w91l4gdz";
|
sha256 = "1ydigridkjirrfhyfr8barw0yrd4hw6w0k9g7mbd0gdqng6gpmgc";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pyyaml unidiff ]
|
propagatedBuildInputs = [ pyyaml ]
|
||||||
++ lib.optionals isPy27 [ configparser enum34 future functools32 ];
|
++ lib.optionals isPy27 [ configparser enum34 future functools32 ];
|
||||||
|
|
||||||
checkInputs = [ mock pytest ];
|
checkInputs = [ mock pytest unidiff ];
|
||||||
|
|
||||||
# deselect tests which require git setup
|
# deselect tests which require git setup
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user