Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 552b1d1dad | |||
| 35aef9b7f1 | |||
| 2c9a4abf91 | |||
| 2972938c56 | |||
| 7d5e9c51e2 | |||
| 38b10ee046 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 7 02:32:42 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 06:01:26 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
||||
@@ -51,6 +51,7 @@ BuildRequires: %{python_module eventlet}
|
||||
BuildRequires: %{python_module fakeredis}
|
||||
BuildRequires: %{python_module freezegun}
|
||||
BuildRequires: %{python_module httplib2}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest-httpserver}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests}
|
||||
@@ -58,6 +59,7 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module sure}
|
||||
BuildRequires: %{python_module tornado}
|
||||
BuildRequires: %{python_module urllib3}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
@@ -75,10 +77,10 @@ rm tests/bugfixes/nosetests/test_416_boto3.py
|
||||
%endif
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -96,6 +98,6 @@ donttest="$donttest or test_httpretty_should_handle_paths_starting_with_two_slas
|
||||
%license COPYING
|
||||
%doc README.rst
|
||||
%{python_sitelib}/httpretty
|
||||
%{python_sitelib}/httpretty-%{version}*-info
|
||||
%{python_sitelib}/httpretty-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user