From aa318c2850ab7e8a9f67df36f6884d1b87c42bcd Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Fri, 17 Apr 2026 06:40:50 +0000 Subject: [PATCH] python-pyroute2: update to 0.9.6 - bump 0.9.5 -> 0.9.6 Signed-off-by: Alexandru Ardelean --- lang/python/python-pyroute2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-pyroute2/Makefile b/lang/python/python-pyroute2/Makefile index 7763c8b4ec..df2ebe1137 100644 --- a/lang/python/python-pyroute2/Makefile +++ b/lang/python/python-pyroute2/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pyroute2 -PKG_VERSION:=0.9.5 +PKG_VERSION:=0.9.6 PKG_RELEASE:=1 PYPI_NAME:=pyroute2 -PKG_HASH:=a198ccbe545b031b00b10da4b44df33d548db04af944be8107c05a215ba03872 +PKG_HASH:=6bc5e2ea9a372ded682b4ede4028ba00236bd6e35b42d833f39a96b219ef1db2 PKG_MAINTAINER:=Martin Matějek PKG_LICENSE:=GPL-2.0-or-later Apache-2.0