!3 Upgrade to latest release [python-testfixtures -> 7.1.0]

From: @Wangjunqi123 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2023-04-26 03:07:36 +00:00 committed by Gitee
commit 7ba6512d89
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 2 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-testfixtures
Version: 7.0.3
Version: 7.1.0
Release: 1
Summary: Collection of helpers and mock objects for unit tests
License: MIT
URL: https://github.com/Simplistix/testfixtures
Source0: https://files.pythonhosted.org/packages/fe/73/db6852e7bf43c19f2df0604d4e9eba77aa76d34a49952b409641ab8de006/testfixtures-7.0.3.tar.gz
Source0: https://files.pythonhosted.org/packages/21/03/bc94cda5b9745d2aa35eec413a92f23dbb6108543b357db625c4b7f42b4a/testfixtures-7.1.0.tar.gz
BuildArch: noarch
%description
@ -44,6 +44,9 @@ 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
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
@ -72,6 +75,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Mar 31 2023 wangjunqi <wangjunqi@kylinos.cn> - 7.1.0-1
- Update package to version 7.1.0
* Tue Nov 22 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 7.0.3-1
- Update package to version 7.0.3

Binary file not shown.

BIN
testfixtures-7.1.0.tar.gz Normal file

Binary file not shown.