python312Packages.pytest-ansible: 25.1.0 -> 25.4.0 (#395683)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-ansible";
|
||||
version = "25.1.0";
|
||||
version = "25.4.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
owner = "ansible";
|
||||
repo = "pytest-ansible";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-8Lwr8n2zMztE13ExQk+QYsS7lcLxj7hqpRWMACthXZs=";
|
||||
hash = "sha256-AX/yqxWHlLvS0K3Axhukzimi7IZYY6+IwkB9+tiqHTM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -89,7 +89,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Plugin for pytest to simplify calling ansible modules from tests or fixtures";
|
||||
homepage = "https://github.com/jlaska/pytest-ansible";
|
||||
changelog = "https://github.com/ansible-community/pytest-ansible/releases/tag/v${version}";
|
||||
changelog = "https://github.com/ansible-community/pytest-ansible/releases/tag/${src.tag}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ tjni ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user