forked from pool/python-aioresponses
Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ac1ab85661 | |||
| 6f690483a9 | |||
| a4e0b6b071 | |||
| 914a0db3f5 | |||
| fd4f19b103 |
@@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jun 13 05:35:05 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
||||||
|
|
||||||
- Switch to pyproject macros.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 7 10:28:58 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon Apr 7 10:28:58 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -28,11 +28,9 @@ Source: https://files.pythonhosted.org/packages/source/a/aioresponses/ai
|
|||||||
BuildRequires: %{python_module aiohttp >= 2.0.0}
|
BuildRequires: %{python_module aiohttp >= 2.0.0}
|
||||||
BuildRequires: %{python_module ddt >= 1.1.0}
|
BuildRequires: %{python_module ddt >= 1.1.0}
|
||||||
BuildRequires: %{python_module pbr}
|
BuildRequires: %{python_module pbr}
|
||||||
BuildRequires: %{python_module pip}
|
|
||||||
BuildRequires: %{python_module pytest >= 3.8.1}
|
BuildRequires: %{python_module pytest >= 3.8.1}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module typing}
|
BuildRequires: %{python_module typing}
|
||||||
BuildRequires: %{python_module wheel}
|
|
||||||
BuildRequires: %{python_module yarl}
|
BuildRequires: %{python_module yarl}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -52,11 +50,11 @@ from the aiohttp package.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export LC_ALL=en_US.UTF-8
|
export LC_ALL=en_US.UTF-8
|
||||||
%pyproject_wheel
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
export LC_ALL=en_US.UTF-8
|
export LC_ALL=en_US.UTF-8
|
||||||
%pyproject_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -71,6 +69,6 @@ skiptests+=" or test_pass_through_unmatched_requests"
|
|||||||
%doc AUTHORS AUTHORS.rst ChangeLog README.rst
|
%doc AUTHORS AUTHORS.rst ChangeLog README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/aioresponses
|
%{python_sitelib}/aioresponses
|
||||||
%{python_sitelib}/aioresponses-%{version}.dist-info
|
%{python_sitelib}/aioresponses-%{version}-py*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user