Avoid tox dependency
This package does not use tox, RHEL does not include tox, and even in Fedora it does not add much value relative to its dependencies; calling %pytest directly (which this already does) is simpler.
This commit is contained in:
parent
98daa38de7
commit
53d25be74c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Transport adapter for using file:// URLs with python-requests
|
Summary: Transport adapter for using file:// URLs with python-requests
|
||||||
|
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -28,7 +28,7 @@ Summary: %{summary}
|
|||||||
%autosetup -n %{srcname}-%{version}
|
%autosetup -n %{srcname}-%{version}
|
||||||
|
|
||||||
%generate_buildrequires
|
%generate_buildrequires
|
||||||
%pyproject_buildrequires -t
|
%pyproject_buildrequires
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@ -45,6 +45,9 @@ Summary: %{summary}
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 02 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 2.0.0-2
|
||||||
|
- Avoid tox dependency
|
||||||
|
|
||||||
* Mon Jan 29 2024 David Shea <reallylongword@gmail.com> - 2.0.0-1
|
* Mon Jan 29 2024 David Shea <reallylongword@gmail.com> - 2.0.0-1
|
||||||
- Update to version 2.0.0
|
- Update to version 2.0.0
|
||||||
- Apply current python packaging recommendations to the spec file
|
- Apply current python packaging recommendations to the spec file
|
||||||
|
Loading…
Reference in New Issue
Block a user