diff --git a/python-httpretty.spec b/python-httpretty.spec index 0330606..ffefe45 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -1,6 +1,6 @@ Name: python-httpretty Version: 1.1.4 -Release: 1 +Release: 2 Summary: HTTP Client mocking tool for Python License: MIT URL: https://pypi.org/project/httpretty/ @@ -13,8 +13,8 @@ HTTP Client mocking tool for Python.Provides a full fake TCP socket module. %package -n python3-httpretty Summary: HTTP Client mocking tool for Python3 -BuildRequires: python3-devel python3-setuptools python3-httplib2 python3-mock python3-freezegun -BuildRequires: python3-nose2 python3-requests python3-sure python3-urllib3 python3-tornado +BuildRequires: python3-devel python3-setuptools python3-httplib2 python3-freezegun +BuildRequires: python3-nose2 python3-requests python3-sure python3-tornado Requires: python3-six %{?python_provide:%python_provide python3-httpretty} @@ -47,6 +47,9 @@ LANG=en_US.UTF-8 %{__python3} -m nose2 -v %{python3_sitelib}/httpretty-%{version}-py%{python3_version}.egg-info %changelog +* Wed Aug 3 2022 kkz - 1.1.4-2 +- Remove unnecessary buildrequires + * Sat Apr 2 2022 caodongxia - 1.1.4-1 - Update to 1.1.4