From 7978212311f1e6428abdbea8bb3e28e1796fb837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 00:16:46 +0200 Subject: [PATCH] Bootstrap for Python 3.9 --- python-wheel.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-wheel.spec b/python-wheel.spec index c24d4a3..469cdd6 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,3 +1,4 @@ +%global _with_bootstrap 1 # The function of bootstrap is that it disables the wheel subpackage %bcond_with bootstrap @@ -14,7 +15,7 @@ Name: python-%{pypi_name} Version: 0.33.6 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 Summary: Built-package format for Python @@ -118,6 +119,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build %endif %changelog +* Thu May 21 2020 Miro HronĨok - 1:0.33.6-4 +- Bootstrap for Python 3.9 + * Thu Jan 30 2020 Fedora Release Engineering - 1:0.33.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild