From a89c5fdff9ab6031c94afaf16c915d18baad908f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 Aug 2026 14:55:33 +0300 Subject: [PATCH] python3-adafruit-platformdetect: 3.27.0 -> 3.89.1 Upgrade to release 3.89.1: - Fix BeagleBone ID Lookup for BeaglePlay on newest image From release 3.89.0: - Move XU4 detection above hardware field check - Fix chip detection failure on Alpine Linux and other non-standard distros - Bump max-module-lines from 1000 to 2000 - Fix Orange Pi detection on non-Armbian systems (Debian) - Fix PocketBeagle 2 support: correct DT compatible string and black formatting - Update Read the Docs configuration for latest Ubuntu and Python Signed-off-by: Leon Anavi --- ....bb => python3-adafruit-platformdetect_3.89.1.bb} | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) rename recipes-devtools/python/{python3-adafruit-platformdetect_3.27.0.bb => python3-adafruit-platformdetect_3.89.1.bb} (52%) diff --git a/recipes-devtools/python/python3-adafruit-platformdetect_3.27.0.bb b/recipes-devtools/python/python3-adafruit-platformdetect_3.89.1.bb similarity index 52% rename from recipes-devtools/python/python3-adafruit-platformdetect_3.27.0.bb rename to recipes-devtools/python/python3-adafruit-platformdetect_3.89.1.bb index 32eb491..05d0539 100644 --- a/recipes-devtools/python/python3-adafruit-platformdetect_3.27.0.bb +++ b/recipes-devtools/python/python3-adafruit-platformdetect_3.89.1.bb @@ -3,11 +3,15 @@ HOMEPAGE = "https://github.com/adafruit/Adafruit_Python_PlatformDetect" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=fccd531dce4b989c05173925f0bbb76c" -SRC_URI = "git://github.com/adafruit/Adafruit_Python_PlatformDetect.git;branch=main;protocol=https" -SRCREV = "e1460098eeca5ea573f92814691bb378e15530d9" +SRC_URI[sha256sum] = "74552d1afcf779a84ca63527a1eaee9995c429ff422db15492bad0c3599cab4b" -inherit setuptools3 +PYPI_PACKAGE = "adafruit_platformdetect" -DEPENDS += "python3-setuptools-scm-native" +inherit pypi python_setuptools_build_meta + +DEPENDS += "\ + python3-setuptools-scm-native \ + python3-wheel-native \ +" RDEPENDS:${PN} += "python3-core"