diff --git a/botocore-1.29.41.tar.gz b/botocore-1.29.41.tar.gz deleted file mode 100644 index cea205a..0000000 --- a/botocore-1.29.41.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78761227d986d393956b6d08fdadcfe142748828e0e9db33f2f4c42a482dcd35 -size 10741587 diff --git a/botocore-1.29.45.tar.gz b/botocore-1.29.45.tar.gz new file mode 100644 index 0000000..895d39a --- /dev/null +++ b/botocore-1.29.45.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ae03e591ff25555854aa338da35190ffe18c0b1be2ebf5cfb277164233691f +size 10749632 diff --git a/python-botocore.changes b/python-botocore.changes index b744197..5df50d2 100644 --- a/python-botocore.changes +++ b/python-botocore.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Mon Jan 9 08:24:42 UTC 2023 - Dirk Müller + +- correct requires +- update to 1.29.45: + * api-change:``acm-pca``: Added revocation parameter validation: bucket names + must match S3 bucket naming rules and CNAMEs conform to RFC2396 restrictions + on the use of special characters in URIs. + * api-change:``auditmanager``: This release introduces a new data retention + option in your Audit Manager settings. You can now use the + DeregistrationPolicy parameter to specify if you want to delete your data + when you deregister Audit Manager. + * api-change:``amplifybackend``: Updated GetBackendAPIModels response to + include ModelIntrospectionSchema json string + * api-change:``apprunner``: This release adds support of securely referencing + secrets and configuration data that are stored in Secrets Manager and SSM + Parameter Store by adding them as environment secrets in your App Runner + service. + * api-change:``connect``: Documentation update for a new Initiation Method + value in DescribeContact API + * api-change:``emr-serverless``: Adds support for customized images. You can + now provide runtime images when creating or updating EMR Serverless + Applications. + * api-change:``lightsail``: Documentation updates for Amazon Lightsail. + * api-change:``mwaa``: MWAA supports Apache Airflow version 2.4.3. + * api-change:``rds``: This release adds support for specifying which + certificate authority (CA) to use for a DB instance's server certificate + during DB instance creation, as well as other CA enhancements. + * api-change:``application-autoscaling``: Customers can now use the existing + DescribeScalingActivities API to also see the detailed and machine-readable + reasons for Application Auto Scaling not scaling their resources and, if + needed, take the necessary corrective actions. + * api-change:``logs``: Update to remove sequenceToken as a required field in + PutLogEvents calls. + * api-change:``ssm``: Adding support for QuickSetup Document Type in Systems + Manager + * api-change:``securitylake``: Allow CreateSubscriber API to take string input + that allows setting more descriptive SubscriberDescription field. Make + souceTypes field required in model level for UpdateSubscriberRequest as it is + required for every API call on the backend. Allow ListSubscribers take any + String as nextToken param. + ------------------------------------------------------------------- Mon Jan 2 12:19:48 UTC 2023 - John Paul Adrian Glaubitz diff --git a/python-botocore.spec b/python-botocore.spec index ddbd600..e8855eb 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -28,7 +28,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-botocore%{?psuffix} -Version: 1.29.41 +Version: 1.29.45 Release: 0 Summary: Python interface for AWS License: Apache-2.0 @@ -37,14 +37,11 @@ Source: https://files.pythonhosted.org/packages/source/b/botocore/botoco BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-jmespath < 1.0.0 -Requires: python-jmespath >= 0.7.1 -Requires: python-python-dateutil < 3.0.0 -Requires: python-python-dateutil >= 2.1 Requires: python-requests Requires: python-six -Requires: python-urllib3 < 1.27 -Requires: python-urllib3 >= 1.25.4 +Requires: (python-jmespath >= 0.7.1 with python-jmespath < 2.0.0) +Requires: (python-python-dateutil >= 2.1 with python-python-dateutil < 3.0.0) +Requires: (python-urllib3 >= 1.25.4 with python-urllib3 < 1.27) BuildArch: noarch %if %{with test} BuildRequires: %{python_module botocore = %{version}}