From 3a77d64bfbf0b2b4df9f6dc9dd962b07056a5fa3 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Thu, 13 Feb 2025 12:17:35 +0100 Subject: [PATCH] python3-bluezero: update to version 0.9.0 Signed-off-by: Hector Palacios https://onedigi.atlassian.net/browse/DEL-9496 --- .../{python3-bluezero_0.7.1.bb => python3-bluezero_0.9.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-digi-dey/recipes-devtools/python3-bluezero/{python3-bluezero_0.7.1.bb => python3-bluezero_0.9.0.bb} (78%) diff --git a/meta-digi-dey/recipes-devtools/python3-bluezero/python3-bluezero_0.7.1.bb b/meta-digi-dey/recipes-devtools/python3-bluezero/python3-bluezero_0.9.0.bb similarity index 78% rename from meta-digi-dey/recipes-devtools/python3-bluezero/python3-bluezero_0.7.1.bb rename to meta-digi-dey/recipes-devtools/python3-bluezero/python3-bluezero_0.9.0.bb index 6a300d6e8..6a6208c87 100644 --- a/meta-digi-dey/recipes-devtools/python3-bluezero/python3-bluezero_0.7.1.bb +++ b/meta-digi-dey/recipes-devtools/python3-bluezero/python3-bluezero_0.9.0.bb @@ -1,4 +1,4 @@ -# Copyright (C) 2022, Digi International Inc. +# Copyright (C) 2022-2025, Digi International Inc. SUMMARY = "Library providing an API to access to Bluez with zero boilerplate code" DESCRIPTION = "The library will use calls to the BlueZ D-Bus API and use ‘sensible’ defaults to help with that simplification." @@ -7,7 +7,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=66f12994d9f609ef52171aaa0bd371a9" -SRC_URI[sha256sum] = "f146feb65ee9f6fd9f3638ff0a44df9fd6efb48cf66a39ce51a62a7d38ab5206" +SRC_URI[sha256sum] = "2512935e094e3afd21ca9d4cb1b9aaa88a524e9538ae81305b2086f09f0eee17" inherit setuptools3 pypi