diff mbox series

[meta-python,3/4] python3-moteus: Upgrade 0.3.90 -> 0.3.92

Message ID 20251006095358.532479-3-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/4] python3-yarl: Upgrade 1.20.1 -> 1.21.0 | expand

Commit Message

Leon Anavi Oct. 6, 2025, 9:53 a.m. UTC
Upgrade to release 0.3.92:

- Implement servo.inertia_feedforward for calculating a feedforward
  term based on the control acceleration

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-moteus_0.3.90.bb => python3-moteus_0.3.92.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-moteus_0.3.90.bb => python3-moteus_0.3.92.bb} (82%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.90.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.92.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-moteus_0.3.90.bb
rename to meta-python/recipes-devtools/python/python3-moteus_0.3.92.bb
index 6bc49bdcb0..f4d4aadd5e 100644
--- a/meta-python/recipes-devtools/python/python3-moteus_0.3.90.bb
+++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.92.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "13d31a485c3082e36e385c570379f13d267c93501baaf5395bd1e7e7286e7a13"
+SRC_URI[sha256sum] = "65db1f35e2e3899d9b02852ecc5c00388805b1f7bd8245a47e2c13515b3c3bf3"
 
 S = "${UNPACKDIR}/moteus-${PV}"