diff --git a/moto-5.1.13.tar.gz b/moto-5.1.16.tar.gz similarity index 47% rename from moto-5.1.13.tar.gz rename to moto-5.1.16.tar.gz index ef81a73fcc60fbab359eb2da0bff7be7d1f397e0..2b914ea0c4004129b20fc7f06b296535274e5590 100644 Binary files a/moto-5.1.13.tar.gz and b/moto-5.1.16.tar.gz differ diff --git a/python-moto.spec b/python-moto.spec index 569075e68b9aead8ab0ac9c7237915d3d58a0de8..1f471a7d4484ed2f0f0bd2ea27e2307a030088bd 100644 --- a/python-moto.spec +++ b/python-moto.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-moto -Version: 5.1.13 +Version: 5.1.16 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/6f/c1/f997b01c965edf49e00091c0bab7b77964d5a876cd460de2d366fde8fc63/moto-5.1.13.tar.gz +Source0: https://files.pythonhosted.org/packages/source/m/moto/moto-5.1.16.tar.gz BuildArch: noarch %description @@ -65,6 +65,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 03 2025 Yu Peng - 5.1.16-1 +- Upgrade to 5.1.16 + * Removed support for the RoboMaker and QLDB, now that AWS has also deprecated these services + * DynamoDB now supports the WarmThroughput parameter on Tables and Indexes + * EC2: create_volume() now supports the MultiAttachEnabled-parameter + * Mon Sep 22 2025 guochao - 5.1.13-1 - Update package version to 5.1.13