diff --git a/gabbi-2.1.0.tar.gz b/gabbi-2.2.0.tar.gz similarity index 40% rename from gabbi-2.1.0.tar.gz rename to gabbi-2.2.0.tar.gz index fe8bd2e3d91aba19d07786b5012e1f1ce41eeaf6..9a8786bc4bdf78450b68c31b3787d41a911af89e 100644 Binary files a/gabbi-2.1.0.tar.gz and b/gabbi-2.2.0.tar.gz differ diff --git a/python-gabbi.spec b/python-gabbi.spec index 0172705ea0d220ff9977f0a4be3d33b2c0aefc3f..af241b775adfe0dd9576e88d230208182c0b85af 100644 --- a/python-gabbi.spec +++ b/python-gabbi.spec @@ -1,28 +1,17 @@ %global _empty_manifest_terminate_build 0 Name: python-gabbi -Version: 2.1.0 -Release: 2 +Version: 2.2.0 +Release: 1 Summary: Declarative HTTP testing library License: Apache-2 URL: https://github.com/cdent/gabbi -Source0: https://files.pythonhosted.org/packages/f3/00/3b89183cdb775932736ae217dd040657c6e8736b8946ed04e1464513c53f/gabbi-2.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/9d/c6/14958917d0574d385ed770f330382a81b6423c22d75d72eb4017bc56d60a/gabbi-2.2.0.tar.gz BuildArch: noarch - -Requires: python3-pbr -Requires: python3-pytest -Requires: python3-six -Requires: python3-PyYAML -Requires: python3-urllib3 -Requires: python3-certifi -Requires: python3-jsonpath-rw-ext -Requires: python3-wsgi-intercept -Requires: python3-colorama - %description - Gabbi is a tool for running HTTP tests where requests and responses are represented in a declarative YAML-based form. + %package -n python3-gabbi Summary: Declarative HTTP testing library Provides: python-gabbi @@ -30,11 +19,20 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-pbr +Requires: python3-pbr +Requires: python3-pytest +Requires: python3-six +Requires: python3-PyYAML +Requires: python3-urllib3 +Requires: python3-certifi +Requires: python3-jsonpath-rw-ext +Requires: python3-wsgi-intercept +Requires: python3-colorama %description -n python3-gabbi -`Release Notes`_ Gabbi is a tool for running HTTP tests where requests and responses are represented in a declarative YAML-based form. + %package help Summary: Development documents and examples for gabbi Provides: python3-gabbi-doc @@ -42,8 +40,9 @@ Provides: python3-gabbi-doc Gabbi is a tool for running HTTP tests where requests and responses are represented in a declarative YAML-based form. + %prep -%autosetup -n gabbi-2.1.0 +%autosetup -n gabbi-2.2.0 %build %py3_build @@ -76,6 +75,7 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . + %files -n python3-gabbi -f filelist.lst %dir %{python3_sitelib}/* @@ -83,7 +83,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 09 2021 openstack-sig +- Update to 2.2.0 + * Fri Jan 29 2021 zhangy - Add buildrequires + * Mon Dec 28 2020 Python_Bot - Package Spec generated