Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
6a1005be4c | |||
acf0a5c082 | |||
06d263068f | |||
eb42c874d4 | |||
5e0a17fbae |
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 8 13:40:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 9.0.0:
|
||||||
|
* Respects `min` argument for `wait_random_exponential`
|
||||||
|
* Bump major version to warn API breakage on statistics
|
||||||
|
attribute
|
||||||
|
- update to 8.5.0:
|
||||||
|
* fix: Restore contents of retry attribute for wrapped
|
||||||
|
functions
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 5 09:19:30 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Fix build on Leap 15.6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 29 05:33:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Jun 29 05:33:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-tenacity
|
Name: python-tenacity
|
||||||
Version: 8.4.2
|
Version: 9.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module for retrying code until it succeeeds
|
Summary: Python module for retrying code until it succeeeds
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -29,13 +29,13 @@ BuildRequires: %{python_module pip}
|
|||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module tornado}
|
BuildRequires: %{python_module tornado6 >= 6.4.1}
|
||||||
BuildRequires: %{python_module typeguard}
|
BuildRequires: %{python_module typeguard}
|
||||||
BuildRequires: %{python_module typing-extensions}
|
BuildRequires: %{python_module typing-extensions}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Recommends: python-tornado
|
Recommends: python-tornado6
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cd80a53a79336edba8489e767f729e4f391c896956b57140b5d7511a64bbd3ef
|
|
||||||
size 46206
|
|
3
tenacity-9.0.0.tar.gz
Normal file
3
tenacity-9.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:807f37ca97d62aa361264d497b0e31e92b8027044942bfa756160d908320d73b
|
||||||
|
size 47421
|
Reference in New Issue
Block a user