!17 Upgrade package to version 0.38.4

From: @jxy_git 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-12-07 07:42:58 +00:00 committed by Gitee
commit 295b35aea2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

View File

@ -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 <jiangxinyu@kylinos.cn> - 1:0.38.4-1
- Upgrade package to version 0.38.4
* Fri Mar 04 2022 yuanxin<yuanxin24@h-partners.com> - 0.37.0-2
- build python-wheel-wheel binary package

Binary file not shown.

BIN
wheel-0.38.4.tar.gz Normal file

Binary file not shown.