update version to 3.27.0
This commit is contained in:
parent
6082ac3538
commit
f70740ed17
@ -1,27 +1,33 @@
|
|||||||
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-tox
|
Name: python-tox
|
||||||
Version: 3.24.4
|
Version: 3.27.0
|
||||||
Release: 1
|
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
|
||||||
Source0: https://files.pythonhosted.org/packages/source/t/tox/tox-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/86/71/604b19466b3310a02fdc2baf4b559d8f49bf932a7e6f976a238e2bb54516/tox-3.27.0.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildArch: noarch
|
Requires: python3-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
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.
|
||||||
|
|
||||||
%package -n python3-tox
|
%package -n python3-tox
|
||||||
Summary: Virtualenv-based automation of test activities
|
Summary: Virtualenv-based automation of test activities
|
||||||
%{?python_provide:%python_provide python3-tox}
|
Provides: python-tox = %{version}-%{release}
|
||||||
Provides: tox = %{version}-%{release}
|
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm
|
||||||
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm
|
|
||||||
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.
|
||||||
|
|
||||||
%package_help
|
%package help
|
||||||
|
Summary: Development documents and examples for tox
|
||||||
|
Provides: python3-tox-doc
|
||||||
|
|
||||||
|
%description help
|
||||||
|
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.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n tox-%{version}
|
%autosetup -p1 -n tox-%{version}
|
||||||
rm -rf tox.egg-info
|
rm -rf tox.egg-info
|
||||||
@ -38,13 +44,16 @@ 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/*.egg-info/
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc docs/changelog/README.rst
|
%doc docs/changelog/README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 01 2022 wangjunqi <wangjunqi@kylinos.cn> - 3.27.0-1
|
||||||
|
- Update package to version 3.27.0
|
||||||
|
|
||||||
* Sat Dec 18 2021 shixuantong <shixuantong@huawei.com> - 3.24.4-1
|
* Sat Dec 18 2021 shixuantong <shixuantong@huawei.com> - 3.24.4-1
|
||||||
- update version to 3.24.4
|
- update version to 3.24.4
|
||||||
|
|
||||||
@ -62,3 +71,4 @@ rm -rf tox.egg-info
|
|||||||
|
|
||||||
* 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
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
tox-3.27.0.tar.gz
Normal file
BIN
tox-3.27.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user