update version to 3.8.1

This commit is contained in:
zhaojingyu 2024-04-25 15:22:26 +08:00
parent f779144efd
commit 19efb2e921
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
flaky-3.8.1.tar.gz Normal file

Binary file not shown.

View File

@ -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 <zhaojingyu@kylinos.cn> - 3.8.1-1
- Update package to version 3.8.1
- Cleanup tox readme and outdated ordereddict requirement
* Mon Jan 25 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated