diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-06-20 12:03:05 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-25 06:44:50 -0700 |
| commit | f300f622f190db676d073f9f285187009fe04cb6 (patch) | |
| tree | 926a47386522b7ee9937e29bf9d2c0ea0e96bc96 /meta-python/recipes-devtools/python | |
| parent | 61b444f706e64c109aa4bf8065f5e1b0fc790528 (diff) | |
| download | meta-openembedded-f300f622f190db676d073f9f285187009fe04cb6.tar.gz | |
python3-yarl: Upgrade 1.20.0 -> 1.20.1
Upgrade to release 1.20.1:
- Started raising a :exc:ValueError exception raised for corrupted
IPv6 URL values.
- Updated to use Cython 3.1 universally across the build path
- Made Cython line tracing opt-in via the with-cython-tracing build
config setting
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')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-yarl_1.20.1.bb (renamed from meta-python/recipes-devtools/python/python3-yarl_1.20.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.20.0.bb b/meta-python/recipes-devtools/python/python3-yarl_1.20.1.bb index 04e150e164..bbf9e3d782 100644 --- a/meta-python/recipes-devtools/python/python3-yarl_1.20.0.bb +++ b/meta-python/recipes-devtools/python/python3-yarl_1.20.1.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/" | |||
| 3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "686d51e51ee5dfe62dec86e4866ee0e9ed66df700d55c828a615640adc885307" | 6 | SRC_URI[sha256sum] = "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" |
| 7 | 7 | ||
| 8 | PYPI_PACKAGE = "yarl" | 8 | PYPI_PACKAGE = "yarl" |
| 9 | 9 | ||
