diff --git a/moto-5.0.22.tar.gz b/moto-5.0.23.tar.gz similarity index 46% rename from moto-5.0.22.tar.gz rename to moto-5.0.23.tar.gz index 39fa3d19cbabba6a8f7d2c4f5d33a6f386ddaad1..a71eb8480eebb7fc35a2fdadbabba6891a68dffe 100644 Binary files a/moto-5.0.22.tar.gz and b/moto-5.0.23.tar.gz differ diff --git a/python-moto.spec b/python-moto.spec index 4ccf51f7426cb2a2a5243b486ce26f6aaf79573a..56c554f21ad1b1ef078e4381f0826ba528ad479b 100644 --- a/python-moto.spec +++ b/python-moto.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-moto -Version: 5.0.22 +Version: 5.0.23 Release: 1 Summary: A library that allows your python tests to easily mock out the boto library License: Apache-2.0 URL: https://github.com/spulec/moto -Source0: %{url}/archive/%{version}/moto-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/07/a6/0a970920b4fcb95ff1914e2f58f1c54d3a813ec4746ffee97b4289a218e0/moto-5.0.23.tar.gz BuildArch: noarch %description @@ -65,6 +65,53 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Dec 17 2024 wanggang - 5.0.23-1 +- Update package to version 5.0.23 +- New Services: + * Kafka: + * create_cluster() + * create_cluster_v2() + * describe_cluster() + * describe_cluster_v2() + * delete_cluster() + * list_clusters() + * list_clusters_v2() + * list_tags_for_resource() + * tag_resource() + * untag_resource() +- New Methods: + * DirectConnect: + * associate_mac_sec_key() + * create_lag() + * describe_lags() + * describe_settings() + * disassociate_mac_sec_key() + * update_settings() + * EFS: + * describe_file_system_policy() + * put_file_system_policy() + * ES: + * describe_elasticsearch_domains() + * OpenSearch: + * describe_domains() +- Miscellaneous: + * Athena: list_query_executions() now supports the WorkGroup-parameter + * Athena: start_query_execution() now supports the WorkGroup-parameter + * CloudFormation: AWS::IAM::Role now supports updates + * CognitoIDP: list_users() now correctly filters before applying the Limit + * DirectConnect: describe_trusts() no longer requires a DirectoryId-parameter + * DynamoDB: The DeleteProtectionEnabled can now be disabled + * DynamoDB: update_item() can now return list of binaries + * EC2: SecurityGroups now contain a SecurityGroupArn + * EC2: update_route() now correctly handles DestinationPrefixListId + * KMS: get_public_key() now supports passing in aliases + * Lambda: publish_function() now publishes a function even if the updated code hasn't changed + * MemoryDB: tag_resource/list_tags_for_resource() now supports Snapshots and SubnetGroups + * RDS: copy_db_snapshot() now supports the CopyTags-parameter + * RDS: copy_db_snapshot() now accepts ARN's as the SourceSnapshotIdentifier + * RDS: restore_db_instance_from_db_snapshot() now accepts ARN's as the SourceSnapshotIdentifier + * S3: complete_multipart_upload() now supports IfNoneMatch-parameter + * Fri Dec 13 2024 Dongxing Wang - 5.0.22-1 - Update package to version 5.0.22 Add SHA1 and SHA256 algorithms for EC2 fingerprint calculation