diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-03-26 08:34:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-16 08:07:02 +0100 |
commit | 82547c76908fe3ca27c5f91f79557bc5a6854e3e (patch) | |
tree | c267e8918f6604ef01824e6256b4c4120e0d9ecf /meta/recipes-devtools/python/python3-hatchling_1.21.1.bb | |
parent | d8f61735a4a2938ea48752cad934d18512679b4b (diff) | |
download | poky-82547c76908fe3ca27c5f91f79557bc5a6854e3e.tar.gz |
python3-hatchling: upgrade 1.21.1 -> 1.22.4
Changelog:
=============
Added:
----------
-Metadata for the wheel target now defaults to the PKG-INFO metadata within
source distributions
-Add dependencies method to the build hook interface so that hooks can
themselves dynamically define dependencies
-Update SPDX license information to version 3.23
-Improve error message for when the default heuristics for wheel file inclusion
fail
-Update the default version of core metadata to 2.3
Fixed:
-----------
-Properly support core metadata version 2.2
-Only read source distribution metadata for fields that are explicitly defined
as dynamic
-Fix the custom build hook when using dynamic dependencies
-Fix regression when loading metadata from source distributions
-Fix metadata hooks when building wheels from source distributions
-Remove editables as a direct dependency
-Fix default wheel tag when the supported Python version declaration is strict
-Load VCS ignore patterns first so that whitelisted patterns can be excluded by
project configuration
-Don't consider VCS ignore files that are outside of the VCS boundary
-The sdist build target now gracefully ignores UNIX socket files
-Begin ignoring certain files ubiquitously, like .DS_Store on macOS
(From OE-Core rev: 3318192cda7df2a9fd9497b58570537c0d856b67)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-hatchling_1.21.1.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-hatchling_1.21.1.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-devtools/python/python3-hatchling_1.21.1.bb b/meta/recipes-devtools/python/python3-hatchling_1.21.1.bb deleted file mode 100644 index 09d936aa7d..0000000000 --- a/meta/recipes-devtools/python/python3-hatchling_1.21.1.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | SUMMARY = "The extensible, standards compliant build backend used by Hatch" | ||
2 | HOMEPAGE = "https://hatch.pypa.io/" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbe2fd33fc9297692812fc94b7d27fd9" | ||
5 | |||
6 | inherit pypi python_hatchling | ||
7 | |||
8 | DEPENDS += "python3-pluggy-native python3-pathspec-native python3-packaging-native python3-editables-native python3-trove-classifiers-native" | ||
9 | DEPENDS:remove:class-native = "python3-hatchling-native" | ||
10 | |||
11 | SRC_URI[sha256sum] = "bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc" | ||
12 | |||
13 | do_compile:prepend() { | ||
14 | export PYTHONPATH=src | ||
15 | } | ||
16 | |||
17 | BBCLASSEXTEND = "native nativesdk" | ||