aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-05-31 20:13:49 +0300
committerKhem Raj <raj.khem@gmail.com>2021-06-01 07:48:10 -0700
commitca6baa6c4cfdb73699a63be35cf63a7509377c30 (patch)
tree86f6f0a794458c465d93bf2e23fb0120f5459908 /meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb
parent698890b9ba701f971c86a6bbdede432ad5f877b5 (diff)
downloadmeta-openembedded-contrib-ca6baa6c4cfdb73699a63be35cf63a7509377c30.tar.gz
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb b/meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb
new file mode 100644
index 0000000000..09e54b0baa
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb
@@ -0,0 +1,9 @@
+DESCRIPTION = "Portable network interface information for Python"
+SECTION = "devel/python"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df"
+
+SRC_URI[sha256sum] = "043a79146eb2907edf439899f262b3dfe41717d34124298ed281139a8b93ca32"
+
+inherit pypi setuptools3