!6 update version to 2.2.0
From: @zhangy1317 Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
a836314ece
Binary file not shown.
BIN
gabbi-2.2.0.tar.gz
Normal file
BIN
gabbi-2.2.0.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,24 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-gabbi
|
||||
Version: 2.1.0
|
||||
Release: 2
|
||||
Version: 2.2.0
|
||||
Release: 1
|
||||
Summary: Declarative HTTP testing library
|
||||
License: Apache-2
|
||||
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
|
||||
%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-pytest
|
||||
Requires: python3-six
|
||||
@ -17,24 +28,11 @@ Requires: python3-certifi
|
||||
Requires: python3-jsonpath-rw-ext
|
||||
Requires: python3-wsgi-intercept
|
||||
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
|
||||
`Release Notes`_
|
||||
Gabbi is a tool for running HTTP tests where requests and responses
|
||||
are represented in a declarative YAML-based form.
|
||||
|
||||
|
||||
%package help
|
||||
Summary: Development documents and examples for gabbi
|
||||
Provides: python3-gabbi-doc
|
||||
@ -42,8 +40,9 @@ Provides: python3-gabbi-doc
|
||||
Gabbi is a tool for running HTTP tests where requests and responses
|
||||
are represented in a declarative YAML-based form.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n gabbi-2.1.0
|
||||
%autosetup -n gabbi-2.2.0
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -76,6 +75,7 @@ popd
|
||||
mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
|
||||
%files -n python3-gabbi -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
@ -83,7 +83,11 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org>
|
||||
- Update to 2.2.0
|
||||
|
||||
* Fri Jan 29 2021 zhangy <zhangy1317@foxmail.com>
|
||||
- Add buildrequires
|
||||
|
||||
* Mon Dec 28 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||
- Package Spec generated
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user