From adfcea9d56652600521f5fae8129b2b519b8627d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 17:17:17 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-wheel.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-wheel.spec b/python-wheel.spec index 5499c6f..3b1e663 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,4 +1,3 @@ -%global _with_bootstrap 1 # The function of bootstrap is that it disables the wheel subpackage %bcond_with bootstrap @@ -19,7 +18,7 @@ Name: python-%{pypi_name} Version: 0.37.1 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: Built-package format for Python @@ -130,6 +129,9 @@ rm setup.cfg # to drop pytest coverage options configured there %endif %changelog +* Mon Jun 13 2022 Python Maint - 1:0.37.1-3 +- Rebuilt for Python 3.11 + * Mon Jun 13 2022 Python Maint - 1:0.37.1-2 - Bootstrap for Python 3.11