diff --git a/python-zeroconf.spec b/python-zeroconf.spec index da4e30a..8ae9bc4 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zeroconf -Version: 0.64.1 -Release: 2 +Version: 0.71.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/7a/8e/79223c855c4abf13a5aa7b7ecbf53bf3e504d77abae202488e52b12fcceb/zeroconf-0.64.1.tar.gz +Source0: https://files.pythonhosted.org/packages/f8/72/85cf7d09881c1a83b69b430efb4446d770ee59fda0a5e09e18eced0143af/zeroconf-0.71.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 Jul 10 2023 chenzixuan - 0.71.0-1 +- Update package to version 0.71.0 + * Fri Jul 07 2023 yaoxin - 0.64.1-2 - Modify the testing method to fix build errors @@ -105,3 +108,4 @@ pytest -v -k 'not test_integration_with_listener_ipv6' * Wed Nov 25 2020 Python_Bot - Package Spec generated + diff --git a/zeroconf-0.64.1.tar.gz b/zeroconf-0.64.1.tar.gz deleted file mode 100644 index 66ea76a..0000000 Binary files a/zeroconf-0.64.1.tar.gz and /dev/null differ diff --git a/zeroconf-0.71.0.tar.gz b/zeroconf-0.71.0.tar.gz new file mode 100644 index 0000000..1cec480 Binary files /dev/null and b/zeroconf-0.71.0.tar.gz differ