From 6a3efb5b413fce359226a24162ac45e41dd3cfa8 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 15:57:59 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python3.9.git#ca1a2cefd804cd75ae0cd5f844f1f9c824fdd7c7 --- python3.9.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/python3.9.spec b/python3.9.spec index ec5a0b7..efe7705 100644 --- a/python3.9.spec +++ b/python3.9.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 4%{?dist} +Release: 5%{?dist} License: Python @@ -72,14 +72,8 @@ License: Python # https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup %bcond_without no_semantic_interposition -%ifnarch %{arm} # Run the test suite in %%check %bcond_without tests -%else -# Builds with tests cause kojid OOM kill on 32 bit ARM builders -# https://pagure.io/fedora-infrastructure/issue/9591 -%bcond_with tests -%endif # Extra build for debugging the interpreter or C-API extensions # (the -debug subpackages) @@ -1753,6 +1747,9 @@ CheckPython optimized # ====================================================== %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 3.9.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jan 25 2021 Miro HronĨok - 3.9.1-4 - Rebuilt to be signed with Fedora 32 compatible signature, to fix mock bootstrap chroot on Fedora 32 (and possibly EPELs)