update package
This commit is contained in:
parent
059232327a
commit
13be38eb3f
Binary file not shown.
@ -1,12 +1,17 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-botocore
|
||||
Version: 1.24.7
|
||||
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/b6/27/82dcaa46588c3071b195f75ec1c3ce5d6ce8aad26701dcc661cbca4961be/botocore-1.24.7.tar.gz
|
||||
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.
|
||||
@ -14,21 +19,12 @@ 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
|
||||
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user