python-apipkg: bump to 3.0.2
authorAlexandru Ardelean <redacted>
Fri, 20 Mar 2026 16:49:25 +0000 (16:49 +0000)
committerAlexandru Ardelean <redacted>
Sat, 21 Mar 2026 05:47:33 +0000 (07:47 +0200)
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 <redacted>
lang/python/python-apipkg/Makefile
lang/python/python-apipkg/test.sh [new file with mode: 0644]

index d6c464ca860b005726c44457bf821ff7f42ec64b..fb123204497490448c5e3419ddf64cb6809ede50 100644 (file)
@@ -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 <jan.pavlinec1@gmail.com>, Alexandru Ardelean <ardeleanalex@gmail.com>
 PKG_LICENSE:=MIT
diff --git a/lang/python/python-apipkg/test.sh b/lang/python/python-apipkg/test.sh
new file mode 100644 (file)
index 0000000..364562f
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+[ "$1" = python3-apipkg ] || exit 0
+
+python3 -c 'import apipkg'
git clone https://git.99rst.org/PROJECT