From patchwork Wed Jul 30 11:22:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Leitner X-Patchwork-Id: 67723 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8CD7BC87FCB for ; Wed, 30 Jul 2025 11:23:10 +0000 (UTC) Received: from out-182.mta1.migadu.com (out-182.mta1.migadu.com [95.215.58.182]) by mx.groups.io with SMTP id smtpd.web11.32994.1753874582968696247 for ; Wed, 30 Jul 2025 04:23:03 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@g0hl1n.net header.s=key1 header.b=i8EqBnA0; spf=pass (domain: g0hl1n.net, ip: 95.215.58.182, mailfrom: dev@g0hl1n.net) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=g0hl1n.net; s=key1; t=1753874581; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=OnYIUNxX/ZS7j3jofGvBmcGVrZnC6YnwqNmi6Cp4nEk=; b=i8EqBnA0pfs8vto2hU28bbafk6E9idDBJ7lLsOZibo3zSNzxaEsWgkx0d1Z7sZFLX0LWmp /3QxeiYF6reU1HDhG8mkTbfIkCVQDBKDl8J4PWJAP9A5W1OTqwtAFXMKnJCALzBtjeQwmx rCCbYxA1UF/vfnaJL61qAvRg+1e8rr0= From: Richard Leitner To: openembedded-devel@lists.openembedded.org Cc: Richard Leitner , Khem Raj Subject: [meta-python][walnascar][PATCH] python3-moteus: upgrade 0.3.88 -> 0.3.89 Date: Wed, 30 Jul 2025 13:22:41 +0200 Message-ID: <20250730112242.881202-1-dev@g0hl1n.net> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 11:23:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118793 Update python3-moteus to the latest release. Since no formal changelog is available, here's the git shortlog of the moteus python library [1] for the corresponding release: Josh Pieper (2): Add some more register definitions Add --version options to moteus_tool and tview [1] https://github.com/mjbots/moteus/commits/main/lib/python Signed-off-by: Richard Leitner Signed-off-by: Khem Raj (cherry picked from commit 0285799f54661ceb649c8a7d9d4e0522d615a1aa) Signed-off-by: Richard Leitner --- .../{python3-moteus_0.3.88.bb => python3-moteus_0.3.89.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-moteus_0.3.88.bb => python3-moteus_0.3.89.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.88.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.89.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-moteus_0.3.88.bb rename to meta-python/recipes-devtools/python/python3-moteus_0.3.89.bb index 80557d4959..54d0899c75 100644 --- a/meta-python/recipes-devtools/python/python3-moteus_0.3.88.bb +++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.89.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a inherit pypi setuptools3 -SRC_URI[sha256sum] = "e16387e5fe512a7580ef847e6b2e665d4b40549b064ab237e01fd7dec7c46232" +SRC_URI[sha256sum] = "78ed04c213e20b44c81b73e2b66f5a7e45339014cc3fdaf94c4fcc875d35402a" S = "${WORKDIR}/moteus-${PV}"