diff --git a/python-zeroconf.spec b/python-zeroconf.spec index aa762b70e392abf26b9927a6d376a80f32f07c84..a4235f3a179c88c8f76e8ab99e4efc23694a9b58 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zeroconf -Version: 0.132.2 +Version: 0.133.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/24/7d/02e8c583b57692eee495e60c7a4dd862635a9702067d69c6dd1c907cb589/zeroconf-0.132.2.tar.gz +Source0: https://files.pythonhosted.org/packages/b4/38/f69f9fed8ecec2b29f6108e7822f07f86593637256f0226124804afedebf/zeroconf-0.133.0.tar.gz BuildArch: noarch Requires: python3-async-timeout @@ -79,6 +79,13 @@ pytest -v -k 'not test_integration_with_listener_ipv6' %{_docdir}/* %changelog +* Mon Sep 02 2024 panzhe - 0.133.0-1 +- Update package to version 0.133.0 +- Improve performance of ip address caching +- Enable building of arm64 macOS builds +- Add classifier for python 3.13 +- Python 3.13 support + * Thu May 09 2024 tenglei - 0.132.2-1 - Update package to version 0.132.2 - Update references to minimum-supported python version of 3.8 diff --git a/zeroconf-0.132.2.tar.gz b/zeroconf-0.132.2.tar.gz deleted file mode 100644 index 841ed6ec687e79c774f78afa2a3b1e24b89288a0..0000000000000000000000000000000000000000 Binary files a/zeroconf-0.132.2.tar.gz and /dev/null differ diff --git a/zeroconf-0.133.0.tar.gz b/zeroconf-0.133.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..207aa99cec3fff4b77f04a5cf1db1ea3814172c7 Binary files /dev/null and b/zeroconf-0.133.0.tar.gz differ