From 0d21f9b33d4ed366c47cf0e1690657d7332eb6e80f1b22fbf0f3453794765e86 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 3 Oct 2024 15:01:05 +0000 Subject: [PATCH] Fix the changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python312?expand=0&rev=76 --- python312.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python312.changes b/python312.changes index 033ffbf..193c9b1 100644 --- a/python312.changes +++ b/python312.changes @@ -109,7 +109,8 @@ Tue Oct 1 15:32:06 UTC 2024 - Matej Cepl baseline (installation already required Windows 8.1). - gh-123917: Fix the check for the crypt() function in the configure script. Patch by Paul Smith and Victor Stinner. -- Change previous removal of *.pyc files with rm -f instead of ||/bin/true +- Change previous removal of *.pyc files with rm -f instead of + ||/bin/true (bsc#1230906). ------------------------------------------------------------------- Mon Sep 30 09:42:13 UTC 2024 - Bernhard Wiedemann