diff --git a/moto-5.0.21.tar.gz b/moto-5.0.21.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e6b7fd43c5fec578165f4160623e5931dd97a702 Binary files /dev/null and b/moto-5.0.21.tar.gz differ diff --git a/moto-5.0.9.tar.gz b/moto-5.0.9.tar.gz deleted file mode 100644 index a783b25a91dcdddc0d9e54bed0744e77ea93ecc3..0000000000000000000000000000000000000000 Binary files a/moto-5.0.9.tar.gz and /dev/null differ diff --git a/python-moto.spec b/python-moto.spec index e0082bd662185022de3486e9de241c5accc20c06..dc655756254e54a00dc5e75dfbe31915cfb97c94 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.9 +Version: 5.0.21 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: https://files.pythonhosted.org/packages/49/47/805b9df337b1fdfbd73e4b8e4d3cfcc706194583deb8adccf3ec92527ed2/moto-5.0.9.tar.gz +Source0: https://files.pythonhosted.org/packages/72/ba/00bda1f06b85dc579583d68ef87497215d4ce5b8ec116e68beaff9fc37ce/moto-5.0.21.tar.gz BuildArch: noarch %description @@ -103,6 +103,18 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 28 2024 liuzhilin - 5.0.21-1 +- Update package to version 5.0.21 +- Batch: list_jobs() now supports the arrayJobId-parameter +- CloudFormation now supports the types AWS::IoT::JobTemplate, AWS::IoT::RoleAlias +- DynamoDB: ProjectionExpressions are now validated for duplicate values +- DynamoDB: scan() now supports parallelization using the Segment/TotalSegments parameters +- DynamoDB: update_item() now validates when an ADD/DELETE occurs on the same set +- EC2: create_fleet() now correctly handles Overrides with a single value +- ECR: list_images() now lists images with multiple tags separately +- IOT: create_job() now supports the parameters abortConfig, jobExecutionsRetryConfig, schedulingConfig, timeoutConfig +- S3: get_object_attributes() no longer throws an error for Glacier objects + * Tue Jun 4 2024 lilu - 5.0.9-1 - Update package to version 5.0.9 - Fixed an InfiniteRecursion-bug when accessing S3-buckets that was introduced in 5.0.8