!6 update version to 2.2.0

From: @zhangy1317
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-07-21 09:39:18 +00:00 committed by Gitee
commit a836314ece
3 changed files with 22 additions and 18 deletions

Binary file not shown.

BIN
gabbi-2.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,24 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-gabbi Name: python-gabbi
Version: 2.1.0 Version: 2.2.0
Release: 2 Release: 1
Summary: Declarative HTTP testing library Summary: Declarative HTTP testing library
License: Apache-2 License: Apache-2
URL: https://github.com/cdent/gabbi URL: https://github.com/cdent/gabbi
Source0: https://files.pythonhosted.org/packages/f3/00/3b89183cdb775932736ae217dd040657c6e8736b8946ed04e1464513c53f/gabbi-2.1.0.tar.gz Source0: https://files.pythonhosted.org/packages/9d/c6/14958917d0574d385ed770f330382a81b6423c22d75d72eb4017bc56d60a/gabbi-2.2.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description
Gabbi is a tool for running HTTP tests where requests and responses
are represented in a declarative YAML-based form.
%package -n python3-gabbi
Summary: Declarative HTTP testing library
Provides: python-gabbi
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pbr
Requires: python3-pbr Requires: python3-pbr
Requires: python3-pytest Requires: python3-pytest
Requires: python3-six Requires: python3-six
@ -17,24 +28,11 @@ Requires: python3-certifi
Requires: python3-jsonpath-rw-ext Requires: python3-jsonpath-rw-ext
Requires: python3-wsgi-intercept Requires: python3-wsgi-intercept
Requires: python3-colorama Requires: python3-colorama
%description
Gabbi is a tool for running HTTP tests where requests and responses
are represented in a declarative YAML-based form.
%package -n python3-gabbi
Summary: Declarative HTTP testing library
Provides: python-gabbi
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pbr
%description -n python3-gabbi %description -n python3-gabbi
`Release Notes`_
Gabbi is a tool for running HTTP tests where requests and responses Gabbi is a tool for running HTTP tests where requests and responses
are represented in a declarative YAML-based form. are represented in a declarative YAML-based form.
%package help %package help
Summary: Development documents and examples for gabbi Summary: Development documents and examples for gabbi
Provides: python3-gabbi-doc Provides: python3-gabbi-doc
@ -42,8 +40,9 @@ Provides: python3-gabbi-doc
Gabbi is a tool for running HTTP tests where requests and responses Gabbi is a tool for running HTTP tests where requests and responses
are represented in a declarative YAML-based form. are represented in a declarative YAML-based form.
%prep %prep
%autosetup -n gabbi-2.1.0 %autosetup -n gabbi-2.2.0
%build %build
%py3_build %py3_build
@ -76,6 +75,7 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%files -n python3-gabbi -f filelist.lst %files -n python3-gabbi -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
@ -83,7 +83,11 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org>
- Update to 2.2.0
* Fri Jan 29 2021 zhangy <zhangy1317@foxmail.com> * Fri Jan 29 2021 zhangy <zhangy1317@foxmail.com>
- Add buildrequires - Add buildrequires
* Mon Dec 28 2020 Python_Bot <Python_Bot@openeuler.org> * Mon Dec 28 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated