!17 Update package to version 2.11.0

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-02-28 09:55:16 +00:00 committed by Gitee
commit 028ce4bc39
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
gabbi-2.11.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.10.0 Version: 2.11.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/b5/a8/43c55cdfcb7794969c00c422db9eba85da0e7794a1bdfea2a2af0037af90/gabbi-2.10.0.tar.gz Source0: https://files.pythonhosted.org/packages/25/30/36b64037950705ecab9d6a26131ec2f54baf98064d09078f0e1ad73feb35/gabbi-2.11.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -14,7 +14,7 @@ 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
@ -80,6 +80,9 @@ 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 * Wed Dec 06 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2.10.0-1
- Update package to version 2.10.0 - Update package to version 2.10.0