Upgrade python-botocore to 1.23.4
This commit is contained in:
parent
560449b9c4
commit
c45ccb6995
Binary file not shown.
BIN
botocore-1.23.4.tar.gz
Normal file
BIN
botocore-1.23.4.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global pypi_name botocore
|
%global pypi_name botocore
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.20.26
|
Version: 1.23.4
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Low-level, data-driven core of boto 3
|
Summary: Low-level, data-driven core of boto 3
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/boto/botocore
|
URL: https://github.com/boto/botocore
|
||||||
Source0: https://files.pythonhosted.org/packages/09/e9/3f85aac6fcf346a12b59e7f946aa23a732c0689a39c9a658dd3dc91c3ea6/botocore-1.20.26.tar.gz
|
Source0: https://files.pythonhosted.org/packages/b1/25/2da6559083f9dc3f9863c1dc0c18ec18098fd06990f71693c3b63777ce57/botocore-1.23.4.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
A low-level interface to a growing number of Amazon Web Services. The
|
A low-level interface to a growing number of Amazon Web Services. The
|
||||||
@ -14,13 +14,13 @@ botocore package is the foundation for the AWS CLI as well as boto3.
|
|||||||
%package -n python3-%{pypi_name}
|
%package -n python3-%{pypi_name}
|
||||||
Summary: Low-level, data-driven core of boto 3
|
Summary: Low-level, data-driven core of boto 3
|
||||||
BuildRequires: python3-devel python3-setuptools
|
BuildRequires: python3-devel python3-setuptools
|
||||||
buildRequires: python3-pytest
|
|
||||||
buildRequires: python3-tox
|
buildRequires: python3-tox
|
||||||
buildRequires: python3-mock
|
buildRequires: python3-mock
|
||||||
buildRequires: python3-jsonschema
|
buildRequires: python3-jsonschema
|
||||||
BuildRequires: python3-urllib3
|
BuildRequires: python3-urllib3
|
||||||
BuildRequires: python3-dateutil
|
BuildRequires: python3-dateutil
|
||||||
BuildRequires: python3-jmespath
|
BuildRequires: python3-jmespath
|
||||||
|
BuildRequires: python3-pytest
|
||||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||||
Requires: python3-jmespath
|
Requires: python3-jmespath
|
||||||
%description -n python3-%{pypi_name}
|
%description -n python3-%{pypi_name}
|
||||||
@ -28,7 +28,7 @@ A low-level interface to a growing number of Amazon Web Services. The
|
|||||||
botocore package is the foundation for the AWS CLI as well as boto3.
|
botocore package is the foundation for the AWS CLI as well as boto3.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{pypi_name}-%{version}
|
%autosetup -n %{pypi_name}-%{version} -p1
|
||||||
# unable to import "botocore". I'm not 100% sure why this happened but for now
|
# unable to import "botocore". I'm not 100% sure why this happened but for now
|
||||||
# just exclude this one test and run all the other functional tests.
|
# just exclude this one test and run all the other functional tests.
|
||||||
rm -vr tests/functional/leak
|
rm -vr tests/functional/leak
|
||||||
@ -40,7 +40,7 @@ rm -vr tests/functional/leak
|
|||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python3} -m pytest
|
%{__python3} -m pytest tests/unit
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
@ -49,8 +49,8 @@ rm -vr tests/functional/leak
|
|||||||
%{python3_sitelib}/%{pypi_name}-*.egg-info/
|
%{python3_sitelib}/%{pypi_name}-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 10 2022 yaoxin <yaoxin30@huawei.com> - 1.20.26-2
|
* Mon Jan 10 2022 yaoxin <yaoxin30@huawei.com> - 1.23.4-1
|
||||||
- Solve the problem of python-botocore compilation dependencies.
|
- Upgrade python-botocore to 1.23.4
|
||||||
|
|
||||||
* Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 1.20.26-1
|
* Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 1.20.26-1
|
||||||
- update to 1.20.26
|
- update to 1.20.26
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user