!12 upgrade to 2.4.0

From: @zhangy1317 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-06-28 06:10:51 +00:00 committed by Gitee
commit 452e3d092c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
gabbi-2.4.0.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-gabbi Name: python-gabbi
Version: 2.2.0 Version: 2.4.0
Release: 2 Release: 1
Summary: Declarative HTTP testing library Summary: Declarative HTTP testing library
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/cdent/gabbi URL: https://github.com/cdent/gabbi
Source0: https://files.pythonhosted.org/packages/9d/c6/14958917d0574d385ed770f330382a81b6423c22d75d72eb4017bc56d60a/gabbi-2.2.0.tar.gz Source0: https://files.pythonhosted.org/packages/8f/98/392a2a456c299d26493c96c72559703417bc1cde334d9b27472a4139dad2/gabbi-2.4.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
Gabbi is a tool for running HTTP tests where requests and responses Gabbi is a tool for running HTTP tests where requests and responses
@ -42,7 +42,7 @@ are represented in a declarative YAML-based form.
%prep %prep
%autosetup -n gabbi-2.2.0 %autosetup -n gabbi-2.4.0
%build %build
%py3_build %py3_build
@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> - 2.4.0-1
- Upgrade version for openstack yoga
* Wed May 18 2022 liukuo <liukuo@kylinos.cn> - 2.2.0-2 * Wed May 18 2022 liukuo <liukuo@kylinos.cn> - 2.2.0-2
- License compliance rectification - License compliance rectification