diff --git a/python-testfixtures.spec b/python-testfixtures.spec index 35bf156..e830e5f 100644 --- a/python-testfixtures.spec +++ b/python-testfixtures.spec @@ -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 - 7.1.0-1 +- Update package to version 7.1.0 + * Tue Nov 22 2022 jiangxinyu - 7.0.3-1 - Update package to version 7.0.3 diff --git a/testfixtures-7.0.3.tar.gz b/testfixtures-7.0.3.tar.gz deleted file mode 100644 index 3581549..0000000 Binary files a/testfixtures-7.0.3.tar.gz and /dev/null differ diff --git a/testfixtures-7.1.0.tar.gz b/testfixtures-7.1.0.tar.gz new file mode 100644 index 0000000..3dff64a Binary files /dev/null and b/testfixtures-7.1.0.tar.gz differ