python310Packages.proxmoxer: 1.3.1 -> 2.0.0

Changelog: https://github.com/proxmoxer/proxmoxer/releases/tag/2.0.0
This commit is contained in:
Fabian Affolter
2022-11-28 21:08:57 +01:00
parent 5ab19aa443
commit 9d5f23a2d4
@@ -1,17 +1,17 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, mock
, nose
, paramiko
, pytestCheckHook
, pythonOlder
, requests
, requests-toolbelt
, responses
}:
buildPythonPackage rec {
pname = "proxmoxer";
version = "1.3.1";
version = "2.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-FY0JLDBoKmh85VoKh3UuPPRbMAIjs3l/fZM4owniH1c=";
hash = "sha256-phCeJkiY8XxaD4VQCxOzoInkwWQzHU7ZGdHvxNVgifU=";
};
propagatedBuildInputs = [
@@ -29,14 +29,14 @@ buildPythonPackage rec {
];
checkInputs = [
mock
nose
pytestCheckHook
requests-toolbelt
responses
];
pytestFlagsArray = [
disabledTestPaths = [
# Tests require openssh_wrapper which is outdated and not available
"tests/paramiko_tests.py"
"tests/test_openssh.py"
];
pythonImportsCheck = [