diff --git a/python-tox.spec b/python-tox.spec index 472f43eeaff9ea56cd686cc1c333411f2f254096..81c3bdab041b5b3fa7876fa84e4bb4081ec90bef 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -1,5 +1,5 @@ Name: python-tox -Version: 3.24.4 +Version: 3.5.3 Release: 1 Summary: Virtualenv-based automation of test activities License: MIT @@ -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: python3-devel +Requires: python37 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. @@ -42,23 +42,8 @@ rm -rf tox.egg-info %files help %defattr(-,root,root) -%doc docs/changelog/README.rst +%doc README.rst %changelog -* Sat Dec 18 2021 shixuantong - 3.24.4-1 -- update version to 3.24.4 - -* Tue Feb 2 2021 hanhui - 3.5.3-4 -- bugfix -- DESC:slove setuptools_scm upgrade lead to tox complication failures - -* Sat Jun 20 2020 hanhui - 3.5.3-3 -- bugfix -- DESC:fix python-ldap requires - -* Thu Jun 18 2020 hanhui - 3.5.3-2 -- bugfix -- DESC:modify python3.7 can not find file path - -* Tue Feb 11 2020 huzunhao - 3.5.3-1 -- Package init +* Thu Aug 18 2022 xu_ping - 3.5.3-1 +- Package init for openEuler-20.03-LTS-SP3 diff --git a/tox-3.24.4.tar.gz b/tox-3.24.4.tar.gz deleted file mode 100644 index a3e15fd1e31d3d28103273f4451515e618204ca5..0000000000000000000000000000000000000000 Binary files a/tox-3.24.4.tar.gz and /dev/null differ diff --git a/tox-3.5.3.tar.gz b/tox-3.5.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e98c4867198b81bc5e5c563bd3d9d8a1ba3b82ae Binary files /dev/null and b/tox-3.5.3.tar.gz differ