5 Star 0 Fork 9

src-openEuler/python-pytest-metadata

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-pytest-metadata.spec 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
滕磊 提交于 2024-05-09 11:12 . upgrade package to 3.1.1
%global _empty_manifest_terminate_build 0
Name: python-pytest-metadata
Version: 3.1.1
Release: 1
Summary: pytest plugin for test session metadata
License: MPL-2.0
URL: https://github.com/pytest-dev/pytest-metadata
Source0: https://files.pythonhosted.org/packages/a6/85/8c969f8bec4e559f8f2b958a15229a35495f5b4ce499f6b865eac54b878d/pytest_metadata-3.1.1.tar.gz
BuildArch: noarch
%description
pytest plugin for test session metadata
%package -n python3-pytest-metadata
Summary: pytest plugin for test session metadata
Provides: python-pytest-metadata
BuildRequires: python3-devel
BuildRequires: python3-pip python3-wheel python3-hatchling python3-hatch-vcs
BuildRequires: python3-pbr
Requires: python3-pytest
%description -n python3-pytest-metadata
pytest plugin for test session metadata
%package help
Summary: Development documents and examples for pytest-metadata
Provides: python3-pytest-metadata-doc
%description help
pytest plugin for test session metadata
%prep
%autosetup -n pytest_metadata-%{version}
%build
%pyproject_build
%install
%pyproject_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
%files -n python3-pytest-metadata
%{python3_sitelib}/*
%files help
%{_docdir}/*
%changelog
* Thu May 9 2024 tenglei <tenglei@kylinos.cn> - 3.1.1-1
- Upgrade package to 3.1.1
- Support Pytest 8.0
- Add environment variables for AWS CodeBuild CI
* Wed Jun 21 2023 chendexi <chendexi@kylinos.cn> - 3.0.0-1
- Update package to version 3.0.0
* Fri Dec 09 2022 liukuo <liukuo@kylinos.cn> - 2.0.4-2
- License compliance rectification
* Wed Dec 07 2022 dingdingaaaaa <dingziwei@kylinos.cn> - 2.0.4-1
- Upgrade version to 2.0.4
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org>
- Package Spec generated
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-pytest-metadata.git
git@gitee.com:src-openeuler/python-pytest-metadata.git
src-openeuler
python-pytest-metadata
python-pytest-metadata
master

搜索帮助