From 6641be688f0ff5f2e35b35c0147d5faf179fe131 Mon Sep 17 00:00:00 2001 From: xinyingchao Date: Fri, 4 Mar 2022 10:22:18 +0800 Subject: [PATCH] build python-wheel-wheel binary package --- python-wheel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-wheel.spec b/python-wheel.spec index 97cc29d..4b08bb2 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap %if %{with bootstrap} %bcond_with tests @@ -8,7 +8,7 @@ Name: python-wheel Version: 0.37.0 -Release: 1 +Release: 2 Epoch: 1 Summary: Built-package format for Python License: MIT @@ -87,6 +87,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build %endif %changelog +* Fri Mar 04 2022 yuanxin - 0.37.0-2 +- build python-wheel-wheel binary package + * Mon Nov 29 2021 shixuantong - 0.37.0-1 - update version to 0.37.0