diff --git a/python-zeroconf.spec b/python-zeroconf.spec index aa1948db28e9900a29c242652a82601d9614ae6c..3cee5e946a9141997559acabf7c431a3fbabde1d 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.23.0 Release: 1 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.0-only and LGPL-2.1-only 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/d7/25/8bbdd4857820e0cdc380c7e0c3543dc01a55247a1d831c712571783e74ec/zeroconf-0.23.0.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 @@ -69,14 +69,14 @@ mv %{buildroot}/doclist.lst . %files -n python3-zeroconf -f filelist.lst - %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog -* 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 +* Mon Nov 15 2021 OpenStack_SIG - 0.23.0-1 +- Upgrade package python3-zeroconf to version 0.23.0 + +* Tue Nov 09 2021 OpenStack_SIG - 0.19.1-1 +- Init package python3-zeroconf with version 0.19.1 for OpenStack Train diff --git a/zeroconf-0.23.0.tar.gz b/zeroconf-0.23.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6a9478939388b4c3a74a1ef39065176fae910c8b Binary files /dev/null and b/zeroconf-0.23.0.tar.gz differ diff --git a/zeroconf-0.28.8.tar.gz b/zeroconf-0.28.8.tar.gz deleted file mode 100644 index c320ebe43cbeda9d38965ddb43b14cc858787f10..0000000000000000000000000000000000000000 Binary files a/zeroconf-0.28.8.tar.gz and /dev/null differ