Accepting request 125075 from devel:languages:python
- 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/request/show/125075 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netifaces?expand=0&rev=3
This commit is contained in:
commit
e5692d6f1f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:568e12a9fe7dc18677741eb91c2701e9b03b26a49d5781f7c1d71f881b0cc02e
|
||||
size 12599
|
3
netifaces-0.6.tar.gz
Normal file
3
netifaces-0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6abb5e2d638a72415d730374bfc40fc4b0b9b2130d5a1f8b822e797ffd55a66f
|
||||
size 14546
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 08:55:18 UTC 2012 - saschpe@suse.de
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 12:37:51 UTC 2012 - saschpe@suse.de
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user