diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-12-04 07:48:54 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-05 17:07:10 +0000 |
| commit | 8710268bc9302a410a7949e7216795a0efbd1e17 (patch) | |
| tree | b98f5d5421454171b922c2995ee717c215dcc619 | |
| parent | 1d6fa912436b3cd95249e7d59efb0bc1b36de050 (diff) | |
| download | poky-8710268bc9302a410a7949e7216795a0efbd1e17.tar.gz | |
python3-beartype: upgrade 0.18.5 -> 0.19.0
Change backend to hatchling.
(From OE-Core rev: 95f3b7315db80731eaf8a9700d1104fe4ea4f98e)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python3-beartype_0.19.0.bb (renamed from meta/recipes-devtools/python/python3-beartype_0.18.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-beartype_0.18.5.bb b/meta/recipes-devtools/python/python3-beartype_0.19.0.bb index 95d947c90e..ee2c068e09 100644 --- a/meta/recipes-devtools/python/python3-beartype_0.18.5.bb +++ b/meta/recipes-devtools/python/python3-beartype_0.19.0.bb | |||
| @@ -4,9 +4,9 @@ HOMEPAGE = "https://beartype.readthedocs.io" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e71f94261c1b39896cacacfeaf60560e" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e71f94261c1b39896cacacfeaf60560e" |
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "264ddc2f1da9ec94ff639141fbe33d22e12a9f75aa863b83b7046ffff1381927" | 7 | SRC_URI[sha256sum] = "de42dfc1ba5c3710fde6c3002e3bd2cad236ed4d2aabe876345ab0b4234a6573" |
| 8 | 8 | ||
| 9 | inherit pypi python_setuptools_build_meta | 9 | inherit pypi python_hatchling |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} += "python3-numbers python3-io" | 11 | RDEPENDS:${PN} += "python3-numbers python3-io" |
| 12 | 12 | ||
