diff options
| author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-08-17 15:02:39 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-21 16:15:35 +0100 |
| commit | 0444222fd3e4101f97bc309eebc99c0a507f4a65 (patch) | |
| tree | 7ef07abcc5e1a9e6a616e190eeb27cb3218e7e2d | |
| parent | d7d73df18fd0da9b00b67e1f7e96cba0090b15f6 (diff) | |
| download | poky-0444222fd3e4101f97bc309eebc99c0a507f4a65.tar.gz | |
python3-numpy: upgrade 1.25.1 -> 1.25.2
Changelog: https://github.com/numpy/numpy/releases/tag/v1.25.2
(From OE-Core rev: 1b28f8109bd61b12c60d7e1c058e4d26ec476ca5)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python3-numpy_1.25.2.bb (renamed from meta/recipes-devtools/python/python3-numpy_1.25.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-numpy_1.25.1.bb b/meta/recipes-devtools/python/python3-numpy_1.25.2.bb index 3632ab71ee..0c6c0a3287 100644 --- a/meta/recipes-devtools/python/python3-numpy_1.25.1.bb +++ b/meta/recipes-devtools/python/python3-numpy_1.25.2.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ | |||
| 12 | file://0001-numpy-core-Define-RISCV-32-support.patch \ | 12 | file://0001-numpy-core-Define-RISCV-32-support.patch \ |
| 13 | file://run-ptest \ | 13 | file://run-ptest \ |
| 14 | " | 14 | " |
| 15 | SRC_URI[sha256sum] = "9a3a9f3a61480cc086117b426a8bd86869c213fc4072e606f01c4e4b66eb92bf" | 15 | SRC_URI[sha256sum] = "fd608e19c8d7c55021dffd43bfe5492fab8cc105cc8986f813f8c3c048b38760" |
| 16 | 16 | ||
| 17 | GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" | 17 | GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" |
| 18 | UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$" | 18 | UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$" |
