1
0

Accepting request 233651 from home:frispete:python

- Update to version 0.10.3:
  - Version 0.10.3
    + When using Netlink (i.e. Linux), check for the constant
      NLM_F_DUMP_INTR, since it only appeared in kernel version 3.1
  - Version 0.10.2
    + Added a workaround for broken netlink headers on certain Linux
      distributions (the problem being that the netlink headers fail to
      include <bits/sockaddr.h>, which causes a build failure).
  - Version 0.10.1
    + Fixed a problem with the gateways() function that caused it a
      crash on PyPy.
    + The CI system is now set up to build for PyPy as well, so
      problems will be found sooner.
  - Version 0.10.0
    + Python 3 compatibility.
    + Improved Windows source code compatibility.
    + Added gateway detection via gateways() function.
    + New version number format (skipped 0.9.0 due to its use by
      the netifaces-merged fork).

OBS-URL: https://build.opensuse.org/request/show/233651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2014-05-19 12:04:49 +00:00
committed by Git OBS Bridge
parent d8eab914f4
commit 382e1e0cfa
4 changed files with 32 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-netifaces
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Novell
#
# All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: python-netifaces
Version: 0.8
Version: 0.10.3
Release: 0
Summary: Portable network interface information
License: MIT
@@ -57,7 +57,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc README
%doc README.rst
%{python_sitearch}/*
%changelog