diff --git a/gabbi-2.1.0.tar.gz b/gabbi-2.1.0.tar.gz deleted file mode 100644 index fe8bd2e..0000000 Binary files a/gabbi-2.1.0.tar.gz and /dev/null differ diff --git a/gabbi-2.2.0.tar.gz b/gabbi-2.2.0.tar.gz new file mode 100644 index 0000000..9a8786b Binary files /dev/null and b/gabbi-2.2.0.tar.gz differ diff --git a/python-gabbi.spec b/python-gabbi.spec index 0172705..af241b7 100644 --- a/python-gabbi.spec +++ b/python-gabbi.spec @@ -1,13 +1,24 @@ %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 +%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 +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-pbr Requires: python3-pbr Requires: python3-pytest Requires: python3-six @@ -17,24 +28,11 @@ 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 -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-pip -BuildRequires: python3-pbr %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