Merge pull request #177728 from fabaff/zeroconf-bump

python310Packages.zeroconf: 0.38.6 -> 0.38.7
main
Fabian Affolter 2 years ago committed by GitHub
commit f554c3e0f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/development/python-modules/zeroconf/default.nix

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.38.6";
version = "0.38.7";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = version;
hash = "sha256-P5yAXh/5J5/giOZTOuk9ay3PF8MNxPOJgtoWeX7xxFk=";
hash = "sha256-Q/rrN7xzbehwMa3yFVP5F9ztUcJCDsfBIGf0b/GPzLM=";
};
propagatedBuildInputs = [
@ -39,7 +39,7 @@ buildPythonPackage rec {
"test_launch_and_close_v4_v6"
"test_launch_and_close_v6_only"
"test_integration_with_listener_ipv6"
# Starting with 0.38.6: AssertionError: assert [('add', '_ht..._tcp.local.')]
# Starting with 0.38.7: AssertionError: assert [('add', '_ht..._tcp.local.')]
"test_service_browser_expire_callbacks"
] ++ lib.optionals stdenv.isDarwin [
"test_lots_of_names"

Loading…
Cancel
Save