diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 8ae9bc4..6d53cd5 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zeroconf -Version: 0.71.0 +Version: 0.131.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/f8/72/85cf7d09881c1a83b69b430efb4446d770ee59fda0a5e09e18eced0143af/zeroconf-0.71.0.tar.gz +Source0: https://files.pythonhosted.org/packages/b4/b0/a4f6ceb219d3cfed5f1f8dcdbf026f9224b1da0d4da9e57af01d814fec17/zeroconf-0.131.0.tar.gz BuildArch: noarch Requires: python3-async-timeout @@ -79,6 +79,9 @@ pytest -v -k 'not test_integration_with_listener_ipv6' %{_docdir}/* %changelog +* Mon Dec 25 2023 jiangxinyu - 0.131.0-1 +- Update package to version 0.131.0 + * Mon Jul 10 2023 chenzixuan - 0.71.0-1 - Update package to version 0.71.0 diff --git a/zeroconf-0.131.0.tar.gz b/zeroconf-0.131.0.tar.gz new file mode 100644 index 0000000..439e17e Binary files /dev/null and b/zeroconf-0.131.0.tar.gz differ diff --git a/zeroconf-0.71.0.tar.gz b/zeroconf-0.71.0.tar.gz deleted file mode 100644 index 1cec480..0000000 Binary files a/zeroconf-0.71.0.tar.gz and /dev/null differ