diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-10 17:01:31 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-12 09:16:06 -0800 |
commit | 68cd2c1f3f61e8dcb231502a02ceecdcfee97160 (patch) | |
tree | 4beb25c8fb5bc7d97c529bf227f97edf2e0bbcac /meta-python | |
parent | 573843f94c09b0e997163a0958b89d2dcb001ca6 (diff) | |
download | meta-openembedded-68cd2c1f3f61e8dcb231502a02ceecdcfee97160.tar.gz |
python3-tzdata: upgrade 2024.2 -> 2025.1
Changelog:
https://github.com/python/tzdata/releases/tag/2025.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-tzdata_2025.1.bb (renamed from meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb b/meta-python/recipes-devtools/python/python3-tzdata_2025.1.bb index 3d0166d20e..35246e8ec7 100644 --- a/meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb +++ b/meta-python/recipes-devtools/python/python3-tzdata_2025.1.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "Apache-2.0" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fca9fd5c15a28eb874ba38577a585d48 \ | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fca9fd5c15a28eb874ba38577a585d48 \ |
5 | file://licenses/LICENSE_APACHE;md5=86d3f3a95c324c9479bd8986968f4327" | 5 | file://licenses/LICENSE_APACHE;md5=86d3f3a95c324c9479bd8986968f4327" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc" | 7 | SRC_URI[sha256sum] = "24894909e88cdb28bd1636c6887801df64cb485bd593f2fd83ef29075a81d694" |
8 | 8 | ||
9 | inherit pypi python_setuptools_build_meta ptest-python-pytest | 9 | inherit pypi python_setuptools_build_meta ptest-python-pytest |
10 | 10 | ||