diff --git a/gabbi-2.2.0.tar.gz b/gabbi-2.4.0.tar.gz similarity index 35% rename from gabbi-2.2.0.tar.gz rename to gabbi-2.4.0.tar.gz index 9a8786bc4bdf78450b68c31b3787d41a911af89e..7e3bf831c4918dc0a7015ab36ac0685b82db7ee5 100644 Binary files a/gabbi-2.2.0.tar.gz and b/gabbi-2.4.0.tar.gz differ diff --git a/python-gabbi.spec b/python-gabbi.spec index bb2850bee331a5afcf0d2187c85b6841afc10d90..db40b509985d5b532ea32b1e045d2e11d3877eb7 100644 --- a/python-gabbi.spec +++ b/python-gabbi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-gabbi -Version: 2.2.0 -Release: 2 +Version: 2.4.0 +Release: 1 Summary: Declarative HTTP testing library License: Apache-2.0 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/8f/98/392a2a456c299d26493c96c72559703417bc1cde334d9b27472a4139dad2/gabbi-2.4.0.tar.gz BuildArch: noarch %description Gabbi is a tool for running HTTP tests where requests and responses @@ -42,7 +42,7 @@ are represented in a declarative YAML-based form. %prep -%autosetup -n gabbi-2.2.0 +%autosetup -n gabbi-2.4.0 %build %py3_build @@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 16 2022 OpenStack_SIG - 2.4.0-1 +- Upgrade version for openstack yoga + * Wed May 18 2022 liukuo - 2.2.0-2 - License compliance rectification