From: Alexandru Ardelean Date: Fri, 20 Mar 2026 16:49:25 +0000 (+0000) Subject: python-apipkg: bump to 3.0.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c3792992f2bc37779e94a2eeca1e79737aac5e15;p=openwrt-packages.git python-apipkg: bump to 3.0.2 Changelog since 3.0.1: - Fix import path to make it vendoring-friendly - Remove py reference from test suite Add test.sh. Full changelog: https://github.com/pytest-dev/apipkg/releases Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-apipkg/Makefile b/lang/python/python-apipkg/Makefile index d6c464ca8..fb1232044 100644 --- a/lang/python/python-apipkg/Makefile +++ b/lang/python/python-apipkg/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-apipkg -PKG_VERSION:=3.0.1 +PKG_VERSION:=3.0.2 PKG_RELEASE:=1 PYPI_NAME:=apipkg -PKG_HASH:=f8c021adafc9132ac2fba9fd3c5768365d0a8c10aa375fb15e329f1fce8a5f01 +PKG_HASH:=c7aa61a4f82697fdaa667e70af1505acf1f7428b1c27b891d204ba7a8a3c5e0d PKG_MAINTAINER:=Jan Pavlinec , Alexandru Ardelean PKG_LICENSE:=MIT diff --git a/lang/python/python-apipkg/test.sh b/lang/python/python-apipkg/test.sh new file mode 100644 index 000000000..364562ffb --- /dev/null +++ b/lang/python/python-apipkg/test.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +[ "$1" = python3-apipkg ] || exit 0 + +python3 -c 'import apipkg'