upgrade to 3.0.4

This commit is contained in:
zhangy1317 2022-06-20 14:11:48 +08:00
parent 6ef1508867
commit 16cdf48ef7
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
moto-3.0.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-moto Name: python-moto
Version: 2.0.1 Version: 3.0.4
Release: 2 Release: 1
Summary: A library that allows your python tests to easily mock out the boto library Summary: A library that allows your python tests to easily mock out the boto library
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/spulec/moto 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 BuildArch: noarch
%description %description
Moto is a library that allows your tests to easily mock out AWS Services. 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. Moto is a library that allows your tests to easily mock out AWS Services.
%prep %prep
%autosetup -n moto-2.0.1 %autosetup -n moto-3.0.4
%build %build
%py3_build %py3_build
@ -111,6 +111,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> - 3.0.4-1
- Upgrade version for openstack yoga
* Thu Aug 12 2021 OpenStack_SIG <openstack@openeuler.org> - 2.0.1-1 * Thu Aug 12 2021 OpenStack_SIG <openstack@openeuler.org> - 2.0.1-1
- Add BuildRequires and Requires - Add BuildRequires and Requires