summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-12-02 12:45:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-03 11:21:34 +0000
commit6180bac513aa2b98e25d775862b62f57652cf076 (patch)
tree64f5eb37a4a2dcff1b5b9981b91a8ea4b313a492
parentab01608b10bbc98b718d30f80f606ede9ce2bce6 (diff)
downloadpoky-6180bac513aa2b98e25d775862b62f57652cf076.tar.gz
python3-hatchling: upgrade 1.25.0 -> 1.26.3
1.26.3: - Support an old import path that is still used by some consumers like Hatch 1.26.2: - Back-populate string license fields (License-Expression) for core metadata versions prior to 2.4 - Remove the License-Expression and License-Files core metadata from version 2.2 that was missed in the previous minor release 1.26.1: - Add backward compatibility for the old license-files metadata field - Support an old import path that is still used by some consumers like Hatch 1.26.0: - The license-files metadata field has been updated to the latest spec and is now just an array of glob patterns - Support version 2.4 of core metadata for the wheel and sdist targets - Add HATCH_METADATA_CLASSIFIERS_NO_VERIFY environment variable to disable trove classifier verification - Add .pixi to the list of directories that cannot be traversed - Bump the minimum supported version of packaging to 24.2 - No longer write package metadata for license expressions and files for versions of core metadata prior to 2.4 - Properly enable Zip64 support for the wheel target - Properly ignore parent .gitingore files when the project root matches one of the patterns (From OE-Core rev: 2c09f03e62f96016c2a3713362f83a7591bd0f9b) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-hatchling_1.26.3.bb (renamed from meta/recipes-devtools/python/python3-hatchling_1.25.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hatchling_1.25.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.26.3.bb
index 111b447815..590456ad9b 100644
--- a/meta/recipes-devtools/python/python3-hatchling_1.25.0.bb
+++ b/meta/recipes-devtools/python/python3-hatchling_1.26.3.bb
@@ -8,7 +8,7 @@ inherit pypi python_hatchling
8DEPENDS += "python3-pluggy-native python3-pathspec-native python3-packaging-native python3-editables-native python3-trove-classifiers-native" 8DEPENDS += "python3-pluggy-native python3-pathspec-native python3-packaging-native python3-editables-native python3-trove-classifiers-native"
9DEPENDS:remove:class-native = "python3-hatchling-native" 9DEPENDS:remove:class-native = "python3-hatchling-native"
10 10
11SRC_URI[sha256sum] = "7064631a512610b52250a4d3ff1bd81551d6d1431c4eb7b72e734df6c74f4262" 11SRC_URI[sha256sum] = "b672a9c36a601a06c4e88a1abb1330639ee8e721e0535a37536e546a667efc7a"
12 12
13do_compile:prepend() { 13do_compile:prepend() {
14 export PYTHONPATH=src 14 export PYTHONPATH=src