diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-04-17 15:32:26 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-19 14:36:05 -0700 |
| commit | dc26196abef6a890b6c4aad03bede47a31b2dc9d (patch) | |
| tree | 5c7592c38eefcb57d5d5f1d7aa52c03040f3e48b /meta-python/recipes-devtools/python/python3-yarl_1.19.0.bb | |
| parent | c3b5b10f72483acf8663372346d056d5159452a5 (diff) | |
| download | meta-openembedded-dc26196abef6a890b6c4aad03bede47a31b2dc9d.tar.gz | |
python3-yarl: Upgrade 1.19.0 -> 1.20.0
Upgrade to release 1.20.0:
- Implemented support for the free-threaded build of CPython 3.13
- Started building wheels for the free-threaded build of CPython 3.13
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.19.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-yarl_1.19.0.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.19.0.bb b/meta-python/recipes-devtools/python/python3-yarl_1.19.0.bb deleted file mode 100644 index 22203d335b..0000000000 --- a/meta-python/recipes-devtools/python/python3-yarl_1.19.0.bb +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 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] = "01e02bb80ae0dbed44273c304095295106e1d9470460e773268a27d11e594892" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "yarl" | ||
| 9 | |||
| 10 | inherit pypi ptest-python-pytest python_setuptools_build_meta cython | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | python3-expandvars-native \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS:${PN} = "\ | ||
| 17 | python3-multidict \ | ||
| 18 | python3-idna \ | ||
| 19 | python3-io \ | ||
| 20 | python3-propcache \ | ||
| 21 | " | ||
| 22 | |||
| 23 | RDEPENDS:${PN}-ptest += " \ | ||
| 24 | python3-hypothesis \ | ||
| 25 | python3-image \ | ||
| 26 | python3-pytest \ | ||
| 27 | python3-pytest-codspeed \ | ||
| 28 | python3-rich \ | ||
| 29 | python3-unittest-automake-output \ | ||
| 30 | " | ||
| 31 | |||
