diff mbox series

[meta-python] python3-pint: upgrade 0.21 -> 0.22

Message ID 1685518820-20028-18-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-pint: upgrade 0.21 -> 0.22 | expand

Commit Message

Mingyu Wang (Fujitsu) May 31, 2023, 7:40 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Drop Python 3.8 compatability following NEP-29.
- Drop NumPy < 1.21 following NEP-29.
- Improved typing experience.
- Migrated fully to pyproject.toml.
- Migrated to ruff.
- In order to make static typing possible as required by mypy
  and similar tools, the way to subclass the registry has been
  changed.
- Allow non-quantity atol parameters for isclose and allclose.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pint_0.21.bb b/meta-python/recipes-devtools/python/python3-pint_0.22.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-pint_0.21.bb
rename to meta-python/recipes-devtools/python/python3-pint_0.22.bb
index 13944ec78..0eed33f79 100644
--- a/meta-python/recipes-devtools/python/python3-pint_0.21.bb
+++ b/meta-python/recipes-devtools/python/python3-pint_0.22.bb
@@ -10,7 +10,7 @@  PYPI_PACKAGE := "Pint"
 
 inherit pypi ptest python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "3e98bdf01f4dcf840cc0207c0b6f7510d4e0c6288efc1bf470626e875c831172"
+SRC_URI[sha256sum] = "2d139f6abbcf3016cad7d3cec05707fe908ac4f99cf59aedfd6ee667b7a64433"
 
 DEPENDS += "python3-setuptools-scm-native"