diff --git a/python-wheel.spec b/python-wheel.spec index 4b08bb2..9141a45 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -7,8 +7,8 @@ %endif Name: python-wheel -Version: 0.37.0 -Release: 2 +Version: 0.38.4 +Release: 1 Epoch: 1 Summary: Built-package format for Python License: MIT @@ -63,7 +63,7 @@ ln -s wheel-%{python3_version} %{buildroot}%{_bindir}/wheel-3 export PYTHONPATH=%{buildroot}%{python3_sitelib} %py3_build_wheel install -d %{buildroot}%{_datadir}/python-wheels -install -p dist/wheel-%{version}-py2.py3-none-any.whl -t %{buildroot}%{_datadir}/python-wheels +install -p dist/wheel-%{version}-py3-none-any.whl -t %{buildroot}%{_datadir}/python-wheels %endif %if %{with tests} @@ -83,10 +83,13 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build %files wheel %license LICENSE.txt %dir %{_datadir}/python-wheels/ -%{_datadir}/python-wheels/wheel-%{version}-py2.py3-none-any.whl +%{_datadir}/python-wheels/wheel-%{version}-py3-none-any.whl %endif %changelog +* Mon Dec 05 2022 jiangxinyu - 1:0.38.4-1 +- Upgrade package to version 0.38.4 + * Fri Mar 04 2022 yuanxin - 0.37.0-2 - build python-wheel-wheel binary package diff --git a/wheel-0.37.0.tar.gz b/wheel-0.37.0.tar.gz deleted file mode 100644 index defcca0..0000000 Binary files a/wheel-0.37.0.tar.gz and /dev/null differ diff --git a/wheel-0.38.4.tar.gz b/wheel-0.38.4.tar.gz new file mode 100644 index 0000000..07a6a37 Binary files /dev/null and b/wheel-0.38.4.tar.gz differ