Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-boto3 for openSUSE:Factory checked in at 2023-06-04 00:11:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-boto3 (Old) and /work/SRC/openSUSE:Factory/.python-boto3.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-boto3" Sun Jun 4 00:11:28 2023 rev:98 rq:1090098 version:1.26.144 Changes: -------- --- /work/SRC/openSUSE:Factory/python-boto3/python-boto3.changes 2023-05-23 14:53:22.730069716 +0200 +++ /work/SRC/openSUSE:Factory/.python-boto3.new.15902/python-boto3.changes 2023-06-04 00:11:29.221133880 +0200 @@ -1,0 +2,6 @@ +Wed May 31 20:58:20 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 1.26.144: + * see https://raw.githubusercontent.com/boto/boto3/1.26.144/CHANGELOG.rst + +------------------------------------------------------------------- @@ -4 +10 @@ -- Update to 1.26.230: +- Update to 1.26.130: Old: ---- 1.26.130.tar.gz New: ---- 1.26.144.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-boto3.spec ++++++ --- /var/tmp/diff_new_pack.AZa6mh/_old 2023-06-04 00:11:29.901137945 +0200 +++ /var/tmp/diff_new_pack.AZa6mh/_new 2023-06-04 00:11:29.905137969 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-boto3 -Version: 1.26.130 +Version: 1.26.144 Release: 0 Summary: Amazon Web Services Library License: Apache-2.0 @@ -27,7 +27,8 @@ 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.130} +BuildRequires: %{python_module botocore >= 1.29.144} +BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module s3transfer < 0.7.0} BuildRequires: %{python_module s3transfer >= 0.6.0} @@ -35,7 +36,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-botocore < 1.30.0 -Requires: python-botocore >= 1.29.130 +Requires: python-botocore >= 1.29.144 Requires: python-jmespath < 2.0.0 Requires: python-jmespath >= 0.7.1 Requires: python-s3transfer < 0.7.0 @@ -54,18 +55,11 @@ - - - - - - # 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 %build %python_build @@ -75,7 +69,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest --ignore tests/integration -k "not no_bare_six_imports" +%pytest %{?jobs: -n %jobs} --ignore tests/integration -k "not no_bare_six_imports" %files %{python_files} %license LICENSE ++++++ 1.26.130.tar.gz -> 1.26.144.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/.changes/1.26.130.json new/boto3-1.26.144/.changes/1.26.130.json --- old/boto3-1.26.130/.changes/1.26.130.json 2023-05-08 20:07:34.000000000 +0200 +++ new/boto3-1.26.144/.changes/1.26.130.json 2023-05-31 20:13:12.000000000 +0200 @@ -1,7 +1,7 @@ [ { "category": "``glue``", - "description": "[``botocore``] We don't do release notes https://w.amazon.com/bin/view/AWSDocs/common-tasks/release-notes", + "description": "[``botocore``] Support large worker types G.4x and G.8x for Glue Spark", "type": "api-change" }, { @@ -19,4 +19,4 @@ "description": "[``botocore``] Documentation updates for AWS Security Token Service.", "type": "api-change" } -] \ No newline at end of file +] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/.changes/1.26.131.json new/boto3-1.26.144/.changes/1.26.131.json --- old/boto3-1.26.130/.changes/1.26.131.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.26.144/.changes/1.26.131.json 2023-05-31 20:13:12.000000000 +0200 @@ -0,0 +1,22 @@ +[ + { + "category": "endpoints", + "description": "[``botocore``] Fix cache implementation to reduce memory consumption.", + "type": "enhancement" + }, + { + "category": "``application-autoscaling``", + "description": "[``botocore``] With this release, Amazon SageMaker Serverless Inference customers can use Application Auto Scaling to auto scale the provisioned concurrency of their serverless endpoints.", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] This release adds AmazonRedshift Source and Target nodes in addition to DynamicTransform OutputSchemas", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] This release includes support for (1) Provisioned Concurrency for Amazon SageMaker Serverless Inference and (2) UpdateEndpointWeightsAndCapacities API for Serverless endpoints.", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/.changes/1.26.132.json new/boto3-1.26.144/.changes/1.26.132.json --- old/boto3-1.26.130/.changes/1.26.132.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.26.144/.changes/1.26.132.json 2023-05-31 20:13:12.000000000 +0200 @@ -0,0 +1,17 @@ +[ + { + "category": "``emr``", + "description": "[``botocore``] Update emr client to latest version", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] Amazon Relational Database Service (RDS) updates for the new Aurora I/O-Optimized storage type for Amazon Aurora DB clusters", + "type": "api-change" + }, + { + "category": "``swf``", + "description": "[``botocore``] This release adds a new API parameter to exclude old history events from decision tasks.", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/.changes/1.26.133.json new/boto3-1.26.144/.changes/1.26.133.json --- old/boto3-1.26.130/.changes/1.26.133.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.26.144/.changes/1.26.133.json 2023-05-31 20:13:12.000000000 +0200 @@ -0,0 +1,52 @@ +[ + { + "category": "endpoints", + "description": "[``botocore``] Include params set in provide-client-param event handlers in dynamic context params for endpoint resolution.", + "type": "bugfix" + }, + { + "category": "``connect``", + "description": "[``botocore``] This release updates GetMetricDataV2 API, to support metric data up-to last 35 days", + "type": "api-change" + }, + { + "category": "``elasticache``", + "description": "[``botocore``] Added support to modify the cluster mode configuration for the existing ElastiCache ReplicationGroups. Customers can now modify the configuration from cluster mode disabled to cluster mode enabled.", + "type": "api-change" + }, + { + "category": "``es``", + "description": "[``botocore``] This release fixes DescribePackages API error with null filter value parameter.", + "type": "api-change" + }, + { + "category": "``health``", + "description": "[``botocore``] Add support for regional endpoints", + "type": "api-change" + }, + { + "category": "``ivs-realtime``", + "description": "[``botocore``] Add methods for inspecting and debugging stages: ListStageSessions, GetStageSession, ListParticipants, GetParticipant, and ListParticipantEvents.", + "type": "api-change" + }, + { + "category": "``omics``", + "description": "[``botocore``] This release provides support for Ready2Run and GPU workflows, an improved read set filter, the direct upload of read sets into Omics Storage, and annotation parsing for analytics stores.", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "[``botocore``] This release fixes DescribePackages API error with null filter value parameter.", + "type": "api-change" + }, + { + "category": "``route53resolver``", + "description": "[``botocore``] Update FIPS endpoints for GovCloud (US) regions in SDK.", + "type": "api-change" + }, + { + "category": "``support``", + "description": "[``botocore``] This release adds 2 new Support APIs, DescribeCreateCaseOptions and DescribeSupportedLanguages. You can use these new APIs to get available support languages.", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/.changes/1.26.134.json new/boto3-1.26.144/.changes/1.26.134.json --- old/boto3-1.26.130/.changes/1.26.134.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.26.144/.changes/1.26.134.json 2023-05-31 20:13:12.000000000 +0200 @@ -0,0 +1,37 @@ +[ + { + "category": "EndpointProvider", + "description": "[``botocore``] Fixed bug in virtual addressing for S3 Buckets `#2938 <https://github.com/boto/botocore/issues/2938>`__", + "type": "bugfix" + }, + { + "category": "``athena``", + "description": "[``botocore``] You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.", + "type": "api-change" + }, + { + "category": "``codecatalyst``", + "description": "[``botocore``] With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst", + "type": "api-change" + }, + { + "category": "``kafka``", + "description": "[``botocore``] Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs", + "type": "api-change" + }, + { + "category": "``rekognition``", + "description": "[``botocore``] This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.", + "type": "api-change" + }, + { + "category": "``rolesanywhere``", + "description": "[``botocore``] Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600.", + "type": "api-change" + }, + { + "category": "``transfer``", + "description": "[``botocore``] This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol.", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/.changes/1.26.135.json new/boto3-1.26.144/.changes/1.26.135.json --- old/boto3-1.26.130/.changes/1.26.135.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.26.144/.changes/1.26.135.json 2023-05-31 20:13:12.000000000 +0200 @@ -0,0 +1,27 @@ +[ + { + "category": "``detective``", + "description": "[``botocore``] Added and updated API operations in Detective to support the integration of ASFF Security Hub findings.", + "type": "api-change" + }, + { + "category": "``directconnect``", + "description": "[``botocore``] This release includes an update to the mtu value for CreateTransitVirtualInterface from 9001 mtu to 8500 mtu.", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] Add Support for Tags for Custom Entity Types", + "type": "api-change" + }, + { + "category": "``secretsmanager``", + "description": "[``botocore``] Documentation updates for Secrets Manager", + "type": "api-change" + }, + { + "category": "``wafv2``", + "description": "[``botocore``] My AWS Service (placeholder) - You can now rate limit web requests based on aggregation keys other than IP addresses, and you can aggregate using combinations of keys. You can also rate limit all requests that match a scope-down statement, without further aggregation.", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/.changes/1.26.136.json new/boto3-1.26.144/.changes/1.26.136.json --- old/boto3-1.26.130/.changes/1.26.136.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.26.144/.changes/1.26.136.json 2023-05-31 20:13:12.000000000 +0200 @@ -0,0 +1,52 @@ +[ + { + "category": "``athena``", + "description": "[``botocore``] Removing SparkProperties from EngineConfiguration object for StartSession API call", + "type": "api-change" + }, + { + "category": "``cloudtrail``", + "description": "[``botocore``] Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors.", + "type": "api-change" + }, + { + "category": "``compute-optimizer``", + "description": "[``botocore``] In this launch, we add support for showing integration status with external metric providers such as Instana, Datadog ...etc in GetEC2InstanceRecommendations and ExportEC2InstanceRecommendations apis", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] You can programmatically create and manage prompts using APIs, for example, to extract prompts stored within Amazon Connect and add them to your Amazon S3 bucket. AWS CloudTrail, AWS CloudFormation and tagging are supported.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "[``botocore``] Documentation only release to address various tickets.", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "[``botocore``] This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] RDS documentation update for the EngineVersion parameter of ModifyDBSnapshot", + "type": "api-change" + }, + { + "category": "``sagemaker-geospatial``", + "description": "[``botocore``] This release makes ExecutionRoleArn a required field in the StartEarthObservationJob API.", + "type": "api-change" + }, + { + "category": "``sts``", + "description": "[``botocore``] API updates for the AWS Security Token Service", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/.changes/1.26.137.json new/boto3-1.26.144/.changes/1.26.137.json --- old/boto3-1.26.130/.changes/1.26.137.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.26.144/.changes/1.26.137.json 2023-05-31 20:13:12.000000000 +0200 @@ -0,0 +1,22 @@ +[ + { + "category": "``backup``", + "description": "[``botocore``] Add ResourceArn, ResourceType, and BackupVaultName to ListRecoveryPointsByLegalHold API response.", + "type": "api-change" + }, + { + "category": "``connectcases``", + "description": "[``botocore``] This release adds the ability to create fields with type Url through the CreateField API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html", + "type": "api-change" + }, + { + "category": "``mediapackagev2``", + "description": "[``botocore``] Adds support for the MediaPackage Live v2 API", + "type": "api-change" + }, + { + "category": "``sesv2``", + "description": "[``botocore``] This release allows customers to update scaling mode property of dedicated IP pools with PutDedicatedIpPoolScalingAttributes call.", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/.changes/1.26.138.json new/boto3-1.26.144/.changes/1.26.138.json --- old/boto3-1.26.130/.changes/1.26.138.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.26.144/.changes/1.26.138.json 2023-05-31 20:13:12.000000000 +0200 @@ -0,0 +1,17 @@ +[ + { + "category": "``backup``", + "description": "[``botocore``] Added support for tags on restore.", + "type": "api-change" + }, + { + "category": "``pinpoint``", + "description": "[``botocore``] Amazon Pinpoint is deprecating the tags parameter in the UpdateSegment, UpdateCampaign, UpdateEmailTemplate, UpdateSmsTemplate, UpdatePushTemplate, UpdateInAppTemplate and UpdateVoiceTemplate. Amazon Pinpoint will end support tags parameter by May 22, 2023.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "[``botocore``] Add support for Asset Bundle, Geospatial Heatmaps.", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/.changes/1.26.139.json new/boto3-1.26.144/.changes/1.26.139.json --- old/boto3-1.26.130/.changes/1.26.139.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.26.144/.changes/1.26.139.json 2023-05-31 20:13:12.000000000 +0200 @@ -0,0 +1,17 @@ +[ + { + "category": "``fms``", + "description": "[``botocore``] Fixes issue that could cause calls to GetAdminScope and ListAdminAccountsForOrganization to return a 500 Internal Server error.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Added ModelNameEquals, ModelPackageVersionArnEquals in request and ModelName, SamplePayloadUrl, ModelPackageVersionArn in response of ListInferenceRecommendationsJobs API. Added Invocation timestamps in response of DescribeInferenceRecommendationsJob API & ListInferenceRecommendationsJobSteps API.", + "type": "api-change" + }, + { + "category": "``translate``", + "description": "[``botocore``] Added support for calling TranslateDocument API.", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/.changes/1.26.140.json new/boto3-1.26.144/.changes/1.26.140.json --- old/boto3-1.26.130/.changes/1.26.140.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.26.144/.changes/1.26.140.json 2023-05-31 20:13:12.000000000 +0200 @@ -0,0 +1,22 @@ +[ + { + "category": "``appsync``", + "description": "[``botocore``] This release introduces AppSync Merged APIs, which provide the ability to compose multiple source APIs into a single federated/merged API.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] Amazon Connect Evaluation Capabilities: validation improvements", + "type": "api-change" + }, + { + "category": "``cur``", + "description": "[``botocore``] Add support for split cost allocation data on a report.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] SageMaker now provides an instantaneous deployment recommendation through the DescribeModel API", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/.changes/1.26.141.json new/boto3-1.26.144/.changes/1.26.141.json --- old/boto3-1.26.130/.changes/1.26.141.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.26.144/.changes/1.26.141.json 2023-05-31 20:13:12.000000000 +0200 @@ -0,0 +1,32 @@ +[ + { + "category": "``application-autoscaling``", + "description": "[``botocore``] With this release, ElastiCache customers will be able to use predefined metricType \"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage\" for their ElastiCache instances.", + "type": "api-change" + }, + { + "category": "``codepipeline``", + "description": "[``botocore``] Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API.", + "type": "api-change" + }, + { + "category": "``gamelift``", + "description": "[``botocore``] GameLift FleetIQ users can now filter game server claim requests to exclude servers on instances that are draining.", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] Added ability to create data quality rulesets for shared, cross-account Glue Data Catalog tables. Added support for dataset comparison rules through a new parameter called AdditionalDataSources. Enhanced the data quality results with a map containing profiled metric values.", + "type": "api-change" + }, + { + "category": "``migration-hub-refactor-spaces``", + "description": "[``botocore``] This SDK update allows for path parameter syntax to be passed to the CreateRoute API. Path parameter syntax require parameters to be enclosed in {} characters. This update also includes a new AppendSourcePath field which lets users forward the source path to the Service URL endpoint.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Amazon SageMaker Automatic Model Tuning now supports enabling Autotune for tuning jobs which can choose tuning job configurations.", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/.changes/1.26.142.json new/boto3-1.26.144/.changes/1.26.142.json --- old/boto3-1.26.130/.changes/1.26.142.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.26.144/.changes/1.26.142.json 2023-05-31 20:13:12.000000000 +0200 @@ -0,0 +1,22 @@ +[ + { + "category": "``Polly``", + "description": "[``botocore``] Remove `Content-Type` header from ``synthesize_speech`` URL presigning.", + "type": "bugfix" + }, + { + "category": "``connect``", + "description": "[``botocore``] Documentation update for a new Initiation Method value in DescribeContact API", + "type": "api-change" + }, + { + "category": "``iotwireless``", + "description": "[``botocore``] Add Multicast Group support in Network Analyzer Configuration.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Added ml.p4d and ml.inf1 as supported instance type families for SageMaker Notebook Instances.", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/.changes/1.26.143.json new/boto3-1.26.144/.changes/1.26.143.json --- old/boto3-1.26.130/.changes/1.26.143.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.26.144/.changes/1.26.143.json 2023-05-31 20:13:12.000000000 +0200 @@ -0,0 +1,52 @@ +[ + { + "category": "``chime-sdk-voice``", + "description": "[``botocore``] Added optional CallLeg field to StartSpeakerSearchTask API request", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] Added Runtime parameter to allow selection of Ray Runtime", + "type": "api-change" + }, + { + "category": "``groundstation``", + "description": "[``botocore``] Updating description of GetMinuteUsage to be clearer.", + "type": "api-change" + }, + { + "category": "``iotfleetwise``", + "description": "[``botocore``] Campaigns now support selecting Timestream or S3 as the data destination, Signal catalogs now support \"Deprecation\" keyword released in VSS v2.1 and \"Comment\" keyword released in VSS v3.0", + "type": "api-change" + }, + { + "category": "``location``", + "description": "[``botocore``] This release adds API support for political views for the maps service APIs: CreateMap, UpdateMap, DescribeMap.", + "type": "api-change" + }, + { + "category": "``memorydb``", + "description": "[``botocore``] Amazon MemoryDB for Redis now supports AWS Identity and Access Management authentication access to Redis clusters starting with redis-engine version 7.0", + "type": "api-change" + }, + { + "category": "``personalize``", + "description": "[``botocore``] This release provides support for the exclusion of certain columns for training when creating a solution and creating or updating a recommender with Amazon Personalize.", + "type": "api-change" + }, + { + "category": "``polly``", + "description": "[``botocore``] Amazon Polly adds 2 new voices - Sofie (da-DK) and Niamh (en-IE)", + "type": "api-change" + }, + { + "category": "``securityhub``", + "description": "[``botocore``] Added new resource detail objects to ASFF, including resources for AwsGuardDutyDetector, AwsAmazonMqBroker, AwsEventSchemasRegistry, AwsAppSyncGraphQlApi and AwsStepFunctionStateMachine.", + "type": "api-change" + }, + { + "category": "``wafv2``", + "description": "[``botocore``] This SDK release provides customers the ability to use Header Order as a field to match.", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/.changes/1.26.144.json new/boto3-1.26.144/.changes/1.26.144.json --- old/boto3-1.26.130/.changes/1.26.144.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.26.144/.changes/1.26.144.json 2023-05-31 20:13:12.000000000 +0200 @@ -0,0 +1,37 @@ +[ + { + "category": "``config``", + "description": "[``botocore``] Resource Types Exclusion feature launch by AWS Config", + "type": "api-change" + }, + { + "category": "``frauddetector``", + "description": "[``botocore``] This release enables publishing event predictions from Amazon Fraud Detector (AFD) to Amazon EventBridge. For example, after getting predictions from AFD, Amazon EventBridge rules can be configured to trigger notification through an SNS topic, send a message with SES, or trigger Lambda workflows.", + "type": "api-change" + }, + { + "category": "``healthlake``", + "description": "[``botocore``] This release adds a new request parameter to the CreateFHIRDatastore API operation. IdentityProviderConfiguration specifies how you want to authenticate incoming requests to your Healthlake Data Store.", + "type": "api-change" + }, + { + "category": "``m2``", + "description": "[``botocore``] Adds an optional create-only 'roleArn' property to Application resources. Enables PS and PO data set org types.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] This release adds support for changing the engine for Oracle using the ModifyDbInstance API", + "type": "api-change" + }, + { + "category": "``servicecatalog``", + "description": "[``botocore``] Documentation updates for ServiceCatalog.", + "type": "api-change" + }, + { + "category": "``workspaces-web``", + "description": "[``botocore``] WorkSpaces Web now allows you to control which IP addresses your WorkSpaces Web portal may be accessed from.", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/CHANGELOG.rst new/boto3-1.26.144/CHANGELOG.rst --- old/boto3-1.26.130/CHANGELOG.rst 2023-05-08 20:07:34.000000000 +0200 +++ new/boto3-1.26.144/CHANGELOG.rst 2023-05-31 20:13:12.000000000 +0200 @@ -2,10 +2,160 @@ CHANGELOG ========= +1.26.144 +======== + +* api-change:``config``: [``botocore``] Resource Types Exclusion feature launch by AWS Config +* api-change:``frauddetector``: [``botocore``] This release enables publishing event predictions from Amazon Fraud Detector (AFD) to Amazon EventBridge. For example, after getting predictions from AFD, Amazon EventBridge rules can be configured to trigger notification through an SNS topic, send a message with SES, or trigger Lambda workflows. +* api-change:``healthlake``: [``botocore``] This release adds a new request parameter to the CreateFHIRDatastore API operation. IdentityProviderConfiguration specifies how you want to authenticate incoming requests to your Healthlake Data Store. +* api-change:``m2``: [``botocore``] Adds an optional create-only 'roleArn' property to Application resources. Enables PS and PO data set org types. +* api-change:``rds``: [``botocore``] This release adds support for changing the engine for Oracle using the ModifyDbInstance API +* api-change:``servicecatalog``: [``botocore``] Documentation updates for ServiceCatalog. +* api-change:``workspaces-web``: [``botocore``] WorkSpaces Web now allows you to control which IP addresses your WorkSpaces Web portal may be accessed from. + + +1.26.143 +======== + +* api-change:``chime-sdk-voice``: [``botocore``] Added optional CallLeg field to StartSpeakerSearchTask API request +* api-change:``glue``: [``botocore``] Added Runtime parameter to allow selection of Ray Runtime +* api-change:``groundstation``: [``botocore``] Updating description of GetMinuteUsage to be clearer. +* api-change:``iotfleetwise``: [``botocore``] Campaigns now support selecting Timestream or S3 as the data destination, Signal catalogs now support "Deprecation" keyword released in VSS v2.1 and "Comment" keyword released in VSS v3.0 +* api-change:``location``: [``botocore``] This release adds API support for political views for the maps service APIs: CreateMap, UpdateMap, DescribeMap. +* api-change:``memorydb``: [``botocore``] Amazon MemoryDB for Redis now supports AWS Identity and Access Management authentication access to Redis clusters starting with redis-engine version 7.0 +* api-change:``personalize``: [``botocore``] This release provides support for the exclusion of certain columns for training when creating a solution and creating or updating a recommender with Amazon Personalize. +* api-change:``polly``: [``botocore``] Amazon Polly adds 2 new voices - Sofie (da-DK) and Niamh (en-IE) +* api-change:``securityhub``: [``botocore``] Added new resource detail objects to ASFF, including resources for AwsGuardDutyDetector, AwsAmazonMqBroker, AwsEventSchemasRegistry, AwsAppSyncGraphQlApi and AwsStepFunctionStateMachine. +* api-change:``wafv2``: [``botocore``] This SDK release provides customers the ability to use Header Order as a field to match. + + +1.26.142 +======== + +* bugfix:``Polly``: [``botocore``] Remove `Content-Type` header from ``synthesize_speech`` URL presigning. +* api-change:``connect``: [``botocore``] Documentation update for a new Initiation Method value in DescribeContact API +* api-change:``iotwireless``: [``botocore``] Add Multicast Group support in Network Analyzer Configuration. +* api-change:``sagemaker``: [``botocore``] Added ml.p4d and ml.inf1 as supported instance type families for SageMaker Notebook Instances. + + +1.26.141 +======== + +* api-change:``application-autoscaling``: [``botocore``] With this release, ElastiCache customers will be able to use predefined metricType "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" for their ElastiCache instances. +* api-change:``codepipeline``: [``botocore``] Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API. +* api-change:``gamelift``: [``botocore``] GameLift FleetIQ users can now filter game server claim requests to exclude servers on instances that are draining. +* api-change:``glue``: [``botocore``] Added ability to create data quality rulesets for shared, cross-account Glue Data Catalog tables. Added support for dataset comparison rules through a new parameter called AdditionalDataSources. Enhanced the data quality results with a map containing profiled metric values. +* api-change:``migration-hub-refactor-spaces``: [``botocore``] This SDK update allows for path parameter syntax to be passed to the CreateRoute API. Path parameter syntax require parameters to be enclosed in {} characters. This update also includes a new AppendSourcePath field which lets users forward the source path to the Service URL endpoint. +* api-change:``sagemaker``: [``botocore``] Amazon SageMaker Automatic Model Tuning now supports enabling Autotune for tuning jobs which can choose tuning job configurations. + + +1.26.140 +======== + +* api-change:``appsync``: [``botocore``] This release introduces AppSync Merged APIs, which provide the ability to compose multiple source APIs into a single federated/merged API. +* api-change:``connect``: [``botocore``] Amazon Connect Evaluation Capabilities: validation improvements +* api-change:``cur``: [``botocore``] Add support for split cost allocation data on a report. +* api-change:``sagemaker``: [``botocore``] SageMaker now provides an instantaneous deployment recommendation through the DescribeModel API + + +1.26.139 +======== + +* api-change:``fms``: [``botocore``] Fixes issue that could cause calls to GetAdminScope and ListAdminAccountsForOrganization to return a 500 Internal Server error. +* api-change:``sagemaker``: [``botocore``] Added ModelNameEquals, ModelPackageVersionArnEquals in request and ModelName, SamplePayloadUrl, ModelPackageVersionArn in response of ListInferenceRecommendationsJobs API. Added Invocation timestamps in response of DescribeInferenceRecommendationsJob API & ListInferenceRecommendationsJobSteps API. +* api-change:``translate``: [``botocore``] Added support for calling TranslateDocument API. + + +1.26.138 +======== + +* api-change:``backup``: [``botocore``] Added support for tags on restore. +* api-change:``pinpoint``: [``botocore``] Amazon Pinpoint is deprecating the tags parameter in the UpdateSegment, UpdateCampaign, UpdateEmailTemplate, UpdateSmsTemplate, UpdatePushTemplate, UpdateInAppTemplate and UpdateVoiceTemplate. Amazon Pinpoint will end support tags parameter by May 22, 2023. +* api-change:``quicksight``: [``botocore``] Add support for Asset Bundle, Geospatial Heatmaps. + + +1.26.137 +======== + +* api-change:``backup``: [``botocore``] Add ResourceArn, ResourceType, and BackupVaultName to ListRecoveryPointsByLegalHold API response. +* api-change:``connectcases``: [``botocore``] This release adds the ability to create fields with type Url through the CreateField API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html +* api-change:``mediapackagev2``: [``botocore``] Adds support for the MediaPackage Live v2 API +* api-change:``sesv2``: [``botocore``] This release allows customers to update scaling mode property of dedicated IP pools with PutDedicatedIpPoolScalingAttributes call. + + +1.26.136 +======== + +* api-change:``athena``: [``botocore``] Removing SparkProperties from EngineConfiguration object for StartSession API call +* api-change:``cloudtrail``: [``botocore``] Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors. +* api-change:``compute-optimizer``: [``botocore``] In this launch, we add support for showing integration status with external metric providers such as Instana, Datadog ...etc in GetEC2InstanceRecommendations and ExportEC2InstanceRecommendations apis +* api-change:``connect``: [``botocore``] You can programmatically create and manage prompts using APIs, for example, to extract prompts stored within Amazon Connect and add them to your Amazon S3 bucket. AWS CloudTrail, AWS CloudFormation and tagging are supported. +* api-change:``ec2``: [``botocore``] Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances. +* api-change:``ecs``: [``botocore``] Documentation only release to address various tickets. +* api-change:``mediaconvert``: [``botocore``] This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers. +* api-change:``rds``: [``botocore``] RDS documentation update for the EngineVersion parameter of ModifyDBSnapshot +* api-change:``sagemaker-geospatial``: [``botocore``] This release makes ExecutionRoleArn a required field in the StartEarthObservationJob API. +* api-change:``sts``: [``botocore``] API updates for the AWS Security Token Service + + +1.26.135 +======== + +* api-change:``detective``: [``botocore``] Added and updated API operations in Detective to support the integration of ASFF Security Hub findings. +* api-change:``directconnect``: [``botocore``] This release includes an update to the mtu value for CreateTransitVirtualInterface from 9001 mtu to 8500 mtu. +* api-change:``glue``: [``botocore``] Add Support for Tags for Custom Entity Types +* api-change:``secretsmanager``: [``botocore``] Documentation updates for Secrets Manager +* api-change:``wafv2``: [``botocore``] My AWS Service (placeholder) - You can now rate limit web requests based on aggregation keys other than IP addresses, and you can aggregate using combinations of keys. You can also rate limit all requests that match a scope-down statement, without further aggregation. + + +1.26.134 +======== + +* bugfix:EndpointProvider: [``botocore``] Fixed bug in virtual addressing for S3 Buckets `#2938 <https://github.com/boto/botocore/issues/2938>`__ +* api-change:``athena``: [``botocore``] You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. +* api-change:``codecatalyst``: [``botocore``] With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst +* api-change:``kafka``: [``botocore``] Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs +* api-change:``rekognition``: [``botocore``] This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image. +* api-change:``rolesanywhere``: [``botocore``] Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600. +* api-change:``transfer``: [``botocore``] This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol. + + +1.26.133 +======== + +* bugfix:endpoints: [``botocore``] Include params set in provide-client-param event handlers in dynamic context params for endpoint resolution. +* api-change:``connect``: [``botocore``] This release updates GetMetricDataV2 API, to support metric data up-to last 35 days +* api-change:``elasticache``: [``botocore``] Added support to modify the cluster mode configuration for the existing ElastiCache ReplicationGroups. Customers can now modify the configuration from cluster mode disabled to cluster mode enabled. +* api-change:``es``: [``botocore``] This release fixes DescribePackages API error with null filter value parameter. +* api-change:``health``: [``botocore``] Add support for regional endpoints +* api-change:``ivs-realtime``: [``botocore``] Add methods for inspecting and debugging stages: ListStageSessions, GetStageSession, ListParticipants, GetParticipant, and ListParticipantEvents. +* api-change:``omics``: [``botocore``] This release provides support for Ready2Run and GPU workflows, an improved read set filter, the direct upload of read sets into Omics Storage, and annotation parsing for analytics stores. +* api-change:``opensearch``: [``botocore``] This release fixes DescribePackages API error with null filter value parameter. +* api-change:``route53resolver``: [``botocore``] Update FIPS endpoints for GovCloud (US) regions in SDK. +* api-change:``support``: [``botocore``] This release adds 2 new Support APIs, DescribeCreateCaseOptions and DescribeSupportedLanguages. You can use these new APIs to get available support languages. + + +1.26.132 +======== + +* api-change:``emr``: [``botocore``] Update emr client to latest version +* api-change:``rds``: [``botocore``] Amazon Relational Database Service (RDS) updates for the new Aurora I/O-Optimized storage type for Amazon Aurora DB clusters +* api-change:``swf``: [``botocore``] This release adds a new API parameter to exclude old history events from decision tasks. + + +1.26.131 +======== + +* enhancement:endpoints: [``botocore``] Fix cache implementation to reduce memory consumption. +* api-change:``application-autoscaling``: [``botocore``] With this release, Amazon SageMaker Serverless Inference customers can use Application Auto Scaling to auto scale the provisioned concurrency of their serverless endpoints. +* api-change:``glue``: [``botocore``] This release adds AmazonRedshift Source and Target nodes in addition to DynamicTransform OutputSchemas +* api-change:``sagemaker``: [``botocore``] This release includes support for (1) Provisioned Concurrency for Amazon SageMaker Serverless Inference and (2) UpdateEndpointWeightsAndCapacities API for Serverless endpoints. + + 1.26.130 ======== -* api-change:``glue``: [``botocore``] We don't do release notes https://w.amazon.com/bin/view/AWSDocs/common-tasks/release-notes +* 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. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/boto3/__init__.py new/boto3-1.26.144/boto3/__init__.py --- old/boto3-1.26.130/boto3/__init__.py 2023-05-08 20:07:34.000000000 +0200 +++ new/boto3-1.26.144/boto3/__init__.py 2023-05-31 20:13:12.000000000 +0200 @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.26.130' +__version__ = '1.26.144' # The default Boto3 session; autoloaded when needed. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/docs/source/_static/css/custom.css new/boto3-1.26.144/docs/source/_static/css/custom.css --- old/boto3-1.26.130/docs/source/_static/css/custom.css 2023-05-08 20:07:34.000000000 +0200 +++ new/boto3-1.26.144/docs/source/_static/css/custom.css 2023-05-31 20:13:12.000000000 +0200 @@ -31,3 +31,75 @@ .sidebar-logo{ padding: 20% 15%; } +/* Hides a div by default. */ +.show-div-sm { + display: none; +} +/* Hides a div by default. */ +.show-div-md { + display: none; +} +/* Positions items starting from the right. */ +.justify-content-right { + justify-content: right; +} +/* Positions items starting from the left. */ +.justify-content-left { + justify-content: left; +} +/* Hides the sidebar and prevents keyboard users from focusing on elements. */ +.hide-sidebar { + visibility: hidden; +} +/* Hides the icon by default and applies relevant styling. */ +.nav-close-icon{ + color: var(--color-foreground-secondary); + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; +} +/* Safeguard for ensuring menus are always visible on larger screens. */ +@media (min-width: 82em) { + .hide-sidebar { + visibility: visible; + } +} +/* We only want to show the close-icon on medium-small screens. */ +@media (max-width: 67em) { + /* Displays a div on a small screen. */ + .show-div-sm { + display: flex; + } +} +@media (max-width: 82em) { + /* Displays a div on a medium screen. */ + .show-div-md { + display: flex; + } +} +/* Apply furo styled admonition titles for <h3>. */ +h3.admonition-title { + position: relative; + margin: 0 -0.5rem 0.5rem; + padding-left: 2.5rem; + padding-right: .5rem; + padding-top: .4rem; + padding-bottom: .4rem; + font-weight: 700; + font-size: 1.5em; + line-height: 1.25; + border-radius: unset; + background-color: var(--color-admonition-title-background); +} +/* Apply furo styled admonition icons before <h3>. */ +h3.admonition-title::before { + content: ""; + position: absolute; + left: 0.5rem; + width: 1.5rem; + height: 1.5rem; + background-color: var(--color-admonition-title); + mask-image: var(--icon-admonition-default); + mask-repeat: no-repeat; +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/docs/source/_static/js/custom.js new/boto3-1.26.144/docs/source/_static/js/custom.js --- old/boto3-1.26.130/docs/source/_static/js/custom.js 2023-05-08 20:07:34.000000000 +0200 +++ new/boto3-1.26.144/docs/source/_static/js/custom.js 2023-05-31 20:13:12.000000000 +0200 @@ -91,18 +91,6 @@ } const currentPagePath = window.location.pathname.split('/'); const codeBlockSelector = 'div.highlight pre'; -const boldTextSelector = 'strong'; -const boldElements = document.querySelectorAll(boldTextSelector); -const headings = [ - 'Example', - 'Examples', - 'Exceptions', - 'Request Syntax', - 'Response Structure', - 'Response Syntax', - 'Structure', - 'Syntax' -]; // Expands the "Available Services" sub-menu in the side-bar when viewing // nested doc pages and highlights the corresponding service list item. function expandSubMenu() { @@ -121,19 +109,82 @@ codeCell.tabIndex = 0; }); } -// Converts implicit bold headings into actual headings with h3 tags. -function convertImplicitHeadings() { - boldElements.forEach(boldElement => { - if (headings.includes(boldElement.innerHTML)) { - boldElement.parentElement.outerHTML = `<h3>${ boldElement.innerHTML }</h3>`; - } - }); +// Determines which of the two table-of-contents menu labels is visible. +function determineVisibleTocOpenMenu() { + const mediaQuery = window.matchMedia('(max-width: 67em)'); + return mediaQuery.matches ? 'toc-menu-open-sm' : 'toc-menu-open-md'; +} + +// A mapping of current to next focus id's. For example, We want a corresponsing +// menu's close button to be highlighted after a menu is opened with a keyboard. +const NEXT_FOCUS_ID_MAP = { + 'nav-menu-open': 'nav-menu-close', + 'nav-menu-close': 'nav-menu-open', + 'toc-menu-open-sm': 'toc-menu-close', + 'toc-menu-open-md': 'toc-menu-close', + 'toc-menu-close': determineVisibleTocOpenMenu(), +}; + +// Toggles the visibility of a sidebar menu to prevent keyboard focus on hidden elements. +function toggleSidebarMenuVisibility(elementQuery, inputQuery) { + const sidebarElement = document.querySelector(elementQuery); + const sidebarInput = document.querySelector(inputQuery); + sidebarInput.addEventListener('change', () => { + setTimeout( + () => { + sidebarElement.classList.toggle('hide-sidebar', !sidebarInput.checked); + }, + sidebarInput.checked ? 0 : 250, + ); + }); + window.matchMedia('(max-width: 67em)').addEventListener('change', (event) => { + NEXT_FOCUS_ID_MAP['toc-menu-close'] = determineVisibleTocOpenMenu(); + if (!event.matches) { + document + .querySelector('.sidebar-drawer') + .classList.remove('hide-sidebar'); + } + }); + window.matchMedia('(max-width: 82em)').addEventListener('change', (event) => { + if (!event.matches) { + document.querySelector('.toc-drawer').classList.remove('hide-sidebar'); + } + }); +} + +// Activates labels when a user focuses on them and clicks "Enter". +// Also highlights the next appropriate input label. +function activateLabelOnEnter() { + const labels = document.querySelectorAll('label'); + labels.forEach((element) => { + element.setAttribute('tabindex', '0'); + element.addEventListener('keypress', (event) => { + if (event.key === 'Enter') { + const targetId = element.getAttribute('for'); + document.getElementById(targetId).click(); + const nextFocusId = NEXT_FOCUS_ID_MAP[element.id]; + if (nextFocusId) { + // Timeout is needed to let the label become visible. + setTimeout(() => { + document.getElementById(nextFocusId).focus(); + }, 250); + } + } + }); + }); +} + +// Improves accessibility for keyboard-only users. +function setupKeyboardFriendlyNavigation() { + activateLabelOnEnter(); + toggleSidebarMenuVisibility('.toc-drawer', '#__toc'); + toggleSidebarMenuVisibility('.sidebar-drawer', '#__navigation'); } // Functions to run after the DOM loads. function runAfterDOMLoads() { expandSubMenu(); - convertImplicitHeadings(); makeCodeBlocksScrollable(); + setupKeyboardFriendlyNavigation(); } // Run a function after the DOM loads. function ready(fn) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/docs/source/_templates/page.html new/boto3-1.26.144/docs/source/_templates/page.html --- old/boto3-1.26.130/docs/source/_templates/page.html 2023-05-08 20:07:34.000000000 +0200 +++ new/boto3-1.26.144/docs/source/_templates/page.html 2023-05-31 20:13:12.000000000 +0200 @@ -11,110 +11,241 @@ {%- extends "!page.html" %} -{% block footer %} -<div class="related-pages"> - {% if next -%} - <a class="next-page" href="{{ next.link }}"> - <div class="page-info"> - <div class="context"> - <span>{{ _("Next") }}</span> - </div> - <div class="title">{{ next.title }}</div> - </div> - <svg class="furo-related-icon"><use href="#svg-arrow-right"></use></svg> - </a> - {%- endif %} - {% if prev -%} - <a class="prev-page" href="{{ prev.link }}"> - <svg class="furo-related-icon"><use href="#svg-arrow-right"></use></svg> - <div class="page-info"> - <div class="context"> - <span>{{ _("Previous") }}</span> - </div> - {% if prev.link == pathto(master_doc) %} - <div class="title">{{ _("Home") }}</div> - {% else %} - <div class="title">{{ prev.title }}</div> - {% endif %} - </div> - </a> - {%- endif %} -</div> -<div class="bottom-of-page"> - <div class="left-details"> - {%- if show_copyright %} - <div class="copyright"> - {%- if hasdoc('copyright') %} - {% trans path=pathto('copyright'), copyright=copyright|e -%} - <a href="{{ path }}">Copyright</a> © {{ copyright }} - {%- endtrans %} - {%- else %} - {% trans copyright=copyright|e -%} - Copyright © {{ copyright }} - {%- endtrans %} - {%- endif %} - </div> - {%- endif %} - {% trans %}Made with {% endtrans -%} - {%- if show_sphinx -%} - {% trans %}<a href="https://www.sphinx-doc.org/">Sphinx</a> and {% endtrans -%} - <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s - {% endif -%} - {% trans %} - <a href="https://github.com/pradyunsg/furo">Furo</a> - {% endtrans %} - {%- if last_updated -%} - <div class="last-updated"> - {% trans last_updated=last_updated|e -%} - Last updated on {{ last_updated }} - {%- endtrans -%} - </div> - {%- endif %} +{% block body -%} +<script> + document.body.dataset.theme = localStorage.getItem("theme") || "auto"; +</script> +{% include "partials/icons.html" %} +<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> + <symbol id="svg-close" viewBox="0 0 24 24"> + <title>Close Menu</title> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" + stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather-menu"> + <line x1="2" y1="22" x2="22" y2="2"/> + <line x1="2" y1="2" x2="22" y2="22"/> + </svg> + </symbol> +</svg> - {# start of AWS modification of Furo template #} - <div class="legal-info"> - <script type="text/javascript" src="{{ pathto('_static/shortbreadv1.js',1 ) }}"></script> - <script type="text/javascript"> - const shortbread = AWSCShortbread({ - domain: ".amazonaws.com", - }); - shortbread.checkForCookieConsent(); - </script> - <a href="http://aws.amazon.com/privacy">Privacy</a> | <a href="http://aws.amazon.com/terms">Site Terms</a> | <a - href="#" onclick="shortbread.customizeCookies();">Cookie preferences</a> - </div> - {# end of AWS modification of Furo template #} +<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation"> +<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc"> +<label class="overlay sidebar-overlay" for="__navigation"> + <div class="visually-hidden">Hide navigation sidebar</div> +</label> +<label class="overlay toc-overlay" for="__toc"> + <div class="visually-hidden">Hide table of contents sidebar</div> +</label> -</div> -<div class="right-details"> -{% if theme_footer_icons or READTHEDOCS -%} -<div class="icons"> - {% if theme_footer_icons -%} - {% for icon_dict in theme_footer_icons -%} - <a class="muted-link {{ icon_dict.class }}" href="{{ icon_dict.url }}" aria-label="{{ icon_dict.name }}"> - {{- icon_dict.html -}} - </a> - {% endfor %} - {%- else -%} - {#- Show Read the Docs project -#} - {%- if READTHEDOCS and slug -%} - <a class="muted-link" href="https://readthedocs.org/projects/{{ slug }}" aria-label="On Read the Docs"> - <svg x="0px" y="0px" viewBox="-125 217 360 360" xml:space="preserve"> - <path fill="currentColor" d="M39.2,391.3c-4.2,0.6-7.1,4.4-6.5,8.5c0.4,3,2.6,5.5,5.5,6.3 c0,0,18.5,6.1,50,8.7c25.3,2.1,54-1.8,54-1.8c4.2-0.1,7.5-3.6,7.4-7.8c-0.1-4.2-3.6-7.5-7.8-7.4c-0.5,0-1,0.1-1.5,0.2 c0,0-28.1,3.5-50.9,1.6c-30.1-2.4-46.5-7.9-46.5-7.9C41.7,391.3,40.4,391.1,39.2,391.3z M39.2,353.6c-4.2,0.6-7.1,4.4-6.5,8.5 c0.4,3,2.6,5.5,5.5,6.3c0,0,18.5,6.1,50,8.7c25.3,2.1,54-1.8,54-1.8c4.2-0.1,7.5-3.6,7.4-7.8c-0.1-4.2-3.6-7.5-7.8-7.4 c-0.5,0-1,0.1-1.5,0.2c0,0-28.1,3.5-50.9,1.6c-30.1-2.4-46.5-7.9-46.5-7.9C41.7,353.6,40.4,353.4,39.2,353.6z M39.2,315.9 c-4.2,0.6-7.1,4.4-6.5,8.5c0.4,3,2.6,5.5,5.5,6.3c0,0,18.5,6.1,50,8.7c25.3,2.1,54-1.8,54-1.8c4.2-0.1,7.5-3.6,7.4-7.8 c-0.1-4.2-3.6-7.5-7.8-7.4c-0.5,0-1,0.1-1.5,0.2c0,0-28.1,3.5-50.9,1.6c-30.1-2.4-46.5-7.9-46.5-7.9 C41.7,315.9,40.4,315.8,39.2,315.9z M39.2,278.3c-4.2,0.6-7.1,4.4-6.5,8.5c0.4,3,2.6,5.5,5.5,6.3c0,0,18.5,6.1,50,8.7 c25.3,2.1,54-1.8,54-1.8c4.2-0.1,7.5-3.6,7.4-7.8c-0.1-4.2-3.6-7.5-7.8-7.4c-0.5,0-1,0.1-1.5,0.2c0,0-28.1,3.5 -50.9,1.6 c-30.1-2.4-46.5-7.9-46.5-7.9C41.7,278.2,40.4,278.1,39.2,278.3z M-13.6,238.5c-39.6,0.3-54.3,12.5-54.3,12.5v295.7 c0,0,14.4-12.4,60.8-10.5s55.9,18.2,112.9,19.3s71.3-8.8,71.3-8.8l0.8-301.4c0,0-25.6,7.3-75.6,7.7c-49.9,0.4-61.9-12.7-107.7-14.2 C-8.2,238.6-10.9,238.5-13.6,238.5z M19.5,257.8c0,0,24,7.9,68.3,10.1c37.5,1.9,75-3.7,75-3.7v267.9c0,0-19,10-66.5,6.6 C59.5,536.1,19,522.1,19,522.1L19.5,257.8z M-3.6,264.8c4.2,0,7.7,3.4,7.7,7.7c0,4.2-3.4,7.7-7.7,7.7c0,0-12.4,0.1-20,0.8 c-12.7,1.3-21.4,5.9-21.4,5.9c-3.7,2-8.4,0.5-10.3-3.2c-2-3.7-0.5-8.4,3.2-10.3c0,0,0,0,0,0c0,0,11.3-6,27-7.5 C-16,264.9-3.6,264.8-3.6,264.8z M-11,302.6c4.2-0.1,7.4,0,7.4,0c4.2,0.5,7.2,4.3,6.7,8.5c-0.4,3.5-3.2,6.3-6.7,6.7 c0,0-12.4,0.1-20,0.8c-12.7,1.3-21.4,5.9-21.4,5.9c-3.7,2-8.4,0.5-10.3-3.2c-2-3.7-0.5-8.4,3.2-10.3c0,0,11.3-6,27-7.5 C-20.5,302.9-15.2,302.7-11,302.6z M-3.6,340.2c4.2,0,7.7,3.4,7.7,7.7s-3.4,7.7-7.7,7.7c0,0-12.4-0.1-20,0.7 c-12.7,1.3-21.4,5.9-21.4,5.9c-3.7,2-8.4,0.5-10.3-3.2c-2-3.7-0.5-8.4,3.2-10. 3c0,0,11.3-6,27-7.5C-16,340.1-3.6,340.2-3.6,340.2z" /> - </svg> - </a> - {%- endif -%} - {#- Show GitHub repository home -#} - {%- if READTHEDOCS and display_github and github_user != "None" and github_repo != "None" -%} - <a class="muted-link" href="https://github.com/{{ github_user }}/{{ github_repo }}" aria-label="On GitHub"> - <svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 16 16"> - <path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path> - </svg> - </a> - {%- endif -%} - {%- endif %} +{% if theme_announcement -%} +<div class="announcement"> + <aside class="announcement-content"> + {% block announcement %} {{ theme_announcement }} {% endblock announcement %} + </aside> </div> {%- endif %} + +<div class="page"> + <header class="mobile-header"> + <div class="header-left"> + <label class="nav-overlay-icon" id="nav-menu-open" for="__navigation" tabindex="0"> + <div class="visually-hidden">Toggle site navigation sidebar</div> + <i class="icon"><svg><use href="#svg-menu"></use></svg></i> + </label> + </div> + <div class="header-center"> + <a href="{{ pathto(master_doc) }}"><div class="brand">{{ docstitle if docstitle else project }}</div></a> + </div> + <div class="header-right"> + <div class="theme-toggle-container theme-toggle-header"> + <button class="theme-toggle"> + <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div> + <svg class="theme-icon-when-auto"><use href="#svg-sun-half"></use></svg> + <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg> + <svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg> + </button> + </div> + <label class="toc-overlay-icon toc-header-icon{% if furo_hide_toc %} no-toc{% endif %}" id="toc-menu-open-sm" for="__toc" tabindex="0"> + <div class="visually-hidden">Toggle table of contents sidebar</div> + <i class="icon"><svg><use href="#svg-toc"></use></svg></i> + </label> + </div> + </header> + <aside class="sidebar-drawer"> + <div class="sidebar-container"> + {% block left_sidebar %} + <div class="sidebar-sticky"> + {%- for sidebar_section in sidebars %} + {%- include sidebar_section %} + {%- endfor %} + </div> + {% endblock left_sidebar %} + </div> + </aside> + <div class="main"> + <div class="content"> + <div class="article-container"> + <a href="#" class="back-to-top muted-link"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"></path> + </svg> + <span>{% trans %}Back to top{% endtrans %}</span> + </a> + <div class="content-icon-container"> + {% if theme_top_of_page_button == "edit" -%} + {%- include "components/edit-this-page.html" with context -%} + {%- elif theme_top_of_page_button != None -%} + {{ warning("Got an unsupported value for 'top_of_page_button'") }} + {%- endif -%} + {#- Theme toggle -#} + <div class="theme-toggle-container theme-toggle-content"> + <button class="theme-toggle"> + <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div> + <svg class="theme-icon-when-auto"><use href="#svg-sun-half"></use></svg> + <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg> + <svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg> + </button> + </div> + <label class="toc-overlay-icon toc-content-icon{% if furo_hide_toc %} no-toc{% endif %}" id="toc-menu-open-md" for="__toc" tabindex="0"> + <div class="visually-hidden">Toggle table of contents sidebar</div> + <i class="icon"><svg><use href="#svg-toc"></use></svg></i> + </label> + </div> + <article role="main"> + {% block content %}{{ body }}{% endblock %} + </article> + </div> + <footer> + {% block footer %} + <div class="related-pages"> + {% if next -%} + <a class="next-page" href="{{ next.link }}"> + <div class="page-info"> + <div class="context"> + <span>{{ _("Next") }}</span> + </div> + <div class="title">{{ next.title }}</div> + </div> + <svg class="furo-related-icon"><use href="#svg-arrow-right"></use></svg> + </a> + {%- endif %} + {% if prev -%} + <a class="prev-page" href="{{ prev.link }}"> + <svg class="furo-related-icon"><use href="#svg-arrow-right"></use></svg> + <div class="page-info"> + <div class="context"> + <span>{{ _("Previous") }}</span> + </div> + {% if prev.link == pathto(master_doc) %} + <div class="title">{{ _("Home") }}</div> + {% else %} + <div class="title">{{ prev.title }}</div> + {% endif %} + </div> + </a> + {%- endif %} + </div> + <div class="bottom-of-page"> + <div class="left-details"> + {%- if show_copyright %} + <div class="copyright"> + {%- if hasdoc('copyright') %} + {% trans path=pathto('copyright'), copyright=copyright|e -%} + <a href="{{ path }}">Copyright</a> © {{ copyright }} + {%- endtrans %} + {%- else %} + {% trans copyright=copyright|e -%} + Copyright © {{ copyright }} + {%- endtrans %} + {%- endif %} + </div> + {%- endif %} + {% trans %}Made with {% endtrans -%} + {%- if show_sphinx -%} + {% trans %}<a href="https://www.sphinx-doc.org/">Sphinx</a> and {% endtrans -%} + <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s + {% endif -%} + {% trans %} + <a href="https://github.com/pradyunsg/furo">Furo</a> + {% endtrans %} + {%- if last_updated -%} + <div class="last-updated"> + {% trans last_updated=last_updated|e -%} + Last updated on {{ last_updated }} + {%- endtrans -%} + </div> + {%- endif %} + {# start of AWS modification of Furo template #} + <div class="legal-info"> + <script type="text/javascript" src="{{ pathto('_static/shortbreadv1.js',1 ) }}"></script> + <script type="text/javascript"> + const shortbread = AWSCShortbread({ + domain: ".amazonaws.com", + }); + shortbread.checkForCookieConsent(); + </script> + <a href="http://aws.amazon.com/privacy">Privacy</a> | <a href="http://aws.amazon.com/terms">Site Terms</a> | <a + href="#" onclick="shortbread.customizeCookies();">Cookie preferences</a> + </div> + {# end of AWS modification of Furo template #} + </div> + <div class="right-details"> + {% if theme_footer_icons or READTHEDOCS -%} + <div class="icons"> + {% if theme_footer_icons -%} + {% for icon_dict in theme_footer_icons -%} + <a class="muted-link {{ icon_dict.class }}" href="{{ icon_dict.url }}" aria-label="{{ icon_dict.name }}"> + {{- icon_dict.html -}} + </a> + {% endfor %} + {%- else -%} + {#- Show Read the Docs project -#} + {%- if READTHEDOCS and slug -%} + <a class="muted-link" href="https://readthedocs.org/projects/{{ slug }}" aria-label="On Read the Docs"> + <svg x="0px" y="0px" viewBox="-125 217 360 360" xml:space="preserve"> + <path fill="currentColor" d="M39.2,391.3c-4.2,0.6-7.1,4.4-6.5,8.5c0.4,3,2.6,5.5,5.5,6.3 c0,0,18.5,6.1,50,8.7c25.3,2.1,54-1.8,54-1.8c4.2-0.1,7.5-3.6,7.4-7.8c-0.1-4.2-3.6-7.5-7.8-7.4c-0.5,0-1,0.1-1.5,0.2 c0,0-28.1,3.5-50.9,1.6c-30.1-2.4-46.5-7.9-46.5-7.9C41.7,391.3,40.4,391.1,39.2,391.3z M39.2,353.6c-4.2,0.6-7.1,4.4-6.5,8.5 c0.4,3,2.6,5.5,5.5,6.3c0,0,18.5,6.1,50,8.7c25.3,2.1,54-1.8,54-1.8c4.2-0.1,7.5-3.6,7.4-7.8c-0.1-4.2-3.6-7.5-7.8-7.4 c-0.5,0-1,0.1-1.5,0.2c0,0-28.1,3.5-50.9,1.6c-30.1-2.4-46.5-7.9-46.5-7.9C41.7,353.6,40.4,353.4,39.2,353.6z M39.2,315.9 c-4.2,0.6-7.1,4.4-6.5,8.5c0.4,3,2.6,5.5,5.5,6.3c0,0,18.5,6.1,50,8.7c25.3,2.1,54-1.8,54-1.8c4.2-0.1,7.5-3.6,7.4-7.8 c-0.1-4.2-3.6-7.5-7.8-7.4c-0.5,0-1,0.1-1.5,0.2c0,0-28.1,3.5-50.9,1.6c-30.1-2.4-46.5-7.9-46.5-7.9 C41.7,315.9,40.4,315.8,39.2,315.9z M39.2,278.3c-4.2,0.6-7.1,4.4-6.5,8.5c0.4,3,2.6,5.5,5.5,6.3c0,0,18.5,6.1,50,8.7 c25.3,2.1,54-1.8,54-1.8c4.2-0.1,7.5-3.6,7.4-7.8c-0.1-4.2-3.6-7.5-7.8-7.4c-0.5,0-1,0.1-1.5,0.2c0, 0-28.1,3.5-50.9,1.6 c-30.1-2.4-46.5-7.9-46.5-7.9C41.7,278.2,40.4,278.1,39.2,278.3z M-13.6,238.5c-39.6,0.3-54.3,12.5-54.3,12.5v295.7 c0,0,14.4-12.4,60.8-10.5s55.9,18.2,112.9,19.3s71.3-8.8,71.3-8.8l0.8-301.4c0,0-25.6,7.3-75.6,7.7c-49.9,0.4-61.9-12.7-107.7-14.2 C-8.2,238.6-10.9,238.5-13.6,238.5z M19.5,257.8c0,0,24,7.9,68.3,10.1c37.5,1.9,75-3.7,75-3.7v267.9c0,0-19,10-66.5,6.6 C59.5,536.1,19,522.1,19,522.1L19.5,257.8z M-3.6,264.8c4.2,0,7.7,3.4,7.7,7.7c0,4.2-3.4,7.7-7.7,7.7c0,0-12.4,0.1-20,0.8 c-12.7,1.3-21.4,5.9-21.4,5.9c-3.7,2-8.4,0.5-10.3-3.2c-2-3.7-0.5-8.4,3.2-10.3c0,0,0,0,0,0c0,0,11.3-6,27-7.5 C-16,264.9-3.6,264.8-3.6,264.8z M-11,302.6c4.2-0.1,7.4,0,7.4,0c4.2,0.5,7.2,4.3,6.7,8.5c-0.4,3.5-3.2,6.3-6.7,6.7 c0,0-12.4,0.1-20,0.8c-12.7,1.3-21.4,5.9-21.4,5.9c-3.7,2-8.4,0.5-10.3-3.2c-2-3.7-0.5-8.4,3.2-10.3c0,0,11.3-6,27-7.5 C-20.5,302.9-15.2,302.7-11,302.6z M-3.6,340.2c4.2,0,7.7,3.4,7.7,7.7s-3.4,7.7-7.7,7.7c0,0-12.4-0.1-20,0.7 c-12.7,1.3-21.4,5.9-21.4,5.9c-3.7,2-8.4,0.5-10.3-3.2c-2-3.7-0.5-8 .4,3.2-10.3c0,0,11.3-6,27-7.5C-16,340.1-3.6,340.2-3.6,340.2z" /> + </svg> + </a> + {%- endif -%} + {#- Show GitHub repository home -#} + {%- if READTHEDOCS and display_github and github_user != "None" and github_repo != "None" -%} + <a class="muted-link" href="https://github.com/{{ github_user }}/{{ github_repo }}" aria-label="On GitHub"> + <svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 16 16"> + <path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path> + </svg> + </a> + {%- endif -%} + {%- endif %} + </div> + {%- endif %} + </div> + </div> + {% endblock footer %} + </footer> + </div> + <aside class="toc-drawer{% if furo_hide_toc %} no-toc{% endif %}"> + {% block right_sidebar %} + {% if not furo_hide_toc %} + <div class="toc-sticky toc-scroll"> + <div class="sidebar-div show-div-md justify-content-left"> + <label class="nav-close-icon" id="toc-menu-close" for="__toc" tabindex="0"> + <div class="visually-hidden">Toggle site table of content right sidebar</div> + <i class="icon"><svg><use href="#svg-close"></use></svg></i> + </label> + </div> + <div class="toc-title-container"> + <span class="toc-title"> + {{ _("On this page") }} + </span> + </div> + <div class="toc-tree-container"> + <div class="toc-tree"> + {{ toc }} + </div> + </div> + </div> + {% endif %} + {% endblock right_sidebar %} + </aside> + </div> </div> -</div> -{% endblock footer %} +{%- endblock %} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/docs/source/_templates/sidebar/close-icon.html new/boto3-1.26.144/docs/source/_templates/sidebar/close-icon.html --- old/boto3-1.26.130/docs/source/_templates/sidebar/close-icon.html 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.26.144/docs/source/_templates/sidebar/close-icon.html 2023-05-31 20:13:12.000000000 +0200 @@ -0,0 +1,6 @@ +<div class="sidebar-div show-div-sm justify-content-right"> + <label class="nav-close-icon" id="nav-menu-close" for="__navigation" tabindex="0"> + <div class="visually-hidden">Toggle site navigation sidebar</div> + <i class="icon"><svg><use href="#svg-close"></use></svg></i> + </label> +</div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/docs/source/conf.py new/boto3-1.26.144/docs/source/conf.py --- old/boto3-1.26.130/docs/source/conf.py 2023-05-08 20:07:34.000000000 +0200 +++ new/boto3-1.26.144/docs/source/conf.py 2023-05-31 20:13:12.000000000 +0200 @@ -19,6 +19,12 @@ import boto3.session from boto3.docs import generate_docs +try: + from botocore.docs.translator import BotoHTML5Translator + CUSTOM_HTML_TRANSLATOR = BotoHTML5Translator +except ImportError: + CUSTOM_HTML_TRANSLATOR = None + session = boto3.session.Session(region_name='us-east-1') generate_docs(os.path.dirname(os.path.abspath(__file__)), session) @@ -178,6 +184,7 @@ html_show_sourcelink = False html_sidebars = { "**": [ + "sidebar/close-icon.html", "sidebar/brand.html", "sidebar/search.html", "sidebar/scroll-start.html", @@ -296,3 +303,9 @@ #texinfo_show_urls = 'footnote' autoclass_content = 'both' + + +def setup(app): + # Register our custom HTML translator. + if CUSTOM_HTML_TRANSLATOR: + app.set_translator("html", CUSTOM_HTML_TRANSLATOR) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/setup.cfg new/boto3-1.26.144/setup.cfg --- old/boto3-1.26.130/setup.cfg 2023-05-08 20:07:34.000000000 +0200 +++ new/boto3-1.26.144/setup.cfg 2023-05-31 20:13:12.000000000 +0200 @@ -3,7 +3,7 @@ [metadata] requires_dist = - botocore>=1.29.130,<1.30.0 + botocore>=1.29.144,<1.30.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.26.130/setup.py new/boto3-1.26.144/setup.py --- old/boto3-1.26.130/setup.py 2023-05-08 20:07:34.000000000 +0200 +++ new/boto3-1.26.144/setup.py 2023-05-31 20:13:12.000000000 +0200 @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.29.130,<1.30.0', + 'botocore>=1.29.144,<1.30.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]