diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 183a92d..464725b 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,34 +1,34 @@ %global _empty_manifest_terminate_build 0 -Name: python-zeroconf -Version: 0.38.3 -Release: 1 -Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) -License: LGPL -URL: https://github.com/jstasiak/python-zeroconf -Source0: https://files.pythonhosted.org/packages/9b/4a/e37a64b23fdc961ed0137663db022cfb8b37d382ea5a6356f8bab803464c/zeroconf-0.38.3.tar.gz -BuildArch: noarch +Name: python-zeroconf +Version: 0.39.2 +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/56/cd/a9ef7f6ba8b03afe7e5804e39881311d286b5b8ea618e6c28b6e2b9d3c95/zeroconf-0.39.2.tar.gz +BuildArch: noarch + +Requires: python3-async-timeout +Requires: python3-ifaddr + %description Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) %package -n python3-zeroconf -Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) -Provides: python-zeroconf -# Base build requires -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-pbr +Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) +Provides: python-zeroconf +BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-wheel -# General requires BuildRequires: python3-ifaddr -# General requires -Requires: python3-ifaddr +BuildRequires: python3-async-timeout %description -n python3-zeroconf Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) %package help -Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) -Provides: python3-zeroconf-doc +Summary: Development documents and examples for zeroconf +Provides: python3-zeroconf-doc %description help Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) @@ -40,7 +40,6 @@ Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) %install %py3_install - install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -77,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Oct 24 2022 liqiuyu - 0.39.2-1 +- Upgrade package to version 0.39.2 + * 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 cabf75a..0000000 Binary files a/zeroconf-0.38.3.tar.gz and /dev/null differ diff --git a/zeroconf-0.39.2.tar.gz b/zeroconf-0.39.2.tar.gz new file mode 100644 index 0000000..55b569a Binary files /dev/null and b/zeroconf-0.39.2.tar.gz differ