Upgrade package to version 2.8.0
This commit is contained in:
parent
452e3d092c
commit
4242ae79c2
Binary file not shown.
BIN
gabbi-2.8.0.tar.gz
Normal file
BIN
gabbi-2.8.0.tar.gz
Normal file
Binary file not shown.
@ -1,24 +1,24 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-gabbi
|
Name: python-gabbi
|
||||||
Version: 2.4.0
|
Version: 2.8.0
|
||||||
Release: 1
|
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/8f/98/392a2a456c299d26493c96c72559703417bc1cde334d9b27472a4139dad2/gabbi-2.4.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/9e/3f/665b2be5df3428f061724c4e9226bb0c4add885a1c9de4106f22dcbc28b0/gabbi-2.8.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
|
||||||
are represented in a declarative YAML-based form.
|
are represented in a declarative YAML-based form.
|
||||||
|
|
||||||
|
|
||||||
%package -n python3-gabbi
|
%package -n python3-gabbi
|
||||||
Summary: Declarative HTTP testing library
|
Summary: Declarative HTTP testing library
|
||||||
Provides: python-gabbi
|
Provides: python-gabbi
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-pbr
|
BuildRequires: python3-pbr
|
||||||
Requires: python3-pbr
|
Requires: python3-pbr
|
||||||
Requires: python3-pytest
|
Requires: python3-pytest
|
||||||
Requires: python3-six
|
Requires: python3-six
|
||||||
@ -32,7 +32,6 @@ Requires: python3-colorama
|
|||||||
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
|
||||||
@ -40,9 +39,8 @@ 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.4.0
|
%autosetup -n gabbi-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -75,7 +73,6 @@ 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,6 +80,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 27 2022 guozhengxin <guozhengxin@kylinos.cn> - 2.8.0-1
|
||||||
|
- Upgrade package to version 2.8.0
|
||||||
|
|
||||||
* Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> - 2.4.0-1
|
* Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> - 2.4.0-1
|
||||||
- Upgrade version for openstack yoga
|
- Upgrade version for openstack yoga
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user