diff --git a/gabbi-2.10.0.tar.gz b/gabbi-2.10.0.tar.gz deleted file mode 100644 index 46debbd..0000000 Binary files a/gabbi-2.10.0.tar.gz and /dev/null differ diff --git a/gabbi-2.11.0.tar.gz b/gabbi-2.11.0.tar.gz new file mode 100644 index 0000000..99a914f Binary files /dev/null and b/gabbi-2.11.0.tar.gz differ diff --git a/python-gabbi.spec b/python-gabbi.spec index fae7cf1..0dc7d9c 100644 --- a/python-gabbi.spec +++ b/python-gabbi.spec @@ -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 - 2.11.0-1 +- Update package to version 2.11.0 + * Wed Dec 06 2023 jiangxinyu - 2.10.0-1 - Update package to version 2.10.0