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