From f2006b421d68d0e2b2bd5661321735e79e8fc324be56503776d1b6639237470c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 17 Jan 2020 18:08:44 +0000 Subject: [PATCH] Accepting request 765340 from home:mcalabkova:branches:devel:languages:python - update to 1.10.0 * Support python 3.8 * Allow sync decorator call from async function OBS-URL: https://build.opensuse.org/request/show/765340 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-backoff?expand=0&rev=7 --- backoff-1.10.0.tar.gz | 3 +++ backoff-1.8.0.tar.gz | 3 --- python-backoff.changes | 7 +++++++ python-backoff.spec | 14 ++++++-------- 4 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 backoff-1.10.0.tar.gz delete mode 100644 backoff-1.8.0.tar.gz diff --git a/backoff-1.10.0.tar.gz b/backoff-1.10.0.tar.gz new file mode 100644 index 0000000..df3f191 --- /dev/null +++ b/backoff-1.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fba021fac74055ac05eb7c7bfce4723aedde6cd0a504e5326bcb0bdd6d19a4 +size 13652 diff --git a/backoff-1.8.0.tar.gz b/backoff-1.8.0.tar.gz deleted file mode 100644 index 58c7902..0000000 --- a/backoff-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7187f15339e775aec926dc6e5e42f8a3ad7d3c2b9a6ecae7b535000f70cd838 -size 13984 diff --git a/python-backoff.changes b/python-backoff.changes index 80d40c1..81b1abd 100644 --- a/python-backoff.changes +++ b/python-backoff.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 17 16:42:58 UTC 2020 - Marketa Calabkova + +- update to 1.10.0 + * Support python 3.8 + * Allow sync decorator call from async function + ------------------------------------------------------------------- Tue Jun 4 06:33:28 UTC 2019 - pgajdos@suse.com diff --git a/python-backoff.spec b/python-backoff.spec index ce06adf..eed87fb 100644 --- a/python-backoff.spec +++ b/python-backoff.spec @@ -1,7 +1,7 @@ # # spec file for package python-backoff # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,24 +18,23 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-backoff -Version: 1.8.0 +Version: 1.10.0 Release: 0 Summary: Function decoration for backoff and retry License: MIT Group: Development/Languages/Python -Url: https://github.com/litl/backoff +URL: https://github.com/litl/backoff Source0: https://files.pythonhosted.org/packages/source/b/backoff/backoff-%{version}.tar.gz # https://github.com/litl/backoff/issues/75 # github repo does not have setup.py Source1: tests.tar.bz2 BuildRequires: %{python_module setuptools} -# SECTION test requirements -BuildRequires: %{python_module pytest} -# /SECTION BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - +# SECTION test requirements +BuildRequires: %{python_module pytest} +# /SECTION %python_subpackages %description @@ -66,7 +65,6 @@ rm -r tests/python35 %pytest %files %{python_files} -%defattr(-,root,root,-) %doc README.rst %license LICENSE %{python_sitelib}/*