diff --git a/moto-5.1.14.tar.gz b/moto-5.1.16.tar.gz similarity index 47% rename from moto-5.1.14.tar.gz rename to moto-5.1.16.tar.gz index 3d0c7fe5d0f6551ef26c08e30c06a1573280251e..2b914ea0c4004129b20fc7f06b296535274e5590 100644 Binary files a/moto-5.1.14.tar.gz and b/moto-5.1.16.tar.gz differ diff --git a/python-moto.spec b/python-moto.spec index feecfa555093c399fa7eb205288df3ec2a6f0ec4..51f052ebdc7904a9379f53351c4867d06dd3e0c0 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.14 +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-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/m/moto/moto-5.1.16.tar.gz BuildArch: noarch %description @@ -65,6 +65,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 14 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 + + * Fri Oct 17 2025 liutao - 5.1.14-1 - Update package version to 5.1.14