Compare commits
10 Commits
c10018ed4f
...
5d42ef53d6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d42ef53d6 | ||
|
|
4b817c3af1 | ||
|
|
9dfbc2b8d6 | ||
|
|
4bd1ce0b76 | ||
|
|
8c1c878f2e | ||
|
|
a1482f97ac | ||
|
|
515f265a8b | ||
|
|
f70740ed17 | ||
|
|
6082ac3538 | ||
|
|
23243ee76e |
@ -1,50 +1,72 @@
|
|||||||
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-tox
|
Name: python-tox
|
||||||
Version: 3.24.4
|
Version: 4.11.1
|
||||||
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: %{pypi_source tox}
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildArch: noarch
|
Requires: python3-devel
|
||||||
|
|
||||||
|
# Base build requires
|
||||||
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-setuptools_scm
|
||||||
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-wheel
|
||||||
|
BuildRequires: python3-editables
|
||||||
|
BuildRequires: python3-hatch-vcs
|
||||||
|
BuildRequires: python3-hatchling
|
||||||
|
|
||||||
%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
|
|
||||||
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
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%_bindir/python3 setup.py build '--executable=%_bindir/python3 -s'
|
%pyproject_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%_bindir/python3 setup.py install -O1 --skip-build --root %buildroot
|
%pyproject_install
|
||||||
|
|
||||||
%files -n python3-tox
|
%files -n python3-tox
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_bindir}/tox
|
%{_bindir}/tox
|
||||||
%{_bindir}/tox-quickstart
|
%{python3_sitelib}/tox/
|
||||||
%_prefix/lib/python%{python3_version}/site-packages/tox/
|
%{python3_sitelib}/tox*.dist-info/
|
||||||
%_prefix/lib/python%{python3_version}/site-packages/tox-%{version}-py3.*.egg-info/
|
%doc README.md
|
||||||
|
|
||||||
%files help
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc docs/changelog/README.rst
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 15 2024 xu_ping <707078654@qq.com> - 4.11.1-1
|
||||||
|
- Update package to version 4.11.1
|
||||||
|
|
||||||
|
* Sun Jun 4 2023 Dongxing Wang <dxwangk@isoftstone.com> - 4.5.2-1
|
||||||
|
- Update package to version 4.5.2
|
||||||
|
|
||||||
|
* Wed Apr 26 2023 Dongxing Wang <dxwangk@isoftstone.com> - 3.28.0-1
|
||||||
|
- Update package to version 3.28.0
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
@ -52,7 +74,7 @@ rm -rf tox.egg-info
|
|||||||
- bugfix
|
- bugfix
|
||||||
- DESC:slove setuptools_scm upgrade lead to tox complication failures
|
- DESC:slove setuptools_scm upgrade lead to tox complication failures
|
||||||
|
|
||||||
* Sat Jun 21 2020 hanhui<hanhui15@huawei.com> - 3.5.3-3
|
* Sat Jun 20 2020 hanhui<hanhui15@huawei.com> - 3.5.3-3
|
||||||
- bugfix
|
- bugfix
|
||||||
- DESC:fix python-ldap requires
|
- DESC:fix python-ldap requires
|
||||||
|
|
||||||
@ -62,3 +84,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-4.11.1.tar.gz
Normal file
BIN
tox-4.11.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user