diff --git a/python-zeroconf.spec b/python-zeroconf.spec index aa1948d..183a92d 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zeroconf -Version: 0.28.8 +Version: 0.38.3 Release: 1 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) -License: LGPL-2.0-only and LGPL-2.1-only +License: LGPL URL: https://github.com/jstasiak/python-zeroconf -Source0: https://files.pythonhosted.org/packages/4b/21/a09b4a8fdd0f9068c8134de31c4258f43c1c35352e89bdcb8994dae180d9/zeroconf-0.28.8.tar.gz +Source0: https://files.pythonhosted.org/packages/9b/4a/e37a64b23fdc961ed0137663db022cfb8b37d382ea5a6356f8bab803464c/zeroconf-0.38.3.tar.gz BuildArch: noarch %description Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) @@ -33,7 +33,7 @@ Provides: python3-zeroconf-doc Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) %prep -%autosetup -n zeroconf-0.28.8 -S git +%autosetup -n zeroconf-%{version} %build %py3_build @@ -67,16 +67,21 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . +%check +%{__python3} setup.py test %files -n python3-zeroconf -f filelist.lst - %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Tue May 31 2022 OpenStack_SIG - 0.38.3-1 +- Upgrade package python3-zeroconf to version 0.38.3 + * Wed Jul 14 2021 OpenStack_SIG - 0.28.8-1 - Upgrade to version 0.28.8 + * Wed Nov 25 2020 Python_Bot - Package Spec generated diff --git a/zeroconf-0.28.8.tar.gz b/zeroconf-0.28.8.tar.gz deleted file mode 100644 index c320ebe..0000000 Binary files a/zeroconf-0.28.8.tar.gz and /dev/null differ diff --git a/zeroconf-0.38.3.tar.gz b/zeroconf-0.38.3.tar.gz new file mode 100644 index 0000000..cabf75a Binary files /dev/null and b/zeroconf-0.38.3.tar.gz differ