diff --git a/boto3-1.40.10.tar.gz b/boto3-1.40.10.tar.gz deleted file mode 100644 index 89b2427bd6bd713781d474baa334f9ce93a33866..0000000000000000000000000000000000000000 Binary files a/boto3-1.40.10.tar.gz and /dev/null differ diff --git a/boto3-1.40.11.tar.gz b/boto3-1.40.11.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fa762d29330abf92a4a7d6da169cd07e83f32101 Binary files /dev/null and b/boto3-1.40.11.tar.gz differ diff --git a/python-boto3.spec b/python-boto3.spec index b75d0e00d99ad2034dcea27e0d576cccde1cfc2f..cbcc7b97f3c8da903fc7e46a3f5ac1951a0a5923 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-boto3 -Version: 1.40.10 +Version: 1.40.11 Release: 1 Summary: The AWS SDK for Python License: Apache-2.0 @@ -45,10 +45,11 @@ and Amazon EC2. %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 -if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi -if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +# Remove checks for non-existent directories +# 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 @@ -68,15 +69,17 @@ if [ -d usr/share/man ]; then fi popd mv %{buildroot}/filelist.lst . -mv %{buildroot}/doclist.lst . %files -n python3-boto3 -f filelist.lst %dir %{python3_sitelib}/* -%files help -f doclist.lst -%{_docdir}/* +%files help +%doc %{_pkgdocdir}/* %changelog +* Fri Aug 22 2025 openeuler_bot - 1.40.11-1 +- update python-boto3 to 1.40.11 + * Fri Aug 15 2025 Ge Wang - 1.40.10-1 - Update to 1.40.10: * api-change:``arc-region-switch``: Endpoint rule test and documentation update. @@ -162,4 +165,4 @@ mv %{buildroot}/doclist.lst . - update to 1.17.26 * Mon Nov 16 2020 yanan li - 1.16.17-1 -- Package init +- Package init \ No newline at end of file