From 2e627e3621e8451e0168b766a9439621001f15dc77c4b50a673d8dcfe071795d Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 15 Jun 2012 08:56:19 +0000 Subject: [PATCH] - 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 --- netifaces-0.5.tar.bz2 | 3 --- netifaces-0.6.tar.gz | 3 +++ python-netifaces.changes | 8 ++++++++ python-netifaces.spec | 9 ++++----- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 netifaces-0.5.tar.bz2 create mode 100644 netifaces-0.6.tar.gz diff --git a/netifaces-0.5.tar.bz2 b/netifaces-0.5.tar.bz2 deleted file mode 100644 index de03480..0000000 --- a/netifaces-0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:568e12a9fe7dc18677741eb91c2701e9b03b26a49d5781f7c1d71f881b0cc02e -size 12599 diff --git a/netifaces-0.6.tar.gz b/netifaces-0.6.tar.gz new file mode 100644 index 0000000..acd26eb --- /dev/null +++ b/netifaces-0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abb5e2d638a72415d730374bfc40fc4b0b9b2130d5a1f8b822e797ffd55a66f +size 14546 diff --git a/python-netifaces.changes b/python-netifaces.changes index 8a5c926..7c1641c 100644 --- a/python-netifaces.changes +++ b/python-netifaces.changes @@ -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 diff --git a/python-netifaces.spec b/python-netifaces.spec index 918ae6f..83c76d5 100644 --- a/python-netifaces.spec +++ b/python-netifaces.spec @@ -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