From d4954a2e2367a72bffb1665d0bbdceaf031169254b705bc3c275640d9d31b5ee Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Sun, 9 Jul 2017 10:47:07 +0000 Subject: [PATCH] Accepting request 508886 from home:1Antoine1:branches:devel:languages:python - Update to version 0.10.6: * All addresses are now unicode strings on all platforms, regardless of Python version. OBS-URL: https://build.opensuse.org/request/show/508886 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=19 --- netifaces-0.10.5.tar.gz | 3 --- netifaces-0.10.6.tar.gz | 3 +++ python-netifaces.changes | 7 +++++++ python-netifaces.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 netifaces-0.10.5.tar.gz create mode 100644 netifaces-0.10.6.tar.gz diff --git a/netifaces-0.10.5.tar.gz b/netifaces-0.10.5.tar.gz deleted file mode 100644 index ea95a19..0000000 --- a/netifaces-0.10.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59d8ad52dd3116fcb6635e175751b250dc783fb011adba539558bd764e5d628b -size 24879 diff --git a/netifaces-0.10.6.tar.gz b/netifaces-0.10.6.tar.gz new file mode 100644 index 0000000..dc09b3b --- /dev/null +++ b/netifaces-0.10.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4da523f36d36f1ef92ee183f2512f3ceb9a9d2a45f7d19cda5a42c6689ebe0 +size 25166 diff --git a/python-netifaces.changes b/python-netifaces.changes index b649248..d3e6263 100644 --- a/python-netifaces.changes +++ b/python-netifaces.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 7 23:04:50 UTC 2017 - antoine.belvire@opensuse.org + +- Update to version 0.10.6: + * All addresses are now unicode strings on all platforms, + regardless of Python version. + ------------------------------------------------------------------- Fri Mar 31 17:31:37 UTC 2017 - antoine.belvire@opensuse.org diff --git a/python-netifaces.spec b/python-netifaces.spec index dea8068..7c04dea 100644 --- a/python-netifaces.spec +++ b/python-netifaces.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-netifaces -Version: 0.10.5 +Version: 0.10.6 Release: 0 Summary: Portable network interface information License: MIT