diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2025-10-06 12:53:55 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-10-06 11:34:42 -0700 |
commit | e0b51a116e3d80c74291e998ce64cc729e7d97ab (patch) | |
tree | 31421d254cf4a4ed4d8ef137983227b72e3e15b1 /meta-python/recipes-devtools/python/python3-yarl_1.21.0.bb | |
parent | 3f95c76d053dda852d35b0faae0e4a80bb275320 (diff) | |
download | meta-openembedded-e0b51a116e3d80c74291e998ce64cc729e7d97ab.tar.gz |
python3-yarl: Upgrade 1.20.1 -> 1.21.0
Upgrade to release 1.21.0:
- The reusable-cibuildwheel.yml workflow has been refactored to be
more generic and ci-cd.yml now holds all the configuration toggles
- When building wheels, the source distribution is now passed
directly to the cibuildwheel invocation
- Added CI for Python 3.14
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-yarl_1.21.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-yarl_1.21.0.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.21.0.bb b/meta-python/recipes-devtools/python/python3-yarl_1.21.0.bb new file mode 100644 index 0000000000..595717b8ab --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-yarl_1.21.0.bb | |||
@@ -0,0 +1,35 @@ | |||
1 | SUMMARY = "The module provides handy URL class for url parsing and changing" | ||
2 | HOMEPAGE = "https://github.com/aio-libs/yarl/" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
5 | |||
6 | SRC_URI[sha256sum] = "866c17223f7d734377a260a2800e14791cb5e55ec252de624e053a0b36b8568a" | ||
7 | |||
8 | PYPI_PACKAGE = "yarl" | ||
9 | |||
10 | inherit pypi ptest-python-pytest python_setuptools_build_meta cython | ||
11 | |||
12 | SRC_URI += " \ | ||
13 | file://0001-build-wheel-in-place.patch \ | ||
14 | " | ||
15 | |||
16 | DEPENDS += " \ | ||
17 | python3-expandvars-native \ | ||
18 | " | ||
19 | |||
20 | RDEPENDS:${PN} = "\ | ||
21 | python3-multidict \ | ||
22 | python3-idna \ | ||
23 | python3-io \ | ||
24 | python3-propcache \ | ||
25 | " | ||
26 | |||
27 | RDEPENDS:${PN}-ptest += " \ | ||
28 | python3-hypothesis \ | ||
29 | python3-image \ | ||
30 | python3-pytest \ | ||
31 | python3-pytest-codspeed \ | ||
32 | python3-rich \ | ||
33 | python3-unittest-automake-output \ | ||
34 | " | ||
35 | |||