Compare commits
10 Commits
aca26cfc9a
...
0207004f75
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0207004f75 | ||
|
|
b7436ec20e | ||
|
|
7fcc3f25c5 | ||
|
|
1727964d11 | ||
|
|
4692746490 | ||
|
|
51ce73e20b | ||
|
|
f7bf7216fb | ||
|
|
652b483808 | ||
|
|
e2eb8dcb4c | ||
|
|
63fd841348 |
@ -1,6 +1,6 @@
|
|||||||
Name: python-tox
|
Name: python-tox
|
||||||
Version: 3.5.3
|
Version: 3.24.4
|
||||||
Release: 2
|
Release: 1
|
||||||
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/
|
||||||
@ -16,7 +16,7 @@ Summary: Virtualenv-based automation of test activities
|
|||||||
%{?python_provide:%python_provide python3-tox}
|
%{?python_provide:%python_provide python3-tox}
|
||||||
Provides: tox = %{version}-%{release}
|
Provides: tox = %{version}-%{release}
|
||||||
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm
|
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm
|
||||||
Requires: python37 python3-devel
|
Requires: python3-devel
|
||||||
|
|
||||||
%description -n python3-tox
|
%description -n python3-tox
|
||||||
At its core tox povides a convenient way to run arbitrary commands in isolated environments to serve as a single entry point for build, test and release activities.
|
At its core tox povides a convenient way to run arbitrary commands in isolated environments to serve as a single entry point for build, test and release activities.
|
||||||
@ -38,13 +38,24 @@ rm -rf tox.egg-info
|
|||||||
%{_bindir}/tox
|
%{_bindir}/tox
|
||||||
%{_bindir}/tox-quickstart
|
%{_bindir}/tox-quickstart
|
||||||
%_prefix/lib/python%{python3_version}/site-packages/tox/
|
%_prefix/lib/python%{python3_version}/site-packages/tox/
|
||||||
%_prefix/lib/python%{python3-version}/site-packages/tox-%{version}-py3.*.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 docs/changelog/README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 18 2021 shixuantong <shixuantong@huawei.com> - 3.24.4-1
|
||||||
|
- update version to 3.24.4
|
||||||
|
|
||||||
|
* Tue Feb 2 2021 hanhui<hanhui15@huawei.com> - 3.5.3-4
|
||||||
|
- bugfix
|
||||||
|
- DESC:slove setuptools_scm upgrade lead to tox complication failures
|
||||||
|
|
||||||
|
* Sat Jun 20 2020 hanhui<hanhui15@huawei.com> - 3.5.3-3
|
||||||
|
- bugfix
|
||||||
|
- DESC:fix python-ldap requires
|
||||||
|
|
||||||
* Thu Jun 18 2020 hanhui<hanhui15@huawei.com> - 3.5.3-2
|
* Thu Jun 18 2020 hanhui<hanhui15@huawei.com> - 3.5.3-2
|
||||||
- bugfix
|
- bugfix
|
||||||
- DESC:modify python3.7 can not find file path
|
- DESC:modify python3.7 can not find file path
|
||||||
|
|||||||
BIN
tox-3.24.4.tar.gz
Normal file
BIN
tox-3.24.4.tar.gz
Normal file
Binary file not shown.
BIN
tox-3.5.3.tar.gz
BIN
tox-3.5.3.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user