From 89550604ec95cb09e7ceb123a418daacee756f91c1ad33cf28b09a4df8f3e0c7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 12 Jul 2025 21:42:03 +0000 Subject: [PATCH] Fix wrapping of changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python314?expand=0&rev=84 --- python314.changes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python314.changes b/python314.changes index 555e3c6..d1b009f 100644 --- a/python314.changes +++ b/python314.changes @@ -5,10 +5,10 @@ Wed Jul 9 05:50:32 UTC 2025 - Matej Cepl - Tools/Demos - gh-135968: Stubs for strip are now provided as part of an iOS install. - - gh-133600: Backport file reorganization for . - Tools/wasm/wasi This should make backporting future code . - changes easier. It also simplifies instructions around how. - to do WASI builds in the devguide . + - gh-133600: Backport file reorganization for Tools/wasm/wasi + This should make backporting future code changes easier. It + also simplifies instructions around how to do WASI builds + in the devguide. - Tests - gh-135966: The iOS testbed now handles the app_packages folder as a site directory.