python312Packages.proxmoxer: 2.0.1 -> 2.1.0
Diff: https://github.com/proxmoxer/proxmoxer/compare/refs/tags/2.0.1...2.1.0 Changelog: https://github.com/proxmoxer/proxmoxer/releases/tag/2.1.0
This commit is contained in:
@@ -8,23 +8,26 @@
|
||||
requests,
|
||||
requests-toolbelt,
|
||||
responses,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "proxmoxer";
|
||||
version = "2.0.1";
|
||||
format = "setuptools";
|
||||
version = "2.1.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
owner = "proxmoxer";
|
||||
repo = "proxmoxer";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-kwD6yJhVTaVAAUVA6k4r6HZy4w+MPDF7DfJBS8wGE/c=";
|
||||
hash = "sha256-bwNv9eBuatMAWZ/ZOoF4VUZFIYAxJDEEwGQaAwPWcHY=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
paramiko
|
||||
requests
|
||||
];
|
||||
@@ -40,6 +43,11 @@ buildPythonPackage rec {
|
||||
"tests/test_openssh.py"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Tests require openssh_wrapper which is outdated and not available
|
||||
"test_repr_openssh"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "proxmoxer" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user