From f29202ac2470451be1df07f372ed7a0a15df15ab Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Nov 02 2015 14:03:44 +0000 Subject: 2.0.19 --- diff --git a/.gitignore b/.gitignore index 34b1d25..1090570 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ WebTest-1.2.1.tar.gz /WebTest-2.0.15.zip /WebTest-2.0.16.zip /WebTest-2.0.17.zip +/WebTest-2.0.19.tar.gz diff --git a/python-webtest.spec b/python-webtest.spec index ce73ff1..8615eee 100644 --- a/python-webtest.spec +++ b/python-webtest.spec @@ -5,14 +5,14 @@ %endif Name: python-webtest -Version: 2.0.17 -Release: 2%{?dist} +Version: 2.0.19 +Release: 1%{?dist} Summary: Helper to test WSGI applications Group: Development/Languages License: MIT URL: http://pythonpaste.org/webtest/ -Source0: http://pypi.python.org/packages/source/W/WebTest/WebTest-%{version}.zip +Source0: http://pypi.python.org/packages/source/W/WebTest/WebTest-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch @@ -133,6 +133,9 @@ popd %endif %changelog +* Mon Nov 02 2015 Ralph Bean - 2.0.19-1 +- new version + * Thu Jun 18 2015 Fedora Release Engineering - 2.0.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index c952240..5289f9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b914a0bab0b80e976f15b7801aab4b55 WebTest-2.0.17.zip +61c12528f02d665dfa054a6820b3b349 WebTest-2.0.19.tar.gz