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 2022-05-18 17:48:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-boto3 (Old) and /work/SRC/openSUSE:Factory/.python-boto3.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-boto3" Wed May 18 17:48:10 2022 rev:69 rq:977741 version:1.23.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-boto3/python-boto3.changes 2022-05-15 19:00:18.970402642 +0200 +++ /work/SRC/openSUSE:Factory/.python-boto3.new.1538/python-boto3.changes 2022-05-18 17:48:11.290834794 +0200 @@ -1,0 +2,52 @@ +Tue May 17 09:13:34 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to version 1.23.1 + * api-change:``resiliencehub``: [``botocore``] In this release, we are introducing support for + Amazon Elastic Container Service, Amazon Route 53, AWS Elastic Disaster Recovery, AWS Backup in + addition to the existing supported Services. This release also supports Terraform file input from + S3 and scheduling daily assessments + * api-change:``servicecatalog``: [``botocore``] Updated the descriptions for the + ListAcceptedPortfolioShares API description and the PortfolioShareType parameters. + * api-change:``discovery``: [``botocore``] Add Migration Evaluator Collector details to the + GetDiscoverySummary API response + * api-change:``sts``: [``botocore``] Documentation updates for AWS Security Token Service. + * api-change:``workspaces-web``: [``botocore``] Amazon WorkSpaces Web now supports Administrator + timeout control + * api-change:``rekognition``: [``botocore``] Documentation updates for Amazon Rekognition. + * api-change:``cloudfront``: [``botocore``] Introduced a new error + (TooLongCSPInResponseHeadersPolicy) that is returned when the value of the Content-Security-Policy + header in a response headers policy exceeds the maximum allowed length. +- from version 1.23.0 + * feature:Loaders: [``botocore``] Support for loading gzip compressed model files. + * api-change:``grafana``: [``botocore``] This release adds APIs for creating and deleting API keys + in an Amazon Managed Grafana workspace. +- from version 1.22.13 + * api-change:``ivschat``: [``botocore``] Documentation-only updates for IVS Chat API Reference. + * api-change:``lambda``: [``botocore``] Lambda releases NodeJs 16 managed runtime to be available + in all commercial regions. + * api-change:``kendra``: [``botocore``] Amazon Kendra now provides a data source connector for + Jira. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-jira.html + * api-change:``transfer``: [``botocore``] AWS Transfer Family now accepts ECDSA keys for server + host keys + * api-change:``iot``: [``botocore``] Documentation update for China region ListMetricValues for IoT + * api-change:``workspaces``: [``botocore``] Increased the character limit of the login message from + 600 to 850 characters. + * api-change:``finspace-data``: [``botocore``] We've now deprecated CreateSnapshot permission for + creating a data view, instead use CreateDataView permission. + * api-change:``lightsail``: [``botocore``] This release adds support to include inactive database + bundles in the response of the GetRelationalDatabaseBundles request. + * api-change:``outposts``: [``botocore``] Documentation updates for AWS Outposts. + * api-change:``ec2``: [``botocore``] This release introduces a target type Gateway Load Balancer + Endpoint for mirrored traffic. Customers can now specify GatewayLoadBalancerEndpoint option during + the creation of a traffic mirror target. + * api-change:``ssm-incidents``: [``botocore``] Adding support for dynamic SSM Runbook parameter + values. Updating validation pattern for engagements. Adding ConflictException to + UpdateReplicationSet API contract. +- from version 1.22.12 + * api-change:``secretsmanager``: [``botocore``] Doc only update for Secrets Manager that fixes + several customer-reported issues. + * api-change:``ec2``: [``botocore``] This release updates AWS PrivateLink APIs to support IPv6 for + PrivateLink Services and Endpoints of type 'Interface'. +- Update BuildRequires and Requires from setup.py + +------------------------------------------------------------------- Old: ---- 1.22.11.tar.gz New: ---- 1.23.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-boto3.spec ++++++ --- /var/tmp/diff_new_pack.qKDvlF/_old 2022-05-18 17:48:11.962835364 +0200 +++ /var/tmp/diff_new_pack.qKDvlF/_new 2022-05-18 17:48:11.966835367 +0200 @@ -19,15 +19,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-boto3 -Version: 1.22.11 +Version: 1.23.1 Release: 0 Summary: Amazon Web Services Library License: Apache-2.0 URL: https://github.com/boto/boto3 Source: https://github.com/boto/boto3/archive/%{version}.tar.gz # Related test dependencies -BuildRequires: %{python_module botocore < 1.26.0} -BuildRequires: %{python_module botocore >= 1.25.11} +BuildRequires: %{python_module botocore < 1.27.0} +BuildRequires: %{python_module botocore >= 1.26.1} BuildRequires: %{python_module pytest >= 6.2.5} BuildRequires: %{python_module s3transfer < 0.6.0} BuildRequires: %{python_module s3transfer >= 0.5.0} @@ -35,8 +35,8 @@ BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-botocore < 1.26.0 -Requires: python-botocore >= 1.25.11 +Requires: python-botocore < 1.27.0 +Requires: python-botocore >= 1.26.1 Requires: python-jmespath < 1.0.0 Requires: python-jmespath >= 0.7.1 Requires: python-s3transfer < 0.6.0 ++++++ 1.22.11.tar.gz -> 1.23.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.22.11/.changes/1.22.12.json new/boto3-1.23.1/.changes/1.22.12.json --- old/boto3-1.22.11/.changes/1.22.12.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.23.1/.changes/1.22.12.json 2022-05-16 20:07:01.000000000 +0200 @@ -0,0 +1,12 @@ +[ + { + "category": "``secretsmanager``", + "description": "[``botocore``] Doc only update for Secrets Manager that fixes several customer-reported issues.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'.", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.22.11/.changes/1.22.13.json new/boto3-1.23.1/.changes/1.22.13.json --- old/boto3-1.22.11/.changes/1.22.13.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.23.1/.changes/1.22.13.json 2022-05-16 20:07:01.000000000 +0200 @@ -0,0 +1,57 @@ +[ + { + "category": "``ivschat``", + "description": "[``botocore``] Documentation-only updates for IVS Chat API Reference.", + "type": "api-change" + }, + { + "category": "``lambda``", + "description": "[``botocore``] Lambda releases NodeJs 16 managed runtime to be available in all commercial regions.", + "type": "api-change" + }, + { + "category": "``kendra``", + "description": "[``botocore``] Amazon Kendra now provides a data source connector for Jira. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-jira.html", + "type": "api-change" + }, + { + "category": "``transfer``", + "description": "[``botocore``] AWS Transfer Family now accepts ECDSA keys for server host keys", + "type": "api-change" + }, + { + "category": "``iot``", + "description": "[``botocore``] Documentation update for China region ListMetricValues for IoT", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "[``botocore``] Increased the character limit of the login message from 600 to 850 characters.", + "type": "api-change" + }, + { + "category": "``finspace-data``", + "description": "[``botocore``] We've now deprecated CreateSnapshot permission for creating a data view, instead use CreateDataView permission.", + "type": "api-change" + }, + { + "category": "``lightsail``", + "description": "[``botocore``] This release adds support to include inactive database bundles in the response of the GetRelationalDatabaseBundles request.", + "type": "api-change" + }, + { + "category": "``outposts``", + "description": "[``botocore``] Documentation updates for AWS Outposts.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] This release introduces a target type Gateway Load Balancer Endpoint for mirrored traffic. Customers can now specify GatewayLoadBalancerEndpoint option during the creation of a traffic mirror target.", + "type": "api-change" + }, + { + "category": "``ssm-incidents``", + "description": "[``botocore``] Adding support for dynamic SSM Runbook parameter values. Updating validation pattern for engagements. Adding ConflictException to UpdateReplicationSet API contract.", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.22.11/.changes/1.23.0.json new/boto3-1.23.1/.changes/1.23.0.json --- old/boto3-1.22.11/.changes/1.23.0.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.23.1/.changes/1.23.0.json 2022-05-16 20:07:01.000000000 +0200 @@ -0,0 +1,12 @@ +[ + { + "category": "Loaders", + "description": "[``botocore``] Support for loading gzip compressed model files.", + "type": "feature" + }, + { + "category": "``grafana``", + "description": "[``botocore``] This release adds APIs for creating and deleting API keys in an Amazon Managed Grafana workspace.", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.22.11/.changes/1.23.1.json new/boto3-1.23.1/.changes/1.23.1.json --- old/boto3-1.22.11/.changes/1.23.1.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.23.1/.changes/1.23.1.json 2022-05-16 20:07:01.000000000 +0200 @@ -0,0 +1,37 @@ +[ + { + "category": "``resiliencehub``", + "description": "[``botocore``] In this release, we are introducing support for Amazon Elastic Container Service, Amazon Route 53, AWS Elastic Disaster Recovery, AWS Backup in addition to the existing supported Services. This release also supports Terraform file input from S3 and scheduling daily assessments", + "type": "api-change" + }, + { + "category": "``servicecatalog``", + "description": "[``botocore``] Updated the descriptions for the ListAcceptedPortfolioShares API description and the PortfolioShareType parameters.", + "type": "api-change" + }, + { + "category": "``discovery``", + "description": "[``botocore``] Add Migration Evaluator Collector details to the GetDiscoverySummary API response", + "type": "api-change" + }, + { + "category": "``sts``", + "description": "[``botocore``] Documentation updates for AWS Security Token Service.", + "type": "api-change" + }, + { + "category": "``workspaces-web``", + "description": "[``botocore``] Amazon WorkSpaces Web now supports Administrator timeout control", + "type": "api-change" + }, + { + "category": "``rekognition``", + "description": "[``botocore``] Documentation updates for Amazon Rekognition.", + "type": "api-change" + }, + { + "category": "``cloudfront``", + "description": "[``botocore``] Introduced a new error (TooLongCSPInResponseHeadersPolicy) that is returned when the value of the Content-Security-Policy header in a response headers policy exceeds the maximum allowed length.", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.22.11/.pre-commit-config.yaml new/boto3-1.23.1/.pre-commit-config.yaml --- old/boto3-1.22.11/.pre-commit-config.yaml 2022-05-10 20:07:00.000000000 +0200 +++ new/boto3-1.23.1/.pre-commit-config.yaml 2022-05-16 20:07:01.000000000 +0200 @@ -1,19 +1,19 @@ exclude: ^(.github|.changes|docs/|boto3/compat.py|boto3/data|CHANGELOG.rst) repos: - repo: 'https://github.com/pre-commit/pre-commit-hooks' - rev: v2.3.0 + rev: v4.2.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: 'https://github.com/asottile/pyupgrade' - rev: v2.29.0 + rev: v2.32.1 hooks: - id: pyupgrade args: - '--py36-plus' - repo: 'https://github.com/PyCQA/isort' - rev: 5.9.3 + rev: 5.10.1 hooks: - id: isort - repo: 'https://github.com/psf/black' @@ -21,6 +21,6 @@ hooks: - id: black - repo: 'https://github.com/pycqa/flake8' - rev: 3.9.2 + rev: 4.0.1 hooks: - id: flake8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.22.11/CHANGELOG.rst new/boto3-1.23.1/CHANGELOG.rst --- old/boto3-1.22.11/CHANGELOG.rst 2022-05-10 20:07:00.000000000 +0200 +++ new/boto3-1.23.1/CHANGELOG.rst 2022-05-16 20:07:01.000000000 +0200 @@ -2,6 +2,48 @@ CHANGELOG ========= +1.23.1 +====== + +* api-change:``resiliencehub``: [``botocore``] In this release, we are introducing support for Amazon Elastic Container Service, Amazon Route 53, AWS Elastic Disaster Recovery, AWS Backup in addition to the existing supported Services. This release also supports Terraform file input from S3 and scheduling daily assessments +* api-change:``servicecatalog``: [``botocore``] Updated the descriptions for the ListAcceptedPortfolioShares API description and the PortfolioShareType parameters. +* api-change:``discovery``: [``botocore``] Add Migration Evaluator Collector details to the GetDiscoverySummary API response +* api-change:``sts``: [``botocore``] Documentation updates for AWS Security Token Service. +* api-change:``workspaces-web``: [``botocore``] Amazon WorkSpaces Web now supports Administrator timeout control +* api-change:``rekognition``: [``botocore``] Documentation updates for Amazon Rekognition. +* api-change:``cloudfront``: [``botocore``] Introduced a new error (TooLongCSPInResponseHeadersPolicy) that is returned when the value of the Content-Security-Policy header in a response headers policy exceeds the maximum allowed length. + + +1.23.0 +====== + +* feature:Loaders: [``botocore``] Support for loading gzip compressed model files. +* api-change:``grafana``: [``botocore``] This release adds APIs for creating and deleting API keys in an Amazon Managed Grafana workspace. + + +1.22.13 +======= + +* api-change:``ivschat``: [``botocore``] Documentation-only updates for IVS Chat API Reference. +* api-change:``lambda``: [``botocore``] Lambda releases NodeJs 16 managed runtime to be available in all commercial regions. +* api-change:``kendra``: [``botocore``] Amazon Kendra now provides a data source connector for Jira. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-jira.html +* api-change:``transfer``: [``botocore``] AWS Transfer Family now accepts ECDSA keys for server host keys +* api-change:``iot``: [``botocore``] Documentation update for China region ListMetricValues for IoT +* api-change:``workspaces``: [``botocore``] Increased the character limit of the login message from 600 to 850 characters. +* api-change:``finspace-data``: [``botocore``] We've now deprecated CreateSnapshot permission for creating a data view, instead use CreateDataView permission. +* api-change:``lightsail``: [``botocore``] This release adds support to include inactive database bundles in the response of the GetRelationalDatabaseBundles request. +* api-change:``outposts``: [``botocore``] Documentation updates for AWS Outposts. +* api-change:``ec2``: [``botocore``] This release introduces a target type Gateway Load Balancer Endpoint for mirrored traffic. Customers can now specify GatewayLoadBalancerEndpoint option during the creation of a traffic mirror target. +* api-change:``ssm-incidents``: [``botocore``] Adding support for dynamic SSM Runbook parameter values. Updating validation pattern for engagements. Adding ConflictException to UpdateReplicationSet API contract. + + +1.22.12 +======= + +* api-change:``secretsmanager``: [``botocore``] Doc only update for Secrets Manager that fixes several customer-reported issues. +* api-change:``ec2``: [``botocore``] This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'. + + 1.22.11 ======= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.22.11/boto3/__init__.py new/boto3-1.23.1/boto3/__init__.py --- old/boto3-1.22.11/boto3/__init__.py 2022-05-10 20:07:00.000000000 +0200 +++ new/boto3-1.23.1/boto3/__init__.py 2022-05-16 20:07:01.000000000 +0200 @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.22.11' +__version__ = '1.23.1' # The default Boto3 session; autoloaded when needed. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.22.11/setup.cfg new/boto3-1.23.1/setup.cfg --- old/boto3-1.22.11/setup.cfg 2022-05-10 20:07:00.000000000 +0200 +++ new/boto3-1.23.1/setup.cfg 2022-05-16 20:07:01.000000000 +0200 @@ -3,7 +3,7 @@ [metadata] requires_dist = - botocore>=1.25.11,<1.26.0 + botocore>=1.26.1,<1.27.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.5.0,<0.6.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.22.11/setup.py new/boto3-1.23.1/setup.py --- old/boto3-1.22.11/setup.py 2022-05-10 20:07:00.000000000 +0200 +++ new/boto3-1.23.1/setup.py 2022-05-16 20:07:01.000000000 +0200 @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.25.11,<1.26.0', + 'botocore>=1.26.1,<1.27.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.5.0,<0.6.0', ]