diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-10 17:43:50 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-16 11:25:29 +0100 |
| commit | 6450cfa9a977c39584e32766b02973494b86774a (patch) | |
| tree | 6c7b1d543f99555ea097e3aa9b5e0b226a11d1dd /meta | |
| parent | 18870e2cb3bfd7ba9ef445151df32812d4292bfc (diff) | |
| download | poky-6450cfa9a977c39584e32766b02973494b86774a.tar.gz | |
python3-pycairo: upgrade 1.26.0 -> 1.26.1
Changelog:
==========
- Fix Surface.set_mime_data() with Python 3.13
- Fix the test suite with Python 3.13b2.
- Update vendored Windows wheel dependencies
(From OE-Core rev: 26daeaa17a77ff6931126c340fce867f8340cca9)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pycairo_1.26.1.bb (renamed from meta/recipes-devtools/python/python3-pycairo_1.26.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb b/meta/recipes-devtools/python/python3-pycairo_1.26.1.bb index ea8b81be76..93f181bf5f 100644 --- a/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb +++ b/meta/recipes-devtools/python/python3-pycairo_1.26.1.bb | |||
| @@ -13,7 +13,7 @@ DEPENDS = "cairo python3" | |||
| 13 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/pycairo-${PV}.tar.gz" | 13 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/pycairo-${PV}.tar.gz" |
| 14 | GITHUB_BASE_URI = "https://github.com/pygobject/pycairo/releases/" | 14 | GITHUB_BASE_URI = "https://github.com/pygobject/pycairo/releases/" |
| 15 | 15 | ||
| 16 | SRC_URI[sha256sum] = "2dddd0a874fbddb21e14acd9b955881ee1dc6e63b9c549a192d613a907f9cbeb" | 16 | SRC_URI[sha256sum] = "a11b999ce55b798dbf13516ab038e0ce8b6ec299b208d7c4e767a6f7e68e8430" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/pycairo-${PV}" | 18 | S = "${WORKDIR}/pycairo-${PV}" |
| 19 | 19 | ||
