Ai
5 Star 0 Fork 3

src-openEuler/python-tox-current-env
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-tox-current-env.spec 1.93 KB
一键复制 编辑 原始数据 按行查看 历史
大漠行舟 提交于 2025-05-14 12:18 +08:00 . Update to version 0.0.16
%global pypi_name tox-current-env
Name: python-%{pypi_name}
Version: 0.0.16
Release: 1
Summary: Tox plugin to run tests in current Python environment
License: MIT
URL: https://github.com/fedora-python/tox-current-env
Source0: %{pypi_source tox_current_env}
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-editables
BuildRequires: python3-hatch-vcs
BuildRequires: python3-hatchling
BuildRequires: python3-virtualenv
BuildRequires: python3-pytest
BuildRequires: python3-tox
%description
The tox-current-env plugin allows to run tests in current Python environment.
%package -n python%{python3_pkgversion}-tox-current-env
Summary: %{summary}
%{?python_provide:%python_provide python%{python3_pkgversion}-tox-current-env}
%description -n python%{python3_pkgversion}-tox-current-env
The tox-current-env plugin allows to run tests in current Python environment.
%prep
%autosetup -n tox_current_env-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python%{python3_pkgversion}-tox-current-env
%doc README.rst
%{python3_sitelib}/tox_current_env
%{python3_sitelib}/tox_current_env*.dist-info/
%changelog
* Wed May 14 2025 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 0.0.16-1
- Update to version 0.0.16
Add --assert-config option
Avoid setting the default runner
* Thu Oct 31 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 0.0.14-1
- Update package to version 0.0.14
- Fix tests: Python 3.12+ toxenvs don't have setuptools in them
Fix tests: Always return from prepend_env_var_path
* Wed Sep 25 2024 xuhe <xuhe@kylinos.cn> - 0.0.12-1
- Update version to 0.0.12
- Tests: Pin virtualenv to <20.22, for Python 3.6 environments.
- Implement a new method for tox 4.18+.
* Tue May 30 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.0.11-1
- Initial package
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-tox-current-env.git
git@gitee.com:src-openeuler/python-tox-current-env.git
src-openeuler
python-tox-current-env
python-tox-current-env
master

搜索帮助