%global _empty_manifest_terminate_build 0Name: python-boto3Version: 1.42.7Release: 1Summary: The AWS SDK for PythonLicense: Apache-2.0URL: https://github.com/boto/boto3Source0: %{pypi_source boto3}BuildArch: noarch%descriptionBoto3 is the Amazon Web Services (AWS) Software DevelopmentKit (SDK) for Python, which allows Python developers towrite software that makes use of services like Amazon S3and Amazon EC2.%package -n python3-boto3Summary: The AWS SDK for PythonProvides: python-boto3 = %{version}-%{release}BuildRequires: python3-develBuildRequires: python3-s3transferBuildRequires: python3-jmespathBuildRequires: python3-botocoreBuildRequires: python3-setuptools%description -n python3-boto3Boto3 is the Amazon Web Services (AWS) Software DevelopmentKit (SDK) for Python, which allows Python developers towrite software that makes use of services like Amazon S3and Amazon EC2.%package helpSummary: Development documents and examples for boto3Provides: python3-boto3-doc%description helpBoto3 is the Amazon Web Services (AWS) Software DevelopmentKit (SDK) for Python, which allows Python developers towrite software that makes use of services like Amazon S3and Amazon EC2.%prep%autosetup -n boto3-%{version}%build%py3_build%install%py3_installinstall -d -m755 %{buildroot}/%{_pkgdocdir}if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fiif [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fiif [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fiif [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fipushd %{buildroot}if [ -d usr/lib ]; thenfind usr/lib -type f -printf "/%h/%f\n" >> filelist.lstfiif [ -d usr/lib64 ]; thenfind usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lstfiif [ -d usr/bin ]; thenfind usr/bin -type f -printf "/%h/%f\n" >> filelist.lstfiif [ -d usr/sbin ]; thenfind usr/sbin -type f -printf "/%h/%f\n" >> filelist.lstfitouch doclist.lstif [ -d usr/share/man ]; thenfind usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lstfipopdmv %{buildroot}/filelist.lst .mv %{buildroot}/doclist.lst .%files -n python3-boto3 -f filelist.lst%dir %{python3_sitelib}/*%files help -f doclist.lst%{_docdir}/*%changelog* Thu Dec 11 2025 liliguang <liliguang@baidu.com> - 1.42.7-1- Update package to version 1.42.7- Fix logging calls to defer formatting messages until needed- Bump actions/setup-python from 6.0.0 to 6.1.0* Mon Nov 24 2025 wanggang <wanggang1@kylinos.cn> - 1.40.70-1- Update package to version 1.40.70- Private Certificate Authority service now supports ML-DSA key algorithms.- AWS Appstream support for IPv6- AWS Backup supports backups of Amazon EKS clusters, including Kubernetes cluster state and persistent storage attached to the EKS cluster via a persistent volume claim (EBS volumes, EFS file systems, and S3 buckets).- Adds ExperimentalCapabilities field to CreateQuantumTask request and GetQuantumTask response objects. Enables use of experimental software capabilities when creating quantum tasks.- Remove trackingServerName from DataZone Connection MLflowProperties- Cluster endpoint added to CreateCluster and GetCluster API responses- Amazon EC2 Fleet customers can now filter instance types based on encryption-in-transit support using Attribute-Based Instance Type Selection (ABIS), eliminating the manual effort of identifying and selecting compatible instance types for security-sensitive workloads.- Include tags filed in CreatePublishingDestinationRequest and DescribePublishingDestinationResponse.- Added CreateDelegationRequest API, which is not available for general use at this time.- Added new invoicing get-invoice-pdf API Operation- Amazon MSK now supports intelligent rebalancing for MSK Express brokers.- Added GetDelegatedAccessToken API, which is not available for general use at this time.- Amazon Verified Permissions / Features : Adds support for entity Cedar tags.- AWS WAF now supports CLOUDWATCH_TELEMETRY_RULE_MANAGED as a LogScope option, enabling automated logging configuration through Amazon CloudWatch Logs for telemetry data collection and analysis.* Wed Nov 19 2025 zhangxiaolu <zhangxiaolu@kylinos.cn> - 1.40.69-1- Update to version 1.40.69* Tue Nov 18 2025 zhangchaorui <zhangchaorui@kylinos.cn> - 1.40.68-1- update package to 1.40.68* Tue Nov 18 2025 zhangchaorui <zhangchaorui@kylinos.cn> - 1.40.67-1- update package to 1.40.67* Tue Nov 18 2025 zhangchaorui <zhangchaorui@kylinos.cn> - 1.40.66-1- update package to 1.40.66* Fri Aug 15 2025 Ge Wang <wang__ge@126.com> - 1.40.10-1- Update to 1.40.10:* api-change:``arc-region-switch``: Endpoint rule test and documentation update.* api-change:``bcm-recommended-actions``: Initial SDK release for AWS Billing and Cost Management Recommended Actions.* api-change:``endpoint-rules``: Update endpoint-rules client to latest version* api-change:``fsx``: Amazon FSx for NetApp ONTAP 2nd generation file systems now support decreasing SSD storage capacity.* api-change:``glue``: AWS Glue now supports Trusted Identity Propagation.* api-change:``guardduty``: Added support for entity lists.* api-change:``qapps``: Documentation update for Amazon Q Apps API Reference* api-change:``servicediscovery``: Added support for cross account through Id parameter overloading with ARN and allow owner account for some APIs instead of ARN* Fri Jun 13 2025 yaoxin <1024769339@qq.com> - 1.38.28-1- Update to 1.38.28:* Add support for filtering ListInsights API calls on MISCONFIGURATION insight category* Add support for generating match IDs in near real-time.* Introduces SUSPENDING and SUSPENDED states for clusters, compute node groups, and queues.* Support for Java runtime handler pattern.* Mon Oct 21 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 1.35.44-1- Update package to version 1.35.44- Add reference to update item in Dynamo DBAdd support for Python 3.13* Thu Sep 26 2024 xu_ping <707078654@qq.com> - 1.35.26-1- Update package to version 1.35.26* Fri Feb 23 2024 chendexi <chendexi@kylinos.cn> - 1.34.48-1- Update package to version 1.34.48* Thu Jan 11 2024 xu_ping <707078654@qq.com> - 1.34.16-1- Update package to version 1.34.16* Fri Nov 17 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.29.2-1- Update package to version 1.29.2* Tue Aug 01 2023 chenzixuan <chenzixuan@kylinos.cn> - 1.28.16-1- Update package to version 1.28.16* Mon Jul 31 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 1.28.15-1- Update package to version 1.28.15* Wed Jun 28 2023 niuyaru <niuyaru@kylinos.cn> - 1.26.162-1- Update package to version 1.26.162* Mon May 29 2023 wubijie <wubijie@kylinos.cn> - 1.26.119-1- Update package to version 1.26.119* Wed May 10 2023 wubijie <wubijie@kylinos.cn> - 1.26.114-1- Update package to version 1.26.114* Sat May 06 2023 wubijie <wubijie@kylinos.cn> - 1.26.112-1- Update package to version 1.26.112* Thu May 04 2023 wubijie <wubijie@kylinos.cn> - 1.26.110-1- Update package to version 1.26.110* Fri Apr 07 2023 xu_ping <707078654@qq.com> - 1.26.108-1- Update package to version 1.26.108* Mon Mar 20 2023 wubijie <wubijie@kylinos.cn> - 1.26.94-1- Update package to version 1.26.94* Tue Feb 14 2023 wubijie <wubijie@kylinos.cn> - 1.26.70-1- Update package to version 1.26.70* Thu Dec 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.26.30-1- Update package to version 1.26.30* Thu Nov 10 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.26.6-1- Upgrade package to version 1.26.6* Thu Oct 13 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.24.89-1- Upgrade package to version 1.24.89* Tue Jul 5 2022 caodongxia <caodongxia@h-partners.com> - 1.21.7-1- Update to 1.21.7* Wed Apr 6 2022 caodongxia <caodongxia@h-partners.com> - 1.20.3-1- upgrade to v1.20.3* Sun Jul 25 2021 OpenStack_SIG <openstack@openeuler.org> - 1.17.26-1- update to 1.17.26* Mon Nov 16 2020 yanan li <liyanan32@huawei.com> - 1.16.17-1- Package init
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
1. 开源生态
2. 协作、人、软件
3. 评估模型