!3 python-tox

Merge pull request !3 from shirely/master
This commit is contained in:
openeuler-ci-bot 2020-06-18 17:09:04 +08:00 committed by Gitee
commit e2eb8dcb4c

View File

@ -1,6 +1,6 @@
Name: python-tox Name: python-tox
Version: 3.5.3 Version: 3.5.3
Release: 1 Release: 2
Summary: Virtualenv-based automation of test activities Summary: Virtualenv-based automation of test activities
License: MIT License: MIT
URL: https://tox.readthedocs.io/ URL: https://tox.readthedocs.io/
@ -37,13 +37,17 @@ rm -rf tox.egg-info
%license LICENSE %license LICENSE
%{_bindir}/tox %{_bindir}/tox
%{_bindir}/tox-quickstart %{_bindir}/tox-quickstart
%_prefix/lib/python3.7/site-packages/tox/ %_prefix/lib/python%{python3_version}/site-packages/tox/
%_prefix/lib/python3.7/site-packages/tox-%{version}-py3.7.egg-info/ %_prefix/lib/python%{python3_version}/site-packages/tox-%{version}-py3.*.egg-info/
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc README.rst %doc README.rst
%changelog %changelog
* Thu Jun 18 2020 hanhui<hanhui15@huawei.com> - 3.5.3-2
- bugfix
- DESC:modify python3.7 can not find file path
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 3.5.3-1 * Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 3.5.3-1
- Package init - Package init