From: Tim Orling Date: Sun, 31 May 2026 00:17:52 +0000 (-0700) Subject: python3-pytz: upgrade 2026.1 -> 2026.2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=583cfa088f69cb77e5ea7af7798361500f670415;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pytz: upgrade 2026.1 -> 2026.2 git shortlog: Fullchee Zhang (1): fix typo Shaun Walbridge (1): try to access resource using `importlib.resources` Stuart Bishop (6): Bump version number to 2026.1.post1 Update test runners for new Pythons and github actions Squashed 'tz/' changes from dd6be6d155..8be0d5483d IANA 2026b Bump version numbers to 2026.2 (IANA 2026b) Bump github actions/checkout to @v6 Stub (2): Try to access resource using `importlib.resources` Fix typo in README For a full comparison, see [1]. [1] https://github.com/stub42/pytz/compare/release_2026.1...release_2026.2 Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pytz_2026.1.bb b/meta/recipes-devtools/python/python3-pytz_2026.2.bb similarity index 87% rename from meta/recipes-devtools/python/python3-pytz_2026.1.bb rename to meta/recipes-devtools/python/python3-pytz_2026.2.bb index 0c9e1e7a4c..1365897d85 100644 --- a/meta/recipes-devtools/python/python3-pytz_2026.1.bb +++ b/meta/recipes-devtools/python/python3-pytz_2026.2.bb @@ -7,7 +7,7 @@ inherit pypi setuptools3 ptest-python-pytest PTEST_PYTEST_DIR = "pytz/tests" -SRC_URI[sha256sum] = "10413c35476919b4c07bda6b9810c6e24d914378c430070bdb1869e18a37eee5" +SRC_URI[sha256sum] = "0e60b47b29f21574376f218fe21abc009894a2321ea16c6754f3cad6eb7cdd6a" RDEPENDS:${PN}:class-target += "\ python3-datetime \