diff --git a/botocore-1.24.7.tar.gz b/botocore-1.27.90.tar.gz similarity index 51% rename from botocore-1.24.7.tar.gz rename to botocore-1.27.90.tar.gz index c5a508296bba5c4999a5781e5e81eefdb0046895..71e2148ea1b467764bbb3b006e01c9357d31c6df 100644 Binary files a/botocore-1.24.7.tar.gz and b/botocore-1.27.90.tar.gz differ diff --git a/python-botocore.spec b/python-botocore.spec index 6802ff9df31512bb228fd0511f25d63989479f47..ab0e2f24e3c4d8d179b61bbf89074314c0236367 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -1,34 +1,30 @@ %global _empty_manifest_terminate_build 0 -Name: python-botocore -Version: 1.24.7 -Release: 1 -Summary: Low-level, data-driven core of boto 3. -License: Apache-2.0 -URL: https://github.com/boto/botocore -Source0: https://files.pythonhosted.org/packages/b6/27/82dcaa46588c3071b195f75ec1c3ce5d6ce8aad26701dcc661cbca4961be/botocore-1.24.7.tar.gz -BuildArch: noarch +Name: python-botocore +Version: 1.27.90 +Release: 1 +Summary: Low-level, data-driven core of boto 3. +License: Apache-2.0 +URL: https://github.com/boto/botocore +Source0: https://files.pythonhosted.org/packages/bb/9e/36b36223817bb5014deaa1b7dd9dfde49eefe0a6d8487c30d72897ef2fd5/botocore-1.27.90.tar.gz +BuildArch: noarch + +Requires: python3-jmespath +Requires: python3-dateutil +Requires: python3-urllib3 + %description 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. %package -n python3-botocore -Summary: Low-level, data-driven core of boto 3. -Provides: python-botocore -# Base build requires -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-pbr -BuildRequires: python3-pip -BuildRequires: python3-wheel -# General requires +Summary: Low-level, data-driven core of boto 3. +Provides: python-botocore BuildRequires: python3-jmespath BuildRequires: python3-dateutil BuildRequires: python3-urllib3 +BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: python3-pytest -# General requires -Requires: python3-jmespath -Requires: python3-dateutil -Requires: python3-urllib3 %description -n python3-botocore 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. @@ -48,7 +44,6 @@ botocore package is the foundation for the AWS CLI as well as boto3. %install %py3_install - install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -85,6 +80,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 14 2022 liqiuyu - 1.27.90-1 +- Upgrade package to version 1.27.90 + * Mon Jul 04 2022 OpenStack_SIG - 1.24.7-1 - Upgrade the version to 1.24.7