2022-11-01 13:29:49 +08:00
|
|
|
%global _empty_manifest_terminate_build 0
|
2020-02-18 16:54:42 +08:00
|
|
|
Name: python-tox
|
2022-11-01 13:29:49 +08:00
|
|
|
Version: 3.27.0
|
2021-12-18 11:42:16 +08:00
|
|
|
Release: 1
|
2020-02-18 16:54:42 +08:00
|
|
|
Summary: Virtualenv-based automation of test activities
|
|
|
|
|
License: MIT
|
2022-11-01 13:29:49 +08:00
|
|
|
URL: https://tox.readthedocs.io
|
|
|
|
|
Source0: https://files.pythonhosted.org/packages/86/71/604b19466b3310a02fdc2baf4b559d8f49bf932a7e6f976a238e2bb54516/tox-3.27.0.tar.gz
|
|
|
|
|
BuildArch: noarch
|
2020-02-18 16:54:42 +08:00
|
|
|
|
2022-11-01 13:29:49 +08:00
|
|
|
Requires: python3-devel
|
2020-02-18 16:54:42 +08:00
|
|
|
|
|
|
|
|
%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.
|
|
|
|
|
|
|
|
|
|
%package -n python3-tox
|
2022-11-01 13:29:49 +08:00
|
|
|
Summary: Virtualenv-based automation of test activities
|
|
|
|
|
Provides: python-tox = %{version}-%{release}
|
|
|
|
|
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm
|
2020-02-18 16:54:42 +08:00
|
|
|
|
|
|
|
|
%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.
|
|
|
|
|
|
2022-11-01 13:29:49 +08:00
|
|
|
%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.
|
|
|
|
|
|
2020-02-18 16:54:42 +08:00
|
|
|
%prep
|
|
|
|
|
%autosetup -p1 -n tox-%{version}
|
|
|
|
|
rm -rf tox.egg-info
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%_bindir/python3 setup.py build '--executable=%_bindir/python3 -s'
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%_bindir/python3 setup.py install -O1 --skip-build --root %buildroot
|
|
|
|
|
|
|
|
|
|
%files -n python3-tox
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{_bindir}/tox
|
|
|
|
|
%{_bindir}/tox-quickstart
|
2020-06-18 15:07:19 +08:00
|
|
|
%_prefix/lib/python%{python3_version}/site-packages/tox/
|
2022-11-01 13:29:49 +08:00
|
|
|
%_prefix/lib/python%{python3_version}/site-packages/*.egg-info/
|
2020-02-18 16:54:42 +08:00
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%defattr(-,root,root)
|
2021-12-18 11:42:16 +08:00
|
|
|
%doc docs/changelog/README.rst
|
2020-02-18 16:54:42 +08:00
|
|
|
|
|
|
|
|
%changelog
|
2022-11-01 13:29:49 +08:00
|
|
|
* Tue Nov 01 2022 wangjunqi <wangjunqi@kylinos.cn> - 3.27.0-1
|
|
|
|
|
- Update package to version 3.27.0
|
|
|
|
|
|
2021-12-18 11:42:16 +08:00
|
|
|
* Sat Dec 18 2021 shixuantong <shixuantong@huawei.com> - 3.24.4-1
|
|
|
|
|
- update version to 3.24.4
|
|
|
|
|
|
2021-02-02 17:32:26 +08:00
|
|
|
* Tue Feb 2 2021 hanhui<hanhui15@huawei.com> - 3.5.3-4
|
|
|
|
|
- bugfix
|
|
|
|
|
- DESC:slove setuptools_scm upgrade lead to tox complication failures
|
|
|
|
|
|
2022-06-20 14:35:18 +08:00
|
|
|
* Sat Jun 20 2020 hanhui<hanhui15@huawei.com> - 3.5.3-3
|
2020-06-20 17:06:00 +08:00
|
|
|
- bugfix
|
|
|
|
|
- DESC:fix python-ldap requires
|
|
|
|
|
|
2020-06-18 15:07:19 +08:00
|
|
|
* Thu Jun 18 2020 hanhui<hanhui15@huawei.com> - 3.5.3-2
|
|
|
|
|
- bugfix
|
|
|
|
|
- DESC:modify python3.7 can not find file path
|
|
|
|
|
|
2020-02-21 16:54:02 +08:00
|
|
|
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 3.5.3-1
|
2020-02-18 16:54:42 +08:00
|
|
|
- Package init
|
2022-11-01 13:29:49 +08:00
|
|
|
|