diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 183a92d3756921dd990a7c8bbc1911a9706e76db..18513b8b88e4c837104ea8e78636d27cf6048d31 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zeroconf -Version: 0.38.3 +Version: 0.39.1 Release: 1 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) -License: LGPL +License: LGPL-2.1-only URL: https://github.com/jstasiak/python-zeroconf -Source0: https://files.pythonhosted.org/packages/9b/4a/e37a64b23fdc961ed0137663db022cfb8b37d382ea5a6356f8bab803464c/zeroconf-0.38.3.tar.gz +Source0: https://files.pythonhosted.org/packages/ef/e4/a43283a5dc0ad6dd1f1094a02ad40cb17623b589b86991fd997e5627efe9/zeroconf-0.39.1.tar.gz BuildArch: noarch %description Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) @@ -77,6 +77,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Apr 09 2024 wangjing - 0.39.1-1 +- update package of version 0.39.1 +- Performance improvements for constructing outgoing packet data + * Tue May 31 2022 OpenStack_SIG - 0.38.3-1 - Upgrade package python3-zeroconf to version 0.38.3 diff --git a/zeroconf-0.38.3.tar.gz b/zeroconf-0.38.3.tar.gz deleted file mode 100644 index cabf75afbd9e425d2f8e719e7e93cfec28c84787..0000000000000000000000000000000000000000 Binary files a/zeroconf-0.38.3.tar.gz and /dev/null differ diff --git a/zeroconf-0.39.1.tar.gz b/zeroconf-0.39.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c2490dfba154e89f3355aa4ba11c008621ec89ab Binary files /dev/null and b/zeroconf-0.39.1.tar.gz differ