diff options
| author | Tim Orling <ticotimo@gmail.com> | 2023-07-08 04:26:36 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-14 17:31:06 +0100 |
| commit | f1bb4f7eb5effb3c97096e5787103c080327e77c (patch) | |
| tree | 405a8d2590855c2e2603908157f3280dad07d839 /meta/recipes-devtools/python/python3-importlib-metadata_6.8.0.bb | |
| parent | 509c78f2e38b64ea0d334268c4e26eb4478f8cb4 (diff) | |
| download | poky-f1bb4f7eb5effb3c97096e5787103c080327e77c.tar.gz | |
python3-importlib-metadata: upgrade 6.7.0 -> 6.8.0
* Require Python 3.8 or later.
34fd736 (HEAD, tag: v6.8.0) Finalize
97084d8 Remove reliance on typing-extensions, only required for Python 3.7 compatibility.
b74d2b2 Merge pull request #460 from Gryfenfer97/main
ec7bca0 Disable tests on pypy due to #463
ee4f84a Remove superfluous includes
f862e3f Merge branch '2023-handoff' of https://github.com/jaraco/skeleton
23ed6b1 Merge branch 'collapse' into 2023-handoff
c29955f Collapse skeleton history. Workaround for jaraco/skeleton#87.
cca49a4 Prefer 3.x for Python version (latest stable).
74ba8ac Leverage pytest-enabler 2.2 for the default config.
8e83c3f Expand 'finalize' to commit and tag the change.
f5a5617 Merge https://github.com/jaraco/skeleton
3b7d8a9 Require Python 3.8 or later.
07a87ea Remove tox boilerplate, no longer necessary with later versions of tox.
cd145f4 Replace workaround for actions/setup-python#508 with 'allow-prereleases'
5ca761c Merge https://github.com/jaraco/skeleton
45c03bd add typing for simple functions
74b0d39 Adopt towncrier for managing changelog. Fixes jaraco/skeleton#83.
2963377 Merge https://github.com/jaraco/skeleton
241541c Remove inclusion of python version for docs
e7cd730 Add badge for Ruff.
6f75480 Update RTD boilerplate to new issue. Ref readthedocs/readthedocs.org#10401.
(From OE-Core rev: bc820ff2f8d255783bedc28e468ee2e1d7de873b)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-importlib-metadata_6.8.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-importlib-metadata_6.8.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-importlib-metadata_6.8.0.bb b/meta/recipes-devtools/python/python3-importlib-metadata_6.8.0.bb new file mode 100644 index 0000000000..b8dd4bb701 --- /dev/null +++ b/meta/recipes-devtools/python/python3-importlib-metadata_6.8.0.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Read metadata from Python packages" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/importlib-metadata/" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 5 | |||
| 6 | inherit pypi python_setuptools_build_meta | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "importlib_metadata" | ||
| 9 | UPSTREAM_CHECK_REGEX = "/importlib-metadata/(?P<pver>(\d+[\.\-_]*)+)/" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/importlib_metadata-${PV}" | ||
| 14 | |||
| 15 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native" | ||
| 16 | RDEPENDS:${PN} += "${PYTHON_PN}-zipp ${PYTHON_PN}-pathlib2" | ||
| 17 | RDEPENDS:${PN}:append:class-target = " python3-misc" | ||
| 18 | RDEPENDS:${PN}:append:class-nativesdk = " python3-misc" | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
