diff --git a/.gitignore b/.gitignore index 6feefea..94c8e15 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /gabbi-1.19.0.tar.gz +/gabbi-1.19.1.tar.gz diff --git a/python-gabbi.spec b/python-gabbi.spec index 7dea1d1..b68837f 100644 --- a/python-gabbi.spec +++ b/python-gabbi.spec @@ -1,5 +1,7 @@ %global pypi_name gabbi %global pypi gabbi-run +# FIXME: pypi now uses the tarball md5 hash to generate download urls +%global pypi_hash b5/aa/4965d98556a6acdd4fa4f2f6ddc44cc5df7749df7fe78394662e60f24203 %if 0%{?fedora} %global with_python3 1 @@ -16,13 +18,13 @@ Name: python-%{pypi_name} -Version: 1.19.0 +Version: 1.19.1 Release: 1%{?dist} Summary: Declarative HTTP testing library License: ASL 2.0 URL: https://github.com/cdent/gabbi -Source0: https://pypi.python.org/packages/source/g/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Source0: https://pypi.python.org/packages/%{pypi_hash}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch @@ -149,6 +151,7 @@ rm -rf html/.{doctrees,buildinfo} %check # some tests are broken so bypassing tests +export GABBI_SKIP_NETWORK=true %{__python2} setup.py test || rm -fr .testrepository %if 0%{?with_python3} @@ -187,5 +190,9 @@ rm -fr .testrepository %license LICENSE %changelog +* Wed Jun 1 2016 Haïkel Guémar - 1.19.1-1 +- Upstream 1.19.1 +- Add IPv6 support + * Mon May 09 2016 chandankumar - 1.19.0-1 - Initial package. diff --git a/sources b/sources index 9ca6871..53a1bf5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2abd85aeef7e657054d47093ca459e1f gabbi-1.19.0.tar.gz +1c5a08ee8f75e03484924569c4eed342 gabbi-1.19.1.tar.gz