1
0

- Update to version 0.6:

+ Added a workaround for a FreeBSD kernel bug (kern/152036).
  + Added address_families dictionary to allow code to look up the symbolic
    name corresponding to a given numeric address family code.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=7
This commit is contained in:
Sascha Peilicke
2012-06-15 08:56:19 +00:00
committed by Git OBS Bridge
parent 86bef97e4d
commit 2e627e3621
4 changed files with 15 additions and 8 deletions

View File

@@ -18,21 +18,20 @@
Name: python-netifaces
Version: 0.5
Version: 0.6
Release: 0
Summary: Portable network interface information
License: MIT
Group: Development/Languages/Python
Url: http://alastairs-place.net/netifaces/
Source: netifaces-%{version}.tar.bz2
Source: http://alastairs-place.net/projects/netifaces/netifaces-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-distribute
Provides: netifaces
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}
%py_requires
%endif
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%endif
%description
netifaces provides a (hopefully portable-ish) way for Python programmers to