python310Packages.ansible-later: 2.0.13 -> 2.0.14
This commit is contained in:
parent
4ebc288038
commit
8b5f4cf642
1 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ansible-later";
|
pname = "ansible-later";
|
||||||
version = "2.0.13";
|
version = "2.0.14";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||||
owner = "thegeeklab";
|
owner = "thegeeklab";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-9xVFvXCHjgF+7asO1ialGIofJwsRRRiydo/Ui2C+Wig=";
|
hash = "sha256-iY+5p6LNrlCTGi61cm2DJdyt8SmAwYqKmXNXescjAVQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -63,7 +63,7 @@ buildPythonPackage rec {
|
||||||
--replace " --cov=ansiblelater --cov-report=xml:coverage.xml --cov-report=term --cov-append --no-cov-on-fail" "" \
|
--replace " --cov=ansiblelater --cov-report=xml:coverage.xml --cov-report=term --cov-append --no-cov-on-fail" "" \
|
||||||
--replace 'PyYAML = "6.0"' 'PyYAML = "*"' \
|
--replace 'PyYAML = "6.0"' 'PyYAML = "*"' \
|
||||||
--replace 'unidiff = "0.7.3"' 'unidiff = "*"' \
|
--replace 'unidiff = "0.7.3"' 'unidiff = "*"' \
|
||||||
--replace 'jsonschema = "4.4.0"' 'jsonschema = "*"'
|
--replace 'jsonschema = "4.6.0"' 'jsonschema = "*"'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Reference in a new issue