0.10.6
This commit is contained in:
parent
d84d548df6
commit
2f0832c355
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/netifaces-0.5.tar.gz
|
/netifaces-0.5.tar.gz
|
||||||
/netifaces-0.10.4.tar.gz
|
/netifaces-0.10.4.tar.gz
|
||||||
/netifaces-0.10.5.tar.gz
|
/netifaces-0.10.5.tar.gz
|
||||||
|
/netifaces-0.10.6.tar.gz
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
%global pypi_name netifaces
|
%global pypi_name netifaces
|
||||||
|
|
||||||
Name: python-netifaces
|
Name: python-netifaces
|
||||||
Version: 0.10.5
|
Version: 0.10.6
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python library to retrieve information about network interfaces
|
Summary: Python library to retrieve information about network interfaces
|
||||||
|
|
||||||
Group: Development/Libraries
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.python.org/pypi/netifaces
|
URL: https://pypi.python.org/pypi/netifaces
|
||||||
Source0: https://files.pythonhosted.org/packages/source/n/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/n/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||||
@ -62,6 +60,9 @@ from network interfaces.
|
|||||||
%{python3_sitearch}/%{pypi_name}*.so
|
%{python3_sitearch}/%{pypi_name}*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 14 2017 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.6-1
|
||||||
|
- Update to 0.10.6
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-7
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user