forked from pool/python-retry_decorator
Accepting request 791830 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/791830 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-retry_decorator?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 19 08:07:07 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 1.1.1
|
||||||
|
* This is the last release which will include support for py2 and py3.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 20 11:29:32 UTC 2019 - pgajdos@suse.com
|
Mon May 20 11:29:32 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-retry_decorator
|
# spec file for package python-retry_decorator
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,20 +18,20 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-retry_decorator
|
Name: python-retry_decorator
|
||||||
Version: 1.0.0
|
Version: 1.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Retry Decorator
|
Summary: Retry Decorator
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/pnpnpn/retry-decorator
|
URL: https://github.com/pnpnpn/retry-decorator
|
||||||
# https://github.com/pnpnpn/retry-decorator/issues/15
|
# https://github.com/pnpnpn/retry-decorator/issues/15
|
||||||
Source: https://github.com/pnpnpn/retry-decorator/archive/v%{version}.tar.gz
|
Source: https://github.com/pnpnpn/retry-decorator/archive/v%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -53,6 +53,6 @@ Decorator to support retry when an exception occurs.
|
|||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python tests/test_retry.py
|
%pytest
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:95b8861166e162e5259e798eb259217c59bdb8b21f055fd7f5bb4b7686fb5eae
|
|
||||||
size 2835
|
|
||||||
3
v1.1.1.tar.gz
Normal file
3
v1.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cfb4f4e8e1ab60b3231ac9b3ce8fc812e90f536856c2c8734db990d7f3d712e3
|
||||||
|
size 4466
|
||||||
Reference in New Issue
Block a user