Update package to version 0.64.1

This commit is contained in:
jxy_git 2023-06-06 16:31:56 +08:00
parent 2ba5fee234
commit 859e950e48
3 changed files with 7 additions and 3 deletions

View File

@ -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 <jiangxinyu@kylinos.cn> - 0.64.1-1
- Update package to version 0.64.1
* Mon Feb 27 2023 wubijie <wubijie@kylinos.cn> - 0.47.3-1
- Update package to version 0.47.3

Binary file not shown.

BIN
zeroconf-0.64.1.tar.gz Normal file

Binary file not shown.