summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-01-13 18:23:26 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-13 08:29:01 -0800
commit355668de1d170ea748992557b491e70420f2e8fe (patch)
treedf3fc97a24c09433f5b72e5556efb9a8d1b67240 /meta-python/recipes-devtools/python
parentceb26ff276a4547bbaf84f7d7e18f4f585339d0b (diff)
downloadmeta-openembedded-355668de1d170ea748992557b491e70420f2e8fe.tar.gz
python3-pyais: upgrade 2.14.0 -> 2.15.0
Changelog: AISTracker.update now accepts raw sentences as well as decoded messages Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyais_2.15.0.bb (renamed from meta-python/recipes-devtools/python/python3-pyais_2.14.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyais_2.14.0.bb b/meta-python/recipes-devtools/python/python3-pyais_2.15.0.bb
index 800f460610..3f124a750d 100644
--- a/meta-python/recipes-devtools/python/python3-pyais_2.14.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyais_2.15.0.bb
@@ -3,9 +3,9 @@ HOMEPAGE = "https://github.com/M0r13n/pyais"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=79d9e278b76e3e5b3358cd70b328173c" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=79d9e278b76e3e5b3358cd70b328173c"
5 5
6SRC_URI = "git://github.com/M0r13n/pyais;protocol=https;branch=master" 6SRC_URI = "git://github.com/M0r13n/pyais;protocol=https;branch=master;tag=v${PV}"
7 7
8SRCREV = "04c33cdfd156bcfbb6c924f7f889e47e3c2373c6" 8SRCREV = "7350f9db65ad715e582979bf389133bde07f5e10"
9 9
10inherit python_setuptools_build_meta ptest-python-pytest 10inherit python_setuptools_build_meta ptest-python-pytest
11 11