Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
0207004f75
!9 [sync] PR-8: 【轻量级PR】修正changelog中的错误日期
From: @openeuler-sync-bot 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-23 00:52:34 +00:00
konglidong
b7436ec20e modify bad date in changelog
(cherry picked from commit 23243ee76e55265ab8b81d63aeb08130ac29978a)
2022-06-21 14:13:43 +08:00
openeuler-ci-bot
7fcc3f25c5 !7 [sync] PR-6: update version to 3.24.4
Merge pull request !7 from openeuler-sync-bot/sync-pr6-master-to-openEuler-22.03-LTS-Next
2021-12-18 06:23:18 +00:00
shixuantong
1727964d11 update version to 3.24.4
(cherry picked from commit 30d1b6de2b9c718f7d3794adaf7f318356d26495)
2021-12-18 13:42:25 +08:00
openeuler-ci-bot
4692746490 !5 slove setuptools upgrade lead to tox complication failures
From: @shirely16
Reviewed-by: @hanxinke
Signed-off-by: @hanxinke
2021-02-02 19:19:27 +08:00
18302918689
51ce73e20b slove setuptools_scm upgrade lead to tox complication failures 2021-02-02 17:32:26 +08:00
openeuler-ci-bot
f7bf7216fb !4 python-tox
Merge pull request !4 from shirely/master
2020-06-20 17:19:56 +08:00
shirely16
652b483808 fix python-ldaprequires 2020-06-20 17:06:00 +08:00
openeuler-ci-bot
e2eb8dcb4c !3 python-tox
Merge pull request !3 from shirely/master
2020-06-18 17:09:04 +08:00
shirely16
63fd841348 modify spec 2020-06-18 15:33:02 +08:00
3 changed files with 16 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Name: python-tox
Version: 3.5.3
Release: 2
Version: 3.24.4
Release: 1
Summary: Virtualenv-based automation of test activities
License: MIT
URL: https://tox.readthedocs.io/
@ -16,7 +16,7 @@ Summary: Virtualenv-based automation of test activities
%{?python_provide:%python_provide python3-tox}
Provides: tox = %{version}-%{release}
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm
Requires: python37 python3-devel
Requires: python3-devel
%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.
@ -38,13 +38,24 @@ rm -rf tox.egg-info
%{_bindir}/tox
%{_bindir}/tox-quickstart
%_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
%defattr(-,root,root)
%doc README.rst
%doc docs/changelog/README.rst
%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
- bugfix
- DESC:modify python3.7 can not find file path

BIN
tox-3.24.4.tar.gz Normal file

Binary file not shown.

Binary file not shown.