!15 Update package

From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-12-15 09:21:08 +00:00 committed by Gitee
commit 91335223e3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 11 additions and 8 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-botocore
Version: 1.29.6
Version: 1.29.30
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/35/c2/3341e352e84eb80f1f09f4b0da241d69fbba85bfe242ab5feccfd904fa66/botocore-1.29.6.tar.gz
Source0: https://files.pythonhosted.org/packages/6d/36/b08a5873f03f1462975d891245a5966caee248d04d718d47681b24ab1e7d/botocore-1.29.30.tar.gz
BuildArch: noarch
Requires: python3-jmespath
@ -18,7 +18,7 @@ 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
Provides: python-botocore = %{version}-%{release}
BuildRequires: python3-jmespath
BuildRequires: python3-dateutil
BuildRequires: python3-urllib3
@ -80,6 +80,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Dec 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.29.30-1
- Update package to version 1.29.30
* Thu Nov 10 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.29.6-1
- Upgrade package to version 1.29.6