diff mbox series

[3/5] python3: upgrade 3.13.4 -> 3.13.5

Message ID 20250617155339.1305652-3-tgamblin@baylibre.com
State New
Headers show
Series [1/5] python3-colorama: add recipe | expand

Commit Message

Trevor Gamblin June 17, 2025, 3:53 p.m. UTC
Changelog: https://docs.python.org/3/whatsnew/changelog.html#python-3-13-5-final

ptests look OK:

|443 tests OK.
|
|Total duration: 2 min 43 sec
|Total tests: run=44,050 skipped=2,309
|Total test files: run=471/480 skipped=28 resource_denied=9
|Result: SUCCESS
|DURATION: 164
|END: /usr/lib/python3/ptest
|2025-06-17T14:05
|STOP: ptest-runner
|TOTAL: 1 FAIL: 0

Reproducibility OK:

|2025-06-17 10:34:28,071 - oe-selftest - INFO -  ... ok
|2025-06-17 10:35:04,539 - oe-selftest - INFO - ----------------------------------------------------------------------
|2025-06-17 10:35:04,539 - oe-selftest - INFO - Ran 1 test in 1429.952s
|2025-06-17 10:35:04,539 - oe-selftest - INFO - OK
|2025-06-17 10:35:08,924 - oe-selftest - INFO - RESULTS:
|2025-06-17 10:35:08,924 - oe-selftest - INFO - RESULTS - reproducible.ReproducibleTests.test_reproducible_builds: PASSED (1393.34s)
|2025-06-17 10:35:08,925 - oe-selftest - INFO - SUMMARY:
|2025-06-17 10:35:08,925 - oe-selftest - INFO - oe-selftest () - Ran 1 test in 1429.952s
|2025-06-17 10:35:08,925 - oe-selftest - INFO - oe-selftest - OK - All required tests passed (successes=1, skipped=0, failures=0, errors=0)

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 .../python/{python3_3.13.4.bb => python3_3.13.5.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3_3.13.4.bb => python3_3.13.5.bb} (99%)

Comments

Mathieu Dubois-Briand June 18, 2025, 7:44 a.m. UTC | #1
On Tue Jun 17, 2025 at 5:53 PM CEST, Trevor Gamblin wrote:
> Changelog: https://docs.python.org/3/whatsnew/changelog.html#python-3-13-5-final
>
> ptests look OK:
>
> |443 tests OK.
> |
> |Total duration: 2 min 43 sec
> |Total tests: run=44,050 skipped=2,309
> |Total test files: run=471/480 skipped=28 resource_denied=9
> |Result: SUCCESS
> |DURATION: 164
> |END: /usr/lib/python3/ptest
> |2025-06-17T14:05
> |STOP: ptest-runner
> |TOTAL: 1 FAIL: 0
>
> Reproducibility OK:
>
> |2025-06-17 10:34:28,071 - oe-selftest - INFO -  ... ok
> |2025-06-17 10:35:04,539 - oe-selftest - INFO - ----------------------------------------------------------------------
> |2025-06-17 10:35:04,539 - oe-selftest - INFO - Ran 1 test in 1429.952s
> |2025-06-17 10:35:04,539 - oe-selftest - INFO - OK
> |2025-06-17 10:35:08,924 - oe-selftest - INFO - RESULTS:
> |2025-06-17 10:35:08,924 - oe-selftest - INFO - RESULTS - reproducible.ReproducibleTests.test_reproducible_builds: PASSED (1393.34s)
> |2025-06-17 10:35:08,925 - oe-selftest - INFO - SUMMARY:
> |2025-06-17 10:35:08,925 - oe-selftest - INFO - oe-selftest () - Ran 1 test in 1429.952s
> |2025-06-17 10:35:08,925 - oe-selftest - INFO - oe-selftest - OK - All required tests passed (successes=1, skipped=0, failures=0, errors=0)
>
> Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
> ---

Hi Trevor,

Thanks for your patch.

I believe we still have a ptest failure related to this upgrade:

Failed ptests:
{'python3-pytz': ['pytz/tests/test_docs.py:test_suite',
                  'pytz/tests/test_tzinfo.py:test_suite']}

https://autobuilder.yoctoproject.org/valkyrie/#/builders/61/builds/1724
https://autobuilder.yoctoproject.org/valkyrie/#/builders/73/builds/1724

Ptest logs can be found here:

https://valkyrie.yocto.io/pub/non-release/20250617-94/testresults/qemuarm64-ptest/core-image-ptest-python3-pytz/
https://valkyrie.yocto.io/pub/non-release/20250617-94/testresults/qemux86-64-ptest/core-image-ptest-python3-pytz/
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3_3.13.4.bb b/meta/recipes-devtools/python/python3_3.13.5.bb
similarity index 99%
rename from meta/recipes-devtools/python/python3_3.13.4.bb
rename to meta/recipes-devtools/python/python3_3.13.5.bb
index 5b49fee3bf..eb1f358eb3 100644
--- a/meta/recipes-devtools/python/python3_3.13.4.bb
+++ b/meta/recipes-devtools/python/python3_3.13.5.bb
@@ -36,7 +36,7 @@  SRC_URI:append:class-native = " \
            file://0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch \
            "
 
-SRC_URI[sha256sum] = "27b15a797562a2971dce3ffe31bb216042ce0b995b39d768cf15f784cc757365"
+SRC_URI[sha256sum] = "93e583f243454e6e9e4588ca2c2662206ad961659863277afcdb96801647d640"
 
 # exclude pre-releases for both python 2.x and 3.x
 UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"