!12 Update package

From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-10-14 07:58:14 +00:00 committed by Gitee
commit 6938bfee47
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 20 additions and 22 deletions

View File

@ -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 <liqiuyu@kylinos.cn> - 1.27.90-1
- Upgrade package to version 1.27.90
* Mon Jul 04 2022 OpenStack_SIG <openstack@openeuler.org> - 1.24.7-1
- Upgrade the version to 1.24.7