From 739d0784e7ae0fa21571d724d4aa44111ed4dcb2 Mon Sep 17 00:00:00 2001 From: Lorenzo Gil Sanchez Date: Wed, 31 Jul 2013 08:51:52 +0200 Subject: [PATCH] Update to 0.8.5 --- .gitignore | 1 + python-waitress.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f73ca1e..1c781bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /waitress-0.8.2.tar.gz /waitress-0.8.3.tar.gz /waitress-0.8.4.tar.gz +/waitress-0.8.5.tar.gz diff --git a/python-waitress.spec b/python-waitress.spec index fc16c1d..f5b5c98 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -1,12 +1,12 @@ Name: python-waitress -Version: 0.8.4 +Version: 0.8.5 Release: 1%{?dist} Summary: Waitress WSGI server License: ZPLv2.1 URL: https://github.com/Pylons/waitress Source0: http://pypi.python.org/packages/source/w/waitress/waitress-%{version}.tar.gz -#md5=d74ae9dbc269715541be8c39979ce9ba +#md5=7a3094d812c0dffb948d1334ef5fd56f BuildArch: noarch BuildRequires: python2-devel @@ -98,6 +98,9 @@ popd %changelog +* Wed Jul 31 2013 Lorenzo Gil Sanchez - 0.8.5-1 +- Update to upstream + * Sat Jul 6 2013 Lorenzo Gil Sanchez - 0.8.4-1 - Update to upstream - Added waitress-serve as a binary executable in /usr/bin diff --git a/sources b/sources index efa5ebf..8dc721a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d74ae9dbc269715541be8c39979ce9ba waitress-0.8.4.tar.gz +7a3094d812c0dffb948d1334ef5fd56f waitress-0.8.5.tar.gz