diff --git a/python-wheel.spec b/python-wheel.spec index 97cc29d9b729e6845990aa9c8c15ac800bba919d..4b08bb2c0765721c181f16319114eded04e8a651 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