diff --git a/flaky-3.7.0.tar.gz b/flaky-3.7.0.tar.gz deleted file mode 100644 index d26947fd743efce417da673700af8af2939970ff..0000000000000000000000000000000000000000 Binary files a/flaky-3.7.0.tar.gz and /dev/null differ diff --git a/flaky-3.8.1.tar.gz b/flaky-3.8.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..055951ab2d1244de8b4819196682eed29e346123 Binary files /dev/null and b/flaky-3.8.1.tar.gz differ diff --git a/python-flaky.spec b/python-flaky.spec index fb40d960aef0cc6d660691cf349264d4b0ae86c0..803dca774447b74ad365b75db3139168660c66d0 100644 --- a/python-flaky.spec +++ b/python-flaky.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-flaky -Version: 3.7.0 +Version: 3.8.1 Release: 1 Summary: Plugin for nose or pytest that automatically reruns flaky tests. License: Apache-2.0 URL: https://github.com/box/flaky -Source0: https://files.pythonhosted.org/packages/d5/dd/422c7c5c8c9f4982f3045c73d0571ed4a4faa5754699cc6a6384035fbd80/flaky-3.7.0.tar.gz +Source0: https://files.pythonhosted.org/packages/5b/c5/ef69119a01427204ff2db5fc8f98001087bcce719bbb94749dcd7b191365/flaky-3.8.1.tar.gz BuildArch: noarch @@ -27,7 +27,7 @@ Provides: python3-flaky-doc %prep -%autosetup -n flaky-3.7.0 +%autosetup -n flaky-3.8.1 %build %py3_build @@ -67,5 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Apr 25 2024 zhaojingyu - 3.8.1-1 +- Update package to version 3.8.1 +- Cleanup tox readme and outdated ordereddict requirement + * Mon Jan 25 2021 Python_Bot - Package Spec generated