diff --git a/moto-2.0.1.tar.gz b/moto-2.0.1.tar.gz deleted file mode 100644 index 20cf8d2..0000000 Binary files a/moto-2.0.1.tar.gz and /dev/null differ diff --git a/moto-3.0.4.tar.gz b/moto-3.0.4.tar.gz new file mode 100644 index 0000000..1419b67 Binary files /dev/null and b/moto-3.0.4.tar.gz differ diff --git a/python-moto.spec b/python-moto.spec index cce1440..b07518a 100644 --- a/python-moto.spec +++ b/python-moto.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-moto -Version: 2.0.1 -Release: 2 +Version: 3.0.4 +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/c3/0d/215683a822d25ffe684c71050d583d77f29db45404ede87bc94f468d4fe7/moto-2.0.1.tar.gz +Source0: https://files.pythonhosted.org/packages/cf/80/5ef9636644e6450b0cd80a7b3fde9eda113e74eaf0a707bd16b914589787/moto-3.0.4.tar.gz BuildArch: noarch %description Moto is a library that allows your tests to easily mock out AWS Services. @@ -69,7 +69,7 @@ Provides: python3-moto-doc Moto is a library that allows your tests to easily mock out AWS Services. %prep -%autosetup -n moto-2.0.1 +%autosetup -n moto-3.0.4 %build %py3_build @@ -111,6 +111,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 16 2022 OpenStack_SIG - 3.0.4-1 +- Upgrade version for openstack yoga + * Thu Aug 12 2021 OpenStack_SIG - 2.0.1-1 - Add BuildRequires and Requires