diff --git a/1.26.125.tar.gz b/1.26.125.tar.gz deleted file mode 100644 index cdd42f0..0000000 --- a/1.26.125.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed1e1be68de78960b26627343f84ac583b2ad4c519c042573243c6e3b87ee04b -size 643555 diff --git a/1.26.130.tar.gz b/1.26.130.tar.gz new file mode 100644 index 0000000..39b4c34 --- /dev/null +++ b/1.26.130.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b6ebcd810d3f41e520f00c8581a60c5e236ce67490056c3bffbcf52c2756b3 +size 646289 diff --git a/python-boto3.changes b/python-boto3.changes index dc888e3..9a686fb 100644 --- a/python-boto3.changes +++ b/python-boto3.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Tue May 9 11:26:34 UTC 2023 - John Paul Adrian Glaubitz + +- Update to 1.26.230: + * api-change:``glue``: [``botocore``] Support large worker types G.4x and G.8x for Glue Spark + * api-change:``guardduty``: [``botocore``] Add AccessDeniedException 403 Error message code to + support 3 Tagging related APIs + * api-change:``iotsitewise``: [``botocore``] Provide support for 20,000 max results for + GetAssetPropertyValueHistory/BatchGetAssetPropertyValueHistory and 15 minute aggregate resolution + for GetAssetPropertyAggregates/BatchGetAssetPropertyAggregates + * api-change:``sts``: [``botocore``] Documentation updates for AWS Security Token Service. +- from version 1.26.129 + * api-change:``ec2``: [``botocore``] This release adds support the inf2 and trn1n instances. inf2 + instances are purpose built for deep learning inference while trn1n instances are powered by AWS + Trainium accelerators and they build on the capabilities of Trainium-powered trn1 instances. + * api-change:``inspector2``: [``botocore``] Amazon Inspector now allows customers to search its + vulnerability intelligence database if any of the Inspector scanning types are activated. + * api-change:``mediatailor``: [``botocore``] This release adds support for AFTER_LIVE_EDGE mode + configuration for avail suppression, and adding a fill-policy setting that sets the avail + suppression to PARTIAL_AVAIL or FULL_AVAIL_ONLY when AFTER_LIVE_EDGE is enabled. + * api-change:``sqs``: [``botocore``] Revert previous SQS protocol change. +- from version 1.26.128 + * bugfix:``sqs``: [``botocore``] Rolled back recent change to wire format protocol +- from version 1.26.127 + * api-change:``cloudwatch``: [``botocore``] Update cloudwatch client to latest version + * api-change:``config``: [``botocore``] Updated ResourceType enum with new resource types onboarded + by AWS Config in April 2023. + * api-change:``connect``: [``botocore``] Remove unused InvalidParameterException from + CreateParticipant API + * api-change:``ecs``: [``botocore``] Documentation update for new error type + NamespaceNotFoundException for CreateCluster and UpdateCluster + * api-change:``network-firewall``: [``botocore``] This release adds support for the Suricata REJECT + option in midstream exception configurations. + * api-change:``opensearch``: [``botocore``] DescribeDomainNodes: A new API that provides + configuration information for nodes part of the domain + * api-change:``quicksight``: [``botocore``] Add support for Topic, Dataset parameters and VPC + * api-change:``rekognition``: [``botocore``] This release adds a new attribute FaceOccluded. + Additionally, you can now select attributes individually (e.g. ["DEFAULT", "FACE_OCCLUDED", + "AGE_RANGE"] instead of ["ALL"]), which can reduce response time. + * api-change:``s3``: [``botocore``] Documentation updates for Amazon S3 + * api-change:``sagemaker``: [``botocore``] We added support for ml.inf2 and ml.trn1 family of + instances on Amazon SageMaker for deploying machine learning (ML) models for Real-time and + Asynchronous inference. You can use these instances to achieve high performance at a low cost for + generative artificial intelligence (AI) models. + * api-change:``securityhub``: [``botocore``] Add support for Finding History. + * api-change:``sqs``: [``botocore``] This release enables customers to call SQS using AWS JSON-1.0 + protocol. +- from version 1.26.126 + * api-change:``appsync``: [``botocore``] Private API support for AWS AppSync. With Private APIs, + you can now create GraphQL APIs that can only be accessed from your Amazon Virtual Private Cloud + ("VPC"). + * api-change:``ec2``: [``botocore``] Adds an SDK paginator for + GetNetworkInsightsAccessScopeAnalysisFindings + * api-change:``inspector2``: [``botocore``] This feature provides deep inspection for linux based + instance + * api-change:``iottwinmaker``: [``botocore``] This release adds a field for GetScene API to return + error code and message from dependency services. + * api-change:``network-firewall``: [``botocore``] AWS Network Firewall now supports policy level + HOME_NET variable overrides. + * api-change:``opensearch``: [``botocore``] Amazon OpenSearch Service adds the option to deploy a + domain across multiple Availability Zones, with each AZ containing a complete copy of data and with + nodes in one AZ acting as a standby. This option provides 99.99% availability and consistent + performance in the event of infrastructure failure. + * api-change:``wellarchitected``: [``botocore``] This release deepens integration with AWS Service + Catalog AppRegistry to improve workload resource discovery. +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Wed May 3 15:34:45 UTC 2023 - Dirk Müller diff --git a/python-boto3.spec b/python-boto3.spec index 4850170..55ac94a 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-boto3 -Version: 1.26.125 +Version: 1.26.130 Release: 0 Summary: Amazon Web Services Library License: Apache-2.0 @@ -27,7 +27,7 @@ URL: https://github.com/boto/boto3 Source: https://github.com/boto/boto3/archive/%{version}.tar.gz # Related test dependencies BuildRequires: %{python_module botocore < 1.30.0} -BuildRequires: %{python_module botocore >= 1.29.115} +BuildRequires: %{python_module botocore >= 1.29.130} BuildRequires: %{python_module pytest} BuildRequires: %{python_module s3transfer < 0.7.0} BuildRequires: %{python_module s3transfer >= 0.6.0} @@ -35,7 +35,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-botocore < 1.30.0 -Requires: python-botocore >= 1.29.115 +Requires: python-botocore >= 1.29.130 Requires: python-jmespath < 2.0.0 Requires: python-jmespath >= 0.7.1 Requires: python-s3transfer < 0.7.0 @@ -59,10 +59,10 @@ http://boto3.readthedocs.org/en/latest/ + # Note to maintainers also familia with python-boto: # The documentation generation requires access to AWS, thus it is not # possible to generate the documentation in OBS - %prep %setup -q -n boto3-%{version} sed -i 's/from botocore.vendored //' boto3/compat.py