update package

This commit is contained in:
liqiuyu123 2022-10-24 14:47:09 +08:00
parent 12a86a8b64
commit 1b6955e99d
3 changed files with 22 additions and 20 deletions

View File

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

Binary file not shown.

BIN
zeroconf-0.39.2.tar.gz Normal file

Binary file not shown.