diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..f087b429e2f81a9f37b28a8308e2210f84df6c9b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.tar.gz filter=lfs diff=lfs merge=lfs -text diff --git a/.lfsconfig b/.lfsconfig new file mode 100644 index 0000000000000000000000000000000000000000..adf77601458f7b289176e9ab12fb6b1f585a03e9 --- /dev/null +++ b/.lfsconfig @@ -0,0 +1,2 @@ +[lfs] +url = https://artlfs.openeuler.openatom.cn/src-openEuler/python-moto diff --git a/moto-5.1.17.tar.gz b/moto-5.1.17.tar.gz deleted file mode 100644 index 024c689fecfef976b6145091a729c5697624e6a1..0000000000000000000000000000000000000000 Binary files a/moto-5.1.17.tar.gz and /dev/null differ diff --git a/moto-5.1.18.tar.gz b/moto-5.1.18.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ad40f7b37c12752e4799aacda573cc8c6b321cc6 --- /dev/null +++ b/moto-5.1.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed44724186156e9d0a6ea580081478ddadd5a234d5eca7f321af241dc51aa07d +size 8837491 diff --git a/python-moto.spec b/python-moto.spec index 40332d652f2c19e4174b4f72d943dd890bee41ea..ca7db1e58f358efc8ef348186a6edae5481aa3ed 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.17 +Version: 5.1.18 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/source/m/moto/moto-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/m/moto/moto-%{version}.tar.gz BuildArch: noarch %description @@ -65,6 +65,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 11 2025 liliguang - 5.1.18-1 +- update to 5.1.18 +- fix(apigateway): add ability for put_rest_api to add integrations +- ResourceGroupsTaggingAPI: Add support for sqs:queue in get_resources +- Simplify tests by introducing a fixture to create buckets + * Thu Nov 20 2025 lvwq - 5.1.17-1 - Update to 5.1.17