diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 15eb56b..0392686 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.3 +Version: 0.64.1 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/da/9c/7bfd88a90cc6dfc592fb19ebaa938fef86b7d2b1b519ed5681592076fee9/zeroconf-0.47.3.tar.gz +Source0: https://files.pythonhosted.org/packages/7a/8e/79223c855c4abf13a5aa7b7ecbf53bf3e504d77abae202488e52b12fcceb/zeroconf-0.64.1.tar.gz BuildArch: noarch Requires: python3-async-timeout @@ -16,13 +16,14 @@ 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 +Provides: python-zeroconf = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-ifaddr BuildRequires: python3-async-timeout +BuildRequires: python3-pytest %description -n python3-zeroconf Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) @@ -76,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 06 2023 jiangxinyu - 0.64.1-1 +- Update package to version 0.64.1 + * Mon Feb 27 2023 wubijie - 0.47.3-1 - Update package to version 0.47.3 diff --git a/zeroconf-0.47.3.tar.gz b/zeroconf-0.47.3.tar.gz deleted file mode 100644 index f88bbb5..0000000 Binary files a/zeroconf-0.47.3.tar.gz and /dev/null differ diff --git a/zeroconf-0.64.1.tar.gz b/zeroconf-0.64.1.tar.gz new file mode 100644 index 0000000..66ea76a Binary files /dev/null and b/zeroconf-0.64.1.tar.gz differ