Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
028ce4bc39
!17 Update package to version 2.11.0
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-02-28 09:55:16 +00:00
jxy_git
5aafff7ae4 Update package to version 2.11.0 2024-02-26 14:09:59 +08:00
openeuler-ci-bot
39c5106ac4
!16 Update package to version 2.10.0
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-12-06 09:12:47 +00:00
jxy_git
76b02b4e8d Update package to version 2.10.0 2023-12-06 16:43:34 +08:00
openeuler-ci-bot
654571daf2
!15 Upgrade to latest release [python-gabbi -> 2.9.0]
From: @Jason_828e 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-07-12 02:00:57 +00:00
chenzixuan
8be848458e update version to 2.9.0 2023-07-04 18:55:43 +08:00
openeuler-ci-bot
19ae6fa8b7
!13 Upgrade package to version 2.8.0
From: @Gzx1999 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-09-28 00:27:28 +00:00
Gzx1999
4242ae79c2 Upgrade package to version 2.8.0 2022-09-27 13:51:49 +08:00
openeuler-ci-bot
452e3d092c
!12 upgrade to 2.4.0
From: @zhangy1317 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-28 06:10:51 +00:00
zhangy1317
3aa969c6da upgrade to 2.4.0 2022-06-20 10:45:19 +08:00
3 changed files with 24 additions and 11 deletions

BIN
gabbi-2.11.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,20 +1,20 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-gabbi Name: python-gabbi
Version: 2.2.0 Version: 2.11.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/25/30/36b64037950705ecab9d6a26131ec2f54baf98064d09078f0e1ad73feb35/gabbi-2.11.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 = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pip BuildRequires: python3-pip
@ -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.2.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,21 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Feb 26 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 2.11.0-1
- Update package to version 2.11.0
* Wed Dec 06 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2.10.0-1
- Update package to version 2.10.0
* Thu Jul 06 2023 chenzixuan <chenzixuan@kylinos.cn> - 2.9.0-1
- Upgrade package to version 2.9.0
* 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
- 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
@ -94,3 +106,4 @@ mv %{buildroot}/doclist.lst .
* 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