From 4acd94a8346c8287103e83a0c16090345cb7caf6 Mon Sep 17 00:00:00 2001 From: Lorenzo Gil Sanchez Date: Sun, 25 May 2014 20:05:55 -0700 Subject: [PATCH] Update to upstream --- .gitignore | 1 + python-waitress.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6d86b32..c53743c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /waitress-0.8.4.tar.gz /waitress-0.8.5.tar.gz /waitress-0.8.8.tar.gz +/waitress-0.8.9.tar.gz diff --git a/python-waitress.spec b/python-waitress.spec index 6b8182b..7dfd388 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -1,14 +1,14 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} Name: python-waitress -Version: 0.8.8 -Release: 2%{?dist} +Version: 0.8.9 +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=c0a40f34b5410348579556cd4a21c1c2 +#md5=da3f2e62b3676be5dd630703a68e2a04 BuildArch: noarch BuildRequires: python2-devel @@ -101,10 +101,12 @@ popd %changelog +* Sun May 25 2014 Lorenzo Gil Sanchez - 0.8.9-1 +- Update to upstream + * Wed May 14 2014 Bohuslav Kabrda - 0.8.8-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 - * Sun Dec 22 2013 Lorenzo Gil Sanchez - 0.8.8-1 - Update to upstream diff --git a/sources b/sources index b237924..4242f2d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c0a40f34b5410348579556cd4a21c1c2 waitress-0.8.8.tar.gz +da3f2e62b3676be5dd630703a68e2a04 waitress-0.8.9.tar.gz