forked from pool/python-aiohttp-retry
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 885dce5ac6 | |||
| 9ae8fc4fab | |||
| c6967c3404 | |||
| 71d095eea6 |
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 5 03:54:22 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Remove BuildRequires/Requires of aiotthp-retry (IE, itself).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 9 12:26:14 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Mon Dec 9 12:26:14 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-aiohttp-retry
|
# spec file for package python-aiohttp-retry
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -34,12 +34,10 @@ BuildRequires: %{python_module wheel}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-aiohttp
|
Requires: python-aiohttp
|
||||||
Requires: python-aiohttp-retry
|
|
||||||
Recommends: python-yarl
|
Recommends: python-yarl
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module aiohttp}
|
BuildRequires: %{python_module aiohttp}
|
||||||
BuildRequires: %{python_module aiohttp-retry}
|
|
||||||
BuildRequires: %{python_module pytest-aiohttp}
|
BuildRequires: %{python_module pytest-aiohttp}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
@@ -64,6 +62,6 @@ export PYTHONPATH=.
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%{python_sitelib}/%{modname}
|
%{python_sitelib}/%{modname}
|
||||||
%{python_sitelib}/%{modname}-%{version}*-info
|
%{python_sitelib}/%{modname}-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user