diff --git a/moto-5.0.7.tar.gz b/moto-5.0.7.tar.gz deleted file mode 100644 index 75d4369e348f21ad8d0d210125d6433a2d527f7c..0000000000000000000000000000000000000000 Binary files a/moto-5.0.7.tar.gz and /dev/null differ diff --git a/moto-5.0.9.tar.gz b/moto-5.0.9.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a783b25a91dcdddc0d9e54bed0744e77ea93ecc3 Binary files /dev/null and b/moto-5.0.9.tar.gz differ diff --git a/python-moto.spec b/python-moto.spec index 72d55f094263a5fe8292fbc638148a4d7e8369d9..e0082bd662185022de3486e9de241c5accc20c06 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.7 +Version: 5.0.9 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/f7/9b/e259401655a62e834bfb73a219057733e8ab49939bbe82251959dc9b919a/moto-5.0.7.tar.gz +Source0: https://files.pythonhosted.org/packages/49/47/805b9df337b1fdfbd73e4b8e4d3cfcc706194583deb8adccf3ec92527ed2/moto-5.0.9.tar.gz BuildArch: noarch %description @@ -103,6 +103,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* 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 + * 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