From 935f791e764b350facee5cea4463ef78db700059 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Thu, 20 Jul 2023 01:10:00 +0800 Subject: [PATCH] python3-netifaces: Update to 0.11.0, rename source package This renames the source package to python-netifaces to match other Python packages. Signed-off-by: Jeffery To --- .../{python3-netifaces => python-netifaces}/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename lang/python/{python3-netifaces => python-netifaces}/Makefile (86%) diff --git a/lang/python/python3-netifaces/Makefile b/lang/python/python-netifaces/Makefile similarity index 86% rename from lang/python/python3-netifaces/Makefile rename to lang/python/python-netifaces/Makefile index 02fc5c2b09..351752a507 100644 --- a/lang/python/python3-netifaces/Makefile +++ b/lang/python/python-netifaces/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=python3-netifaces -PKG_VERSION:=0.10.9 -PKG_RELEASE:=2 +PKG_NAME:=python-netifaces +PKG_VERSION:=0.11.0 +PKG_RELEASE:=1 PYPI_NAME:=netifaces -PKG_HASH:=2dee9ffdd16292878336a58d04a20f0ffe95555465fee7c9bd23b3490ef2abf3 +PKG_HASH:=043a79146eb2907edf439899f262b3dfe41717d34124298ed281139a8b93ca32 PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=MIT