diff mbox series

[meta-python,17/23] python3-pint: upgrade 0.25 -> 0.25.2

Message ID 20251111075517.1650-17-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/23] bats: upgrade 1.12.0 -> 1.13.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 11, 2025, 7:55 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Revert typing change in 'pint.Unit'
- Fix raising exception in 'Quantity.from_tuple' with invalid units
- Several unit definition fixes.
- Add devcontainer.json to add GitHub Codespace support
- Add support for 'numpy.geomspace'
- Add support for 'linalg.diagonal', 'linalg.matrix_transpose', 'diag', 'tril', 'triu', 'linalg.eigvals', 'linalg.eigvalsh', 'linalg.matrix_norm' and 'linalg.vector_norm'
- An example of performing currency conversions that change over time has been added to the docs.
- Add support for 'pint.Quantity' being used as Generic.
- Add a typing and IDE autocomplete page to the documentation.
- Fixed 'nan'/'nan' to return 'nan' rather than 1 in unit conversion

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-pint_0.25.bb => python3-pint_0.25.2.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pint_0.25.bb => python3-pint_0.25.2.bb} (90%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pint_0.25.bb b/meta-python/recipes-devtools/python/python3-pint_0.25.2.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-pint_0.25.bb
rename to meta-python/recipes-devtools/python/python3-pint_0.25.2.bb
index c85805e1f4..97ee4b48bc 100644
--- a/meta-python/recipes-devtools/python/python3-pint_0.25.bb
+++ b/meta-python/recipes-devtools/python/python3-pint_0.25.2.bb
@@ -8,7 +8,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=bccf824202692270a1e0829a62e3f47b"
 
 inherit pypi python_hatchling ptest-python-pytest python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "22911a30d682ee0540d656571c19a7b1806ce00b2be88a16f67218108b7b8cc2"
+SRC_URI[sha256sum] = "85a45d1da8fe9c9f7477fed8aef59ad2b939af3d6611507e1a9cbdacdcd3450a"
 
 DEPENDS += "python3-setuptools-scm-native python3-hatch-vcs-native"