diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 1abeb9c..15eb56b 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zeroconf -Version: 0.47.1 +Version: 0.47.3 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/6f/a3/3ad6b606a44a1c8e11a2d064b55d16fe99e9a6b25af346e1e5c23e11cf9f/zeroconf-0.47.1.tar.gz +Source0: https://files.pythonhosted.org/packages/da/9c/7bfd88a90cc6dfc592fb19ebaa938fef86b7d2b1b519ed5681592076fee9/zeroconf-0.47.3.tar.gz BuildArch: noarch Requires: python3-async-timeout @@ -76,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* 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 - Update package to version 0.47.1 diff --git a/zeroconf-0.47.1.tar.gz b/zeroconf-0.47.1.tar.gz deleted file mode 100644 index e372564..0000000 Binary files a/zeroconf-0.47.1.tar.gz and /dev/null differ diff --git a/zeroconf-0.47.3.tar.gz b/zeroconf-0.47.3.tar.gz new file mode 100644 index 0000000..f88bbb5 Binary files /dev/null and b/zeroconf-0.47.3.tar.gz differ