Merge pull request #223162 from fabaff/getmac-bump
python310Packages.getmac: 0.9.2 -> 0.9.3
This commit is contained in:
commit
ad60e23d5c
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "getmac";
|
pname = "getmac";
|
||||||
version = "0.9.2";
|
version = "0.9.3";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
owner = "GhostofGoes";
|
owner = "GhostofGoes";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-n4WpEbkaYUS0aGdZKO5T/cuDr5OxauiuOAAdK56/+AM=";
|
hash = "sha256-5g7FSdlwGeohbjOX3ErTKn83VDFtWV7fVq6zziAjCq0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
@ -37,6 +37,8 @@ buildPythonPackage rec {
|
|||||||
"test_cli_multiple_debug_levels"
|
"test_cli_multiple_debug_levels"
|
||||||
# Disable test that require network access
|
# Disable test that require network access
|
||||||
"test_uuid_lanscan_iface"
|
"test_uuid_lanscan_iface"
|
||||||
|
# Mocking issue
|
||||||
|
"test_initialize_method_cache_valid_types"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
Loading…
Reference in New Issue
Block a user