From eee34426368e1d1feaca6a8412c4556742bac16fef338276ae56e49e453205a2 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 5 Aug 2021 11:40:46 +0000 Subject: [PATCH] Accepting request 908683 from home:glaubitz:branches:devel:languages:python:aws - Version update to 1.21.7 * api-change:``s3control``: S3 Access Point aliases can be used anywhere you use S3 bucket names to access data in S3 * api-change:``textract``: Adds support for AnalyzeExpense, a new API to extract relevant data such as contact information, items purchased, and vendor name, from almost any invoice or receipt without the need for any templates or configuration. * api-change:``proton``: Documentation-only update links * api-change:``identitystore``: Documentation updates for SSO API Ref. * api-change:``cloudwatch``: Update cloudwatch client to latest version * api-change:``synthetics``: CloudWatch Synthetics now supports visual testing in its canaries. - from version 1.21.6 * api-change:``securityhub``: Added product name, company name, and Region fields for security findings. Added details objects for RDS event subscriptions and AWS ECS services. Added fields to the details for AWS Elasticsearch domains. * api-change:``imagebuilder``: Update to documentation to reapply missing change to SSM uninstall switch default value and improve description. * api-change:``s3outposts``: Add on-premise access type support for endpoints - from version 1.21.5 * api-change:``medialive``: MediaLive now supports passing through style data on WebVTT caption outputs. * api-change:``databrew``: This SDK release adds two new features: 1) Output to Native JDBC destinations and 2) Adding configurations to profile jobs * api-change:``elbv2``: Update elbv2 client to latest version * api-change:``s3control``: Documentation updates for Amazon S3-control * api-change:``ec2``: This release allows customers to assign prefixes to their elastic network interface and to reserve IP blocks in their subnet CIDRs. These reserved blocks can be used to assign prefixes to elastic network interfaces or be excluded from auto-assignment. OBS-URL: https://build.opensuse.org/request/show/908683 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=103 --- botocore-1.20.112.tar.gz | 3 -- botocore-1.21.7.tar.gz | 3 ++ python-botocore.changes | 90 ++++++++++++++++++++++++++++++++++++++++ python-botocore.spec | 8 +--- 4 files changed, 94 insertions(+), 10 deletions(-) delete mode 100644 botocore-1.20.112.tar.gz create mode 100644 botocore-1.21.7.tar.gz diff --git a/botocore-1.20.112.tar.gz b/botocore-1.20.112.tar.gz deleted file mode 100644 index d1bcf2f..0000000 --- a/botocore-1.20.112.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0b9b70b6eb5b65bb7162da2aaf04b6b086b15cc7ea322ddc3ef2f5e07944dcf -size 7917776 diff --git a/botocore-1.21.7.tar.gz b/botocore-1.21.7.tar.gz new file mode 100644 index 0000000..3e1770e --- /dev/null +++ b/botocore-1.21.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf399d21170bb899e00d2a693bddcc79e61471fbfead8500a65578700a3190a +size 7977343 diff --git a/python-botocore.changes b/python-botocore.changes index 59519da..f3b89d2 100644 --- a/python-botocore.changes +++ b/python-botocore.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Tue Jul 27 12:39:08 UTC 2021 - John Paul Adrian Glaubitz + +- Version update to 1.21.7 + * api-change:``s3control``: S3 Access Point aliases can be used anywhere you + use S3 bucket names to access data in S3 + * api-change:``textract``: Adds support for AnalyzeExpense, a new API to extract + relevant data such as contact information, items purchased, and vendor name, + from almost any invoice or receipt without the need for any templates or + configuration. + * api-change:``proton``: Documentation-only update links + * api-change:``identitystore``: Documentation updates for SSO API Ref. + * api-change:``cloudwatch``: Update cloudwatch client to latest version + * api-change:``synthetics``: CloudWatch Synthetics now supports visual + testing in its canaries. +- from version 1.21.6 + * api-change:``securityhub``: Added product name, company name, and Region fields for + security findings. Added details objects for RDS event subscriptions and AWS ECS + services. Added fields to the details for AWS Elasticsearch domains. + * api-change:``imagebuilder``: Update to documentation to reapply missing change to + SSM uninstall switch default value and improve description. + * api-change:``s3outposts``: Add on-premise access type support for endpoints +- from version 1.21.5 + * api-change:``medialive``: MediaLive now supports passing through style data + on WebVTT caption outputs. + * api-change:``databrew``: This SDK release adds two new features: 1) Output to + Native JDBC destinations and 2) Adding configurations to profile jobs + * api-change:``elbv2``: Update elbv2 client to latest version + * api-change:``s3control``: Documentation updates for Amazon S3-control + * api-change:``ec2``: This release allows customers to assign prefixes to their + elastic network interface and to reserve IP blocks in their subnet CIDRs. These + reserved blocks can be used to assign prefixes to elastic network interfaces or + be excluded from auto-assignment. + * api-change:``qldb``: Amazon QLDB now supports ledgers encrypted with customer + managed KMS keys. Changes in CreateLedger, UpdateLedger and DescribeLedger APIs + to support the changes. +- from version 1.21.4 + * api-change:``kendra``: Amazon Kendra now provides a data source connector for + Amazon WorkDocs. For more information, see + https://docs.aws.amazon.com/kendra/latest/dg/data-source-workdocs.html + * api-change:``proton``: Documentation updates for AWS Proton + * api-change:``iam``: Documentation updates for AWS Identity and Access Management (IAM). + * api-change:``rds``: Adds the OriginalSnapshotCreateTime field to the DBSnapshot response + object. This field timestamps the underlying data of a snapshot and doesn't change when + the snapshot is copied. + * api-change:``elbv2``: Update elbv2 client to latest version + * api-change:``lambda``: New ResourceConflictException error code for PutFunctionEventInvokeConfig, + UpdateFunctionEventInvokeConfig, and DeleteFunctionEventInvokeConfig operations. + * api-change:``codebuild``: AWS CodeBuild now allows you to set the access permissions for build + artifacts, project artifacts, and log files that are uploaded to an Amazon S3 bucket that is + owned by another account. + * api-change:``personalize``: My AWS Service (placeholder) - Making minProvisionedTPS an optional + parameter when creating a campaign. If not provided, it defaults to 1. + * api-change:``emr``: Update emr client to latest version +- from version 1.21.3 + * api-change:``compute-optimizer``: Documentation updates for Compute Optimizer + * api-change:``ec2``: Added idempotency to the CreateVolume API using the ClientToken + request parameter +- from version 1.21.2 + * api-change:``imagebuilder``: Documentation updates for reversal of default value for additional + instance configuration SSM switch, plus improved descriptions for semantic versioning. + * api-change:``directconnect``: Documentation updates for directconnect + * api-change:``health``: In the Health API, the maximum number of entities for the EventFilter and + EntityFilter data types has changed from 100 to 99. This change is related to an internal + optimization of the AWS Health service. + * api-change:``robomaker``: This release allows customers to create a new version of WorldTemplates + with support for Doors. + * api-change:``location``: Add five new API operations: UpdateGeofenceCollection, UpdateMap, + UpdatePlaceIndex, UpdateRouteCalculator, UpdateTracker. + * api-change:``emr-containers``: Updated DescribeManagedEndpoint and ListManagedEndpoints to return + failureReason and stateDetails in API response. +- from version 1.21.1 + * api-change:``appintegrations``: Documentation update for AppIntegrations Service + * api-change:``chime``: This SDK release adds Account Status as one of the attributes in Account API response + * api-change:``auditmanager``: This release relaxes the S3 URL character restrictions in AWS Audit Manager. + Regex patterns have been updated for the following attributes: s3RelativePath, destination, and s3ResourcePath. + 'AWS' terms have also been replaced with entities to align with China Rebrand documentation efforts. +- from version 1.21.0 + * api-change:``ec2``: This feature enables customers to specify weekly recurring time window(s) for scheduled + events that reboot, stop or terminate EC2 instances. + * api-change:``cognito-idp``: Documentation updates for cognito-idp + * api-change:``ecs``: Documentation updates for support of awsvpc mode on Windows. + * api-change:``lex-models``: Lex now supports the en-IN locale + * api-change:``iotsitewise``: Update the default endpoint for the APIs used to manage asset models, assets, gateways, + tags, and account configurations. If you have firewalls with strict egress rules, configure the rules to grant + you access to api.iotsitewise.[region].amazonaws.com or api.iotsitewise.[cn-region].amazonaws.com.cn. + * feature:Python: Dropped support for Python 2.7 +- Disable Python2 builds for all SUSE distributions +- Remove Python2 build dependencies from spec file + ------------------------------------------------------------------- Wed Jul 21 09:57:19 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-botocore.spec b/python-botocore.spec index 8d20bca..a1f2f39 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -17,11 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%if 0%{?suse_version} >= 1500 %define skip_python2 1 -%endif Name: python-botocore -Version: 1.20.112 +Version: 1.21.7 Release: 0 Summary: Python interface for AWS License: Apache-2.0 @@ -45,10 +43,6 @@ Requires: python-six Requires: python-urllib3 < 1.27 Requires: python-urllib3 >= 1.25.4 BuildArch: noarch -%if 0%{?suse_version} <= 1315 -# We need the ssl module, which is provided by python and not python-base -BuildRequires: python -%endif # SECTION Testing requirements BuildRequires: %{python_module mock >= 1.3.0} BuildRequires: %{python_module nose >= 1.3.7}