Merge pull request #208757 from totoroot/update/pyinfra-2.6.1
This commit is contained in:
commit
1ace3e3c5b
1 changed files with 4 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyinfra";
|
pname = "pyinfra";
|
||||||
version = "2.6";
|
version = "2.6.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||||
owner = "Fizzadar";
|
owner = "Fizzadar";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-SNeucJvjnwQ0o+gukXwEKybBaW01hPtYXCFcPeOuXA8=";
|
hash = "sha256-TpO91YVWswcdpV4z9jkxBELwsIIGvlpL3URQTjAAkUs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -63,7 +63,8 @@ buildPythonPackage rec {
|
||||||
pyinfra automates/provisions/manages/deploys infrastructure. It can be used for
|
pyinfra automates/provisions/manages/deploys infrastructure. It can be used for
|
||||||
ad-hoc command execution, service deployment, configuration management and more.
|
ad-hoc command execution, service deployment, configuration management and more.
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/Fizzadar/pyinfra";
|
homepage = "https://pyinfra.com";
|
||||||
|
downloadPage = "https://pyinfra.com/Fizzadar/pyinfra/releases";
|
||||||
changelog = "https://github.com/Fizzadar/pyinfra/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/Fizzadar/pyinfra/blob/v${version}/CHANGELOG.md";
|
||||||
maintainers = with maintainers; [ totoroot ];
|
maintainers = with maintainers; [ totoroot ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
|
Loading…
Reference in a new issue