1 Star 0 Fork 15

liutao1/python-tox

forked from src-openEuler/python-tox 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-tox.spec 2.73 KB
一键复制 编辑 原始数据 按行查看 历史
liutao1 提交于 2024-10-25 15:59 . Update package to version 4.22.0
%global _empty_manifest_terminate_build 0
Name: python-tox
Version: 4.22.0
Release: 1
Summary: Virtualenv-based automation of test activities
License: MIT
URL: https://tox.readthedocs.io
Source0: %{pypi_source tox}
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
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
Summary: Virtualenv-based automation of test activities
Provides: python-tox = %{version}-%{release}
%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.
%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
%autosetup -p1 -n tox-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-tox
%defattr(-,root,root)
%license LICENSE
%{_bindir}/tox
%{python3_sitelib}/tox/
%{python3_sitelib}/tox*.dist-info/
%doc README.md
%changelog
* Mon Oct 28 2024 liutao1 <liutao1@kylinos.cn> - 4.22.0-1
- Update package to version 4.22.0
- Fix the fix environment definition
- Expose type checking dependencies into an extra
- Add dependency-groups support (PEP-735)
* Thu Oct 10 2024 xu_ping <707078654@qq.com> - 4.21.2-1
- Update package to version 4.21.2
* 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
- 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
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 3.5.3-1
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liutao-1/python-tox.git
git@gitee.com:liutao-1/python-tox.git
liutao-1
python-tox
python-tox
master

搜索帮助