From a5973c7fdb11aeab10d974c7cd3d68a9847efbf281d2bc3b1179ea6ff89ca65a Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 5 Sep 2025 07:41:49 +0000 Subject: [PATCH] - Move compression folder to python-base where it should be. This module is used internally in gzip.py. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python314?expand=0&rev=93 --- python314.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python314.changes b/python314.changes index 8177f2e..51eab8f 100644 --- a/python314.changes +++ b/python314.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 5 06:47:57 UTC 2025 - Daniel Garcia + +- Move compression folder to python-base where it should be. This + module is used internally in gzip.py. + ------------------------------------------------------------------- Fri Aug 15 14:12:35 UTC 2025 - Matej Cepl