14
0

Compare commits

5 Commits

Author SHA256 Message Date
886d2be659 Accepting request 1199461 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1199461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=25
2024-09-09 12:44:34 +00:00
ac10aa6d15 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=58
2024-09-08 13:41:36 +00:00
1c8c6e5f77 Accepting request 1198922 from devel:languages:python
- Fix build on Leap 15.6

OBS-URL: https://build.opensuse.org/request/show/1198922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=24
2024-09-05 13:47:35 +00:00
99ed037131 - Fix build on Leap 15.6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=56
2024-09-05 09:19:57 +00:00
e1923a9fbe Changes needed to build package on 15.6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=55
2024-09-05 08:58:33 +00:00
4 changed files with 22 additions and 6 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:807f37ca97d62aa361264d497b0e31e92b8027044942bfa756160d908320d73b
size 47421