diff --git a/python-zeroconf.spec b/python-zeroconf.spec index b5bd259d12cf4a48cc03dfbdf5bbf0700f8d7052..8048cb598fdf4e7d2b6e8702fb393d739d9fb508 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-zeroconf -Version: 0.136.0 +Version: 0.136.1 Release: 1 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.1-only @@ -24,7 +24,8 @@ BuildRequires: python3-wheel BuildRequires: python3-ifaddr BuildRequires: python3-async-timeout BuildRequires: python3-pytest -BuildRequires: python3-pytest-cov +# Removed due to dependency conflict +# BuildRequires: python3-pytest-cov %description -n python3-zeroconf Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) @@ -79,7 +80,10 @@ pytest -v -k 'not test_integration_with_listener_ipv6' %{_docdir}/* %changelog -* Thue Nov 07 2024 Wenhua Huang - 0.136.0-1 +* Tue Jun 03 2025 openeuler_bot - 0.136.1-1 +- update python-zeroconf to 0.136.1 + +* Thu 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 @@ -113,7 +117,7 @@ pytest -v -k 'not test_integration_with_listener_ipv6' * Mon Feb 27 2023 wubijie - 0.47.3-1 - Update package to version 0.47.3 -* Wed Feb 8 2023 wubijie - 0.47.1-1 +* Wed Feb 08 2023 wubijie - 0.47.1-1 - Update package to version 0.47.1 * Wed Dec 07 2022 dingdingaaaaa - 0.39.4-1 @@ -129,5 +133,4 @@ pytest -v -k 'not test_integration_with_listener_ipv6' - Upgrade to version 0.28.8 * Wed Nov 25 2020 Python_Bot -- Package Spec generated - +- Package Spec generated \ No newline at end of file diff --git a/zeroconf-0.136.0.tar.gz b/zeroconf-0.136.0.tar.gz deleted file mode 100644 index 05d0901b242402c60bd8b8ddb4cf773f7c93e7ad..0000000000000000000000000000000000000000 Binary files a/zeroconf-0.136.0.tar.gz and /dev/null differ diff --git a/zeroconf-0.136.1.tar.gz b/zeroconf-0.136.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4b6b3a881a42209d9d6b6d9f42e98a0869d56376 Binary files /dev/null and b/zeroconf-0.136.1.tar.gz differ