From ca6baa6c4cfdb73699a63be35cf63a7509377c30 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 31 May 2021 20:13:49 +0300 Subject: [PATCH] python3-netifaces: Upgrade 0.10.9 -> 0.11.0 Upgrade to release 0.11.0: - Added notice about needing a new maintainer. - Fixed link to Travis CI. - Added test.py to the source distribution. - Fixed netmask calculation for IPv6. - Fixes to gateway detection in some edge cases. - Build CPython 2.7 wheels for 64-bit Windows (yes, you should be using Python 3 now, but still). Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...python3-netifaces_0.10.9.bb => python3-netifaces_0.11.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-netifaces_0.10.9.bb => python3-netifaces_0.11.0.bb} (62%) diff --git a/meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb b/meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb similarity index 62% rename from meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb rename to meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb index 7edb7e7fb..09e54b0ba 100644 --- a/meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb +++ b/meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb @@ -4,7 +4,6 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df" -SRC_URI[md5sum] = "de92cc322b4f56047c073f802ad77860" -SRC_URI[sha256sum] = "2dee9ffdd16292878336a58d04a20f0ffe95555465fee7c9bd23b3490ef2abf3" +SRC_URI[sha256sum] = "043a79146eb2907edf439899f262b3dfe41717d34124298ed281139a8b93ca32" inherit pypi setuptools3