diff --git a/moto-5.0.10.tar.gz b/moto-5.0.10.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0cbe113c46a07ff4f416b19fc53f004f76ab5236 Binary files /dev/null and b/moto-5.0.10.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..15396b3c648e206afe25bf8c3c01fcb6116395fd 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.10 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/c8/1b/12b17b06189f5e75c034fc022697424143a42102fb9b740fc6ed0d9a1e2d/moto-5.0.10.tar.gz BuildArch: noarch %description @@ -63,10 +63,10 @@ Moto is a library that allows your tests to easily mock out AWS Services. %autosetup -n moto-%{version} %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -103,6 +103,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 24 2024 liudy - 5.0.10-1 +- Update package to version 5.0.10 +- CloudFormation now supports cfn-lint v1, as well as v0 + * 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