python3Packages.zeroconf: 0.29.0 -> 0.30.0
This commit is contained in:
parent
6358647558
commit
b9006fcfe9
@ -9,12 +9,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "zeroconf";
|
pname = "zeroconf";
|
||||||
version = "0.29.0";
|
version = "0.30.0";
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-eu+7ZYtFKx/X5REkNk+TjG9eQtbqiT+iVXvqjAbFQK8=";
|
sha256 = "sha256-elpjZq4FpI2wTf1ciILumKE/LQ4fxtCaXxvQo9HRCcc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ ifaddr ];
|
propagatedBuildInputs = [ ifaddr ];
|
||||||
@ -25,6 +25,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
# disable tests that expect some sort of networking in the build container
|
# disable tests that expect some sort of networking in the build container
|
||||||
|
"test_close_multiple_times"
|
||||||
"test_launch_and_close"
|
"test_launch_and_close"
|
||||||
"test_launch_and_close_v4_v6"
|
"test_launch_and_close_v4_v6"
|
||||||
"test_launch_and_close_v6_only"
|
"test_launch_and_close_v6_only"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user