diff --git a/python-zeroconf.spec b/python-zeroconf.spec index a4235f3a179c88c8f76e8ab99e4efc23694a9b58..b5bd259d12cf4a48cc03dfbdf5bbf0700f8d7052 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zeroconf -Version: 0.133.0 +Version: 0.136.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/b4/38/f69f9fed8ecec2b29f6108e7822f07f86593637256f0226124804afedebf/zeroconf-0.133.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/z/zeroconf/zeroconf-%{version}.tar.gz BuildArch: noarch Requires: python3-async-timeout @@ -79,6 +79,13 @@ pytest -v -k 'not test_integration_with_listener_ipv6' %{_docdir}/* %changelog +* Thue Nov 07 2024 Wenhua Huang - 0.136.0-1 +- Update package to version 0.136.0 +- fix: update python-semantic-release to fix release process +- fix: add ignore for .c file for wheels +- fix: correct typos +- feat: use SPDX license identifier + * Mon Sep 02 2024 panzhe - 0.133.0-1 - Update package to version 0.133.0 - Improve performance of ip address caching diff --git a/zeroconf-0.133.0.tar.gz b/zeroconf-0.133.0.tar.gz deleted file mode 100644 index 207aa99cec3fff4b77f04a5cf1db1ea3814172c7..0000000000000000000000000000000000000000 Binary files a/zeroconf-0.133.0.tar.gz and /dev/null differ diff --git a/zeroconf-0.136.0.tar.gz b/zeroconf-0.136.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..05d0901b242402c60bd8b8ddb4cf773f7c93e7ad Binary files /dev/null and b/zeroconf-0.136.0.tar.gz differ