#5 Drop redundant BuildRequires
Closed 2 years ago by fschwarz. Opened 2 years ago by churchyard.
rpms/ churchyard/python-responses nomock  into  rawhide

file modified
+5 -4
@@ -3,7 +3,7 @@ 

  

  Name:           python-%{pypi_name}

  Version:        0.16.0

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        Python library to mock out calls with Python requests

  License:        ASL 2.0

  URL:            https://github.com/getsentry/responses
@@ -16,9 +16,6 @@ 

  BuildRequires:  python%{python3_pkgversion}-six

  BuildRequires:  python%{python3_pkgversion}-setuptools

  BuildRequires:  python%{python3_pkgversion}-pytest

- BuildRequires:  python%{python3_pkgversion}-coverage

- BuildRequires:  python%{python3_pkgversion}-pytest-cov

- BuildRequires:  python%{python3_pkgversion}-mock

  

  %description

  A utility library for mocking out the requests Python library.
@@ -54,6 +51,10 @@ 

  %{python3_sitelib}/%{pypi_name}/

  

  %changelog

+ * Wed Jan 26 2022 Miro Hrončok <mhroncok@redhat.com> - 0.16.0-3

+ - Drop redundant BuildRequires on python3-mock

+ - Drop redundant BuildRequires on python3-coverage and python3-pytest-cov

+ 

  * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.0-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

  

no initial comment

Pull-Request has been closed by churchyard

2 years ago

I merged #4 and (in a later step) switched to modern python macros so we don't need any explicit buildrequires anymore :-)

Pull-Request has been closed by fschwarz

2 years ago
Metadata