!5 change py version

Merge pull request !5 from yangl777/master
This commit is contained in:
openeuler-ci-bot 2020-06-18 17:56:39 +08:00 committed by Gitee
commit 731948cf5a

View File

@ -1,6 +1,6 @@
Name: python-toml Name: python-toml
Version: 0.10.0 Version: 0.10.0
Release: 1 Release: 2
Summary: Python Library for Tom's Obvious, Minimal Language Summary: Python Library for Tom's Obvious, Minimal Language
License: MIT License: MIT
URL: https://pypi.python.org/pypi/toml URL: https://pypi.python.org/pypi/toml
@ -36,13 +36,15 @@ languages.
%files -n python3-toml %files -n python3-toml
%defattr(-,root,root) %defattr(-,root,root)
%license LICENSE %license LICENSE
%_prefix/lib/python3.7/site-packages/toml %_prefix/lib/python%{python3_version}/site-packages/toml
%_prefix/lib/python3.7/site-packages/toml-%{version}-py3.7.egg-info %_prefix/lib/python%{python3_version}/site-packages/toml-%{version}-py%{python3_version}.egg-info
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc README.rst %doc README.rst
%changelog %changelog
* Thu Jun 18 2020 yanglu<yanglu60@huawei.com> - 0.10.0-2
- Change global
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.10.0-1 * Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.10.0-1
- Package init - Package init