forked from pool/python-retrying
- require setuptools
- Update to version 1.3.4 - Initial package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-retrying?expand=0&rev=19
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 2 22:35:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- require setuptools
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 21 03:40:17 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
Thu Dec 21 03:40:17 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
@@ -7,7 +12,7 @@ Thu Dec 21 03:40:17 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 6 15:30:28 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Tue Dec 6 15:30:28 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 1.3.4
|
- Update to version 1.3.4
|
||||||
* Added Greg Roodt as maintainer
|
* Added Greg Roodt as maintainer
|
||||||
* Formatted code with black
|
* Formatted code with black
|
||||||
* Updated repository references
|
* Updated repository references
|
||||||
@@ -53,5 +58,5 @@ Thu Dec 11 13:02:33 UTC 2014 - dmueller@suse.com
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 13 18:27:55 UTC 2014 - dmueller@suse.com
|
Sun Jul 13 18:27:55 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
- Initial package
|
- Initial package
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-retrying
|
# spec file for package python-retrying
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@@ -24,6 +24,7 @@ License: Apache-2.0
|
|||||||
URL: https://github.com/rholder/retrying
|
URL: https://github.com/rholder/retrying
|
||||||
Source: https://files.pythonhosted.org/packages/source/r/retrying/retrying-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/r/retrying/retrying-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Reference in New Issue
Block a user