diff --git a/moto-5.0.4.tar.gz b/moto-5.0.7.tar.gz similarity index 43% rename from moto-5.0.4.tar.gz rename to moto-5.0.7.tar.gz index 0f7cbc9e48395673a1533ae71905271b77a27794..75d4369e348f21ad8d0d210125d6433a2d527f7c 100644 Binary files a/moto-5.0.4.tar.gz and b/moto-5.0.7.tar.gz differ diff --git a/python-moto.spec b/python-moto.spec index 3c65e0e66c68fc8b3ce18f81b1e1a8595e901a72..72d55f094263a5fe8292fbc638148a4d7e8369d9 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.4 +Version: 5.0.7 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/6b/16/12043d6d169722a746253b9bd0c33625d9082c2cc03ece3c9b342281fce1/moto-5.0.4.tar.gz +Source0: https://files.pythonhosted.org/packages/f7/9b/e259401655a62e834bfb73a219057733e8ab49939bbe82251959dc9b919a/moto-5.0.7.tar.gz BuildArch: noarch %description @@ -103,6 +103,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 22 2024 lilu - 5.0.7-1 +- Update package to version 5.0.7, some of the new features are as follows: +- Athena: start_query_execution() now supports the ExecutionParameters-parameter +- DynamoDB: Tables now support DeleteProtection + * Tue Apr 02 2024 wangqiang - 5.0.4-1 - Update package to version 5.0.4