!6 Upgrade to v0.9.0

From: @hkgy 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-11-08 00:59:21 +00:00 committed by Gitee
commit 4f3d880ffb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pytest-subtests
Version: 0.8.0
Version: 0.9.0
Release: 1
Summary: unittest subTest() support and subtests fixture
License: MIT
URL: https://github.com/pytest-dev/pytest-subtests
Source0: https://files.pythonhosted.org/packages/2f/7a/1af817d053ad4989a8b56528a4eed9cfa64e865624d0408d729d980ab658/pytest-subtests-0.8.0.tar.gz
Source0: https://files.pythonhosted.org/packages/bd/e8/c722a2cca34404643d3baf50f1eab6f697c05271b5e0f733e3815dcaacfa/pytest-subtests-0.9.0.tar.gz
BuildArch: noarch
BuildRequires: python3-pip
Requires: python3-pytest
@ -29,7 +29,7 @@ Provides: python3-pytest-subtests-doc
pytest-subtests unittest subTest() support and subtests fixture.
%prep
%autosetup -n pytest-subtests-0.8.0
%autosetup -n pytest-subtests-0.9.0
%build
%py3_build
@ -69,6 +69,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Nov 7 2022 hkgy <kaguyahatu@outlook.com> - 0.9.0-1
- Upgrade to v0.9.0
* Tue Sep 27 2022 wangjunqi <wangjunqi@kylinos.cn> - 0.8.0-1
- update version to 0.8.0