15
0

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
This commit is contained in:
Tomáš Chvátal
2020-01-17 18:08:44 +00:00
committed by Git OBS Bridge
parent a957e5e94b
commit f2006b421d
4 changed files with 16 additions and 11 deletions

3
backoff-1.10.0.tar.gz Normal file
View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jan 17 16:42:58 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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

View File

@@ -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}/*