update to 0.11.0

This commit is contained in:
zhuofeng 2022-11-03 15:44:18 +08:00
parent f007674eed
commit fefc9dcc69
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
netifaces-0.11.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-netifaces Name: python-netifaces
Version: 0.10.9 Version: 0.11.0
Release: 2 Release: 1
Summary: Portable network interface information. Summary: Portable network interface information.
License: MIT License License: MIT License
URL: https://github.com/al45tair/netifaces URL: https://github.com/al45tair/netifaces
Source0: https://files.pythonhosted.org/packages/0d/18/fd6e9c71a35b67a73160ec80a49da63d1eed2d2055054cc2995714949132/netifaces-0.10.9.tar.gz Source0: https://files.pythonhosted.org/packages/source/n/netifaces/netifaces-%{version}.tar.gz
%description %description
Its been annoying me for some time that theres no easy way to get the Its been annoying me for some time that theres no easy way to get the
@ -52,7 +52,7 @@ system-dependent low-level networking APIs.
This package attempts to solve that problem. This package attempts to solve that problem.
%prep %prep
%autosetup -n netifaces-0.10.9 %autosetup -n netifaces-%{version}
%build %build
%py3_build %py3_build
@ -92,6 +92,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Nov 03 2022 zhuofeng <zhuofeng@huawei.com> - 0.11.0-1
- update to 0.11.0
* Wed Oct 26 2022 zhangruifang <zhangruifang1@h-partners.com> - 0.10.9-2 * Wed Oct 26 2022 zhangruifang <zhangruifang1@h-partners.com> - 0.10.9-2
- Rebuild for next release - Rebuild for next release