!2 modify spec file

Merge pull request !2 from small_leek/xsl_python-pytest-virtualenv
This commit is contained in:
openeuler-ci-bot 2020-01-13 17:13:44 +08:00 committed by Gitee
commit 9bd43b6d9b

View File

@ -1,7 +1,7 @@
%global with_tests 0%{?_with_tests:1} %global with_tests 0%{?_with_tests:1}
Name: python-pytest-virtualenv Name: python-pytest-virtualenv
Version: 1.2.11 Version: 1.2.11
Release: 10 Release: 11
Summary: Virtualenv fixture for py.test Summary: Virtualenv fixture for py.test
License: MIT License: MIT
URL: https://pypi.python.org/pypi/pytest-virtualenv URL: https://pypi.python.org/pypi/pytest-virtualenv
@ -42,7 +42,7 @@ Create a Python virtual environment in your test that cleans up on teardown.
The fixture has utility methods to install packages and list what's installed. The fixture has utility methods to install packages and list what's installed.
%prep %prep
%autosetup -n pytest-virtualenv-%{version} -p1 %autosetup -n pytest-virtualenv-%{version}
%build %build
%py2_build %py2_build
@ -67,5 +67,8 @@ The fixture has utility methods to install packages and list what's installed.
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Mon Jan 13 2020 Senlin Xia<xiasenlin1@huawei.com> - 1.2.11-11
- Modify %prep
* Wed Jan 08 2020 gulining<gulining@huawei.com> - 1.2.11-10 * Wed Jan 08 2020 gulining<gulining@huawei.com> - 1.2.11-10
- Pakcage init - Pakcage init