diff --git a/python-yarl.spec b/python-yarl.spec index eeff3c5..229e1dd 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 1.7.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python module to handle URLs License: ASL 2.0 @@ -22,8 +22,6 @@ BuildRequires: python3-devel BuildRequires: python3dist(setuptools) BuildRequires: python3-Cython BuildRequires: python3dist(pytest) -BuildRequires: python3dist(pytest-runner) -BuildRequires: python3dist(pytest-cov) BuildRequires: python3dist(multidict) BuildRequires: python3dist(idna) %{?python_provide:%python_provide python3-%{pypi_name}} @@ -33,6 +31,7 @@ The module provides handy URL class for URL parsing and changing. %prep %autosetup -n %{pypi_name}-%{version} +sed -e '/addopts/d' -i setup.cfg %build # cythonization extracted from Makefile @@ -58,6 +57,9 @@ The module provides handy URL class for URL parsing and changing. %{python3_sitearch}/%{pypi_name}-*.egg-info/ %changelog +* Thu Jan 27 2022 Carl George - 1.7.2-3 +- Remove unnecessary buildrequirements + * Fri Jan 21 2022 Fedora Release Engineering - 1.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild