From 4021548e4446a84f94a1d2387351016b28fa0f63404497811073fc7794bb4ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 7 Oct 2022 18:58:40 +0000 Subject: [PATCH] Accepting request 1008811 from home:yarunachalam:branches:devel:languages:python - Update to version 0.2.0 * Add support for Python 3.10 * Drop support for Python 3.5 OBS-URL: https://build.opensuse.org/request/show/1008811 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-retryrequests?expand=0&rev=3 --- python-retryrequests.changes | 7 +++++++ python-retryrequests.spec | 11 ++++++----- retryrequests-0.0.3.tar.gz | 3 --- retryrequests-0.2.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 retryrequests-0.0.3.tar.gz create mode 100644 retryrequests-0.2.0.tar.gz diff --git a/python-retryrequests.changes b/python-retryrequests.changes index 5dc3f52..669410a 100644 --- a/python-retryrequests.changes +++ b/python-retryrequests.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Oct 7 15:05:23 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 0.2.0 + * Add support for Python 3.10 + * Drop support for Python 3.5 + ------------------------------------------------------------------- Sun Feb 9 21:37:27 UTC 2020 - Martin Hauke diff --git a/python-retryrequests.spec b/python-retryrequests.spec index 66c15df..6085d4c 100644 --- a/python-retryrequests.spec +++ b/python-retryrequests.spec @@ -1,7 +1,7 @@ # # spec file for package python-retryrequests # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-retryrequests -Version: 0.0.3 +Version: 0.2.0 Release: 0 License: MIT Summary: Extend python requests with exponential back-off retry -Url: https://github.com/thombashi/retryrequests +URL: https://github.com/thombashi/retryrequests Group: Development/Languages/Python Source: https://github.com/thombashi/retryrequests/archive/v%{version}.tar.gz#/retryrequests-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools >= 38.3.0} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module requests >= 2.18.4} # /SECTION diff --git a/retryrequests-0.0.3.tar.gz b/retryrequests-0.0.3.tar.gz deleted file mode 100644 index 444e88c..0000000 --- a/retryrequests-0.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f452aaac97582c2adaef2b4b5b18f1d02e9b96f64b24301bde2f815d063e4a44 -size 5015 diff --git a/retryrequests-0.2.0.tar.gz b/retryrequests-0.2.0.tar.gz new file mode 100644 index 0000000..3e35725 --- /dev/null +++ b/retryrequests-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759b8e01223e276a551afc94974800d53dbc8b4d90b6ecf47e864603ffffe301 +size 5656