Update package to version 2.11.0

This commit is contained in:
jxy_git 2024-02-26 14:09:59 +08:00
parent 39c5106ac4
commit 5aafff7ae4
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
Name: python-gabbi
Version: 2.10.0
Version: 2.11.0
Release: 1
Summary: Declarative HTTP testing library
License: Apache-2.0
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
%description
@ -14,7 +14,7 @@ are represented in a declarative YAML-based form.
%package -n python3-gabbi
Summary: Declarative HTTP testing library
Provides: python-gabbi
Provides: python-gabbi = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
@ -80,6 +80,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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