diff options
author | CoprDistGit <infra@openeuler.org> | 2023-10-14 11:29:38 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-10-14 11:29:38 +0000 |
commit | f06d90aa72840044c0bc5c942d3cd0ca1482cca3 (patch) | |
tree | 0ef30305229e65c724d32368f24dead92c937f39 | |
parent | e7f0719df23a38641963ca3a980d45b7f92f5943 (diff) |
automatic import of botocoreopeneuler23.03openeuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-botocore.spec | 27 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 15 insertions, 15 deletions
@@ -1,2 +1,3 @@ /botocore-1.29.162.tar.gz /botocore-1.30.0.tar.gz +/botocore-1.31.63.tar.gz diff --git a/python-botocore.spec b/python-botocore.spec index 11fcb95..8bff601 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -1,17 +1,18 @@ %global _empty_manifest_terminate_build 0 Name: python-botocore -Version: 1.30.0 +Version: 1.31.63 Release: 1 Summary: Low-level, data-driven core of boto 3. License: Apache License 2.0 URL: https://github.com/boto/botocore -Source0: https://mirrors.aliyun.com/pypi/web/packages/a9/88/1793af4c5a347bece3de5f8d63237e88428c0c535b488d8820724b1b3a37/botocore-1.30.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a6/4f/4c2b7d96dd50aed47db6cccf6c1c089853f6474e1d1da5c5aa320d7d4157/botocore-1.31.63.tar.gz BuildArch: noarch -Requires: python3-jmespath -Requires: python3-dateutil -Requires: python3-urllib3 -Requires: python3-awscrt +Requires: (python3-jmespath<2.0.0 with python3-jmespath>=0.7.1) +Requires: (python3-python-dateutil<3.0.0 with python3-python-dateutil>=2.1) +Requires: (python3-urllib3<1.27 with python3-urllib3>=1.25.4) +Requires: (python3-urllib3<2.1 with python3-urllib3>=1.25.4) +Requires: (python3-awscrt==0.16.26) %description |Version| |Python| |License| @@ -47,22 +48,20 @@ botocore package is the foundation for the Botocore is maintained and published by `Amazon Web Services`_. %prep -%autosetup -n botocore-1.30.0 +%autosetup -n botocore-1.31.63 %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_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 if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} -if [ -d usr/lib ]; then - find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst -fi +touch filelist.lst if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi @@ -81,11 +80,11 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-botocore -f filelist.lst -%dir %{python3_sitelib}/* +%{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog -* Tue Jul 04 2023 Python_Bot <Python_Bot@openeuler.org> - 1.30.0-1 +* Sat Oct 14 2023 Python_Bot <Python_Bot@openeuler.org> - 1.31.63-1 - Package Spec generated @@ -1 +1 @@ -0f13a8bbc97c24ffd0a81f7ac1dd799c botocore-1.30.0.tar.gz +027e9b03f5fb801f134500181dfffa12 botocore-1.31.63.tar.gz |