update version to 7.1.0
This commit is contained in:
parent
68de1b4834
commit
b01d594ca7
@ -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
BIN
testfixtures-7.1.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user