diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 126e127dc7402b4f47d3c4b6014d1d471b15a8e6..15bdadb98d438135ff8f7966e5541c0c8a9f600c 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zeroconf -Version: 0.136.2 +Version: 0.139.0 Release: 1 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.1-only URL: https://github.com/jstasiak/python-zeroconf -Source0: https://files.pythonhosted.org/packages/source/z/zeroconf/zeroconf-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/5e/77/1db96e97567a1ffd8393a42959fa783ef66fc91d19ac9f7c75fd3be14661/zeroconf-0.139.0.tar.gz BuildArch: noarch Requires: python3-async-timeout @@ -79,6 +79,10 @@ pytest -v -k 'not test_integration_with_listener_ipv6' %{_docdir}/* %changelog +* Wed Nov 12 2025 zhangxiaolu - 0.139.0-1 +- update to version 0.139.0 +Implement heapq for tracking cache expire times + * Fri Aug 22 2025 openeuler_bot - 0.136.2-1 - fix: retrigger release from failed github workflow (version:0.136.2). diff --git a/zeroconf-0.136.2.tar.gz b/zeroconf-0.136.2.tar.gz deleted file mode 100644 index 5cc485e8985464564b7b47994ac3986dbbe0bff3..0000000000000000000000000000000000000000 Binary files a/zeroconf-0.136.2.tar.gz and /dev/null differ diff --git a/zeroconf-0.139.0.tar.gz b/zeroconf-0.139.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b43301e746be7f6f899a43b591d215da5983d49d Binary files /dev/null and b/zeroconf-0.139.0.tar.gz differ