From 382e1e0cfacb77dd8c897d791290f3c150cacd4b2c2257b6d1e1d6c8545312f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 19 May 2014 12:04:49 +0000 Subject: [PATCH 1/2] 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 , 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 --- netifaces-0.10.3.tar.gz | 3 +++ netifaces-0.8.tar.gz | 3 --- python-netifaces.changes | 26 ++++++++++++++++++++++++++ python-netifaces.spec | 6 +++--- 4 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 netifaces-0.10.3.tar.gz delete mode 100644 netifaces-0.8.tar.gz diff --git a/netifaces-0.10.3.tar.gz b/netifaces-0.10.3.tar.gz new file mode 100644 index 0000000..70f65d1 --- /dev/null +++ b/netifaces-0.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea93f6c7d0840eb3bd5c38f1950b3d130148b9894453d67b3445adc9779332d +size 22963 diff --git a/netifaces-0.8.tar.gz b/netifaces-0.8.tar.gz deleted file mode 100644 index 6aec4ff..0000000 --- a/netifaces-0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53a711038db3d6e5cf7129d6f751185fd052f830f12f271fbfe17bd2671ab1ec -size 15484 diff --git a/python-netifaces.changes b/python-netifaces.changes index 1f3e587..0f70f0b 100644 --- a/python-netifaces.changes +++ b/python-netifaces.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon May 12 19:16:49 UTC 2014 - hpj@urpla.net + +- 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 , 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). + ------------------------------------------------------------------- Thu Oct 24 11:09:09 UTC 2013 - speilicke@suse.com diff --git a/python-netifaces.spec b/python-netifaces.spec index d3e352d..bedfd0c 100644 --- a/python-netifaces.spec +++ b/python-netifaces.spec @@ -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 From 7d5f268cee6f452d1fa4fc2d9abc2d8917b62148bddd709f1d3b165ca16b537d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 24 May 2014 09:44:05 +0000 Subject: [PATCH 2/2] - Version bump to 0.10.4: * Various small fixes - Fix source download url - Fix homepage OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=14 --- netifaces-0.10.3.tar.gz | 3 --- netifaces-0.10.4.tar.gz | 3 +++ python-netifaces.changes | 8 ++++++++ python-netifaces.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 netifaces-0.10.3.tar.gz create mode 100644 netifaces-0.10.4.tar.gz diff --git a/netifaces-0.10.3.tar.gz b/netifaces-0.10.3.tar.gz deleted file mode 100644 index 70f65d1..0000000 --- a/netifaces-0.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aea93f6c7d0840eb3bd5c38f1950b3d130148b9894453d67b3445adc9779332d -size 22963 diff --git a/netifaces-0.10.4.tar.gz b/netifaces-0.10.4.tar.gz new file mode 100644 index 0000000..182a053 --- /dev/null +++ b/netifaces-0.10.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9656a169cb83da34d732b0eb72b39373d48774aee009a3d1272b7ea2ce109cde +size 22969 diff --git a/python-netifaces.changes b/python-netifaces.changes index 0f70f0b..14661a7 100644 --- a/python-netifaces.changes +++ b/python-netifaces.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat May 24 09:42:16 UTC 2014 - tchvatal@suse.com + +- Version bump to 0.10.4: + * Various small fixes +- Fix source download url +- Fix homepage + ------------------------------------------------------------------- Mon May 12 19:16:49 UTC 2014 - hpj@urpla.net diff --git a/python-netifaces.spec b/python-netifaces.spec index bedfd0c..d1f4576 100644 --- a/python-netifaces.spec +++ b/python-netifaces.spec @@ -18,13 +18,13 @@ Name: python-netifaces -Version: 0.10.3 +Version: 0.10.4 Release: 0 Summary: Portable network interface information License: MIT Group: Development/Languages/Python -Url: http://alastairs-place.net/netifaces/ -Source: http://alastairs-place.net/projects/netifaces/netifaces-%{version}.tar.gz +Url: http://alastairs-place.net/projects/netifaces/ +Source: https://pypi.python.org/packages/source/n/netifaces/netifaces-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools Provides: netifaces