diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-moto.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /moto-4.1.6.tar.gz +/moto-4.1.7.tar.gz diff --git a/python-moto.spec b/python-moto.spec index c1bbf5e..814e2d2 100644 --- a/python-moto.spec +++ b/python-moto.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-moto -Version: 4.1.6 +Version: 4.1.7 Release: 1 Summary: please add a summary manually as the author left a blank one License: Apache License 2.0 URL: https://github.com/getmoto/moto -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/11/01/832e60faae3d2909bba00570b3e4f6c718b683c81cb08b7d498a509e234e/moto-4.1.6.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0c/02/5c4ac89b051521e166f123340b2ec3cdcf15e4e1f7a751a9accf66a7ae02/moto-4.1.7.tar.gz BuildArch: noarch Requires: python3-boto3 @@ -314,7 +314,7 @@ The full documentation can be found here: %prep -%autosetup -n moto-4.1.6 +%autosetup -n moto-4.1.7 %build %py3_build @@ -354,5 +354,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.6-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.7-1 - Package Spec generated @@ -1 +1 @@ -728e33b5385078cb371ab5f86b26ae19 moto-4.1.6.tar.gz +21059d4117f96cde2adfb71bc426deb2 moto-4.1.7.tar.gz |