diff mbox series

[5/9] python3-pytz: upgrade 2026.1 -> 2026.2

Message ID 20260531001756.1582306-5-tim.orling@konsulko.com
State New
Headers show
Series [1/9] at-spi2-core: upgrade 2.60.3 -> 2.60.4 | expand

Commit Message

Tim Orling May 31, 2026, 12:17 a.m. UTC
From: Tim Orling <tim.orling@konsulko.com>

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 <tim.orling@konsulko.com>
---
 .../python/{python3-pytz_2026.1.bb => python3-pytz_2026.2.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pytz_2026.1.bb => python3-pytz_2026.2.bb} (87%)

Comments

patchtest@automation.yoctoproject.org May 31, 2026, 12:31 a.m. UTC | #1
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:

---
Testing patch /home/patchtest/share/mboxes/5-9-python3-pytz-upgrade-2026.1---2026.2.patch

FAIL: test commit message user tags: Mbox includes one or more GitHub-style username tags. Ensure that any "@" symbols are stripped out of usernames (test_mbox.TestMbox.test_commit_message_user_tags)

PASS: test Signed-off-by presence (test_mbox.TestMbox.test_signed_off_by_presence)
PASS: test author valid (test_mbox.TestMbox.test_author_valid)
PASS: test commit message presence (test_mbox.TestMbox.test_commit_message_presence)
PASS: test mbox format (test_mbox.TestMbox.test_mbox_format)
PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade)
PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format)
PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length)
PASS: test target mailing list (test_mbox.TestMbox.test_target_mailing_list)

SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint)
SKIP: test CVE tag format: No new CVE patches introduced (test_patch.TestPatch.test_cve_tag_format)
SKIP: test Signed-off-by presence: No new CVE patches introduced (test_patch.TestPatch.test_signed_off_by_presence)
SKIP: test Upstream-Status presence: No new CVE patches introduced (test_patch.TestPatch.test_upstream_status_presence_format)
SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format)
SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint)
SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head)

---

Please address the issues identified and
submit a new revision of the patch, or alternatively, reply to this
email with an explanation of why the patch should be accepted. If you
believe these results are due to an error in patchtest, please submit a
bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category
under 'Yocto Project Subprojects'). For more information on specific
failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank
you!
diff mbox series

Patch

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 \