diff --git a/python-boto3.spec b/python-boto3.spec index 118aecd4d45eaa782e5a26b5666d31e236391d95..c7e0cb02adea8dcd543c1c8a8c6bcebf3cc9efbd 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -1,7 +1,7 @@ %global pypi_name boto3 Name: python-%{pypi_name} Version: 1.17.26 -Release: 1 +Release: 2 Summary: The AWS SDK for Python License: Apache-2.0 URL: https://github.com/boto/boto3 @@ -19,7 +19,7 @@ BuildRequires: python3-devel python3-setuptools BuildRequires: python3-s3transfer BuildRequires: python3-jmespath BuildRequires: python3-botocore -BuildRequires: python3-nose +BuildRequires: python3-nose2 BuildRequires: python3-mock %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} @@ -46,6 +46,9 @@ rm -rf tests/integration %{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/ %changelog +* Tue Jan 11 2022 yaoxin - 1.17.26-2 +- Remove the dependency on python-nose for compilation, and change it to python-nose2. + * Sun Jul 25 2021 OpenStack_SIG - 1.17.26-1 - update to 1.17.26