From fb481d441d2e827250f10c0c4a5cd28bacba2e88 Mon Sep 17 00:00:00 2001 From: Lorenzo Gil Sanchez Date: Sun, 22 Dec 2013 10:23:14 -0800 Subject: [PATCH] Update to upstream --- .gitignore | 1 + python-waitress.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1c781bc..6d86b32 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /waitress-0.8.3.tar.gz /waitress-0.8.4.tar.gz /waitress-0.8.5.tar.gz +/waitress-0.8.8.tar.gz diff --git a/python-waitress.spec b/python-waitress.spec index 2096388..6895250 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.5 -Release: 3%{?dist} +Version: 0.8.8 +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=7a3094d812c0dffb948d1334ef5fd56f +#md5=c0a40f34b5410348579556cd4a21c1c2 BuildArch: noarch BuildRequires: python2-devel @@ -102,6 +102,9 @@ popd %changelog +* Sun Dec 22 2013 Lorenzo Gil Sanchez - 0.8.8-1 +- Update to upstream + * Sun Dec 8 2013 Lorenzo Gil Sanchez - 0.8.5-3 - Remove python3 dependency on the python-waitress python2 package diff --git a/sources b/sources index 8dc721a..b237924 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a3094d812c0dffb948d1334ef5fd56f waitress-0.8.5.tar.gz +c0a40f34b5410348579556cd4a21c1c2 waitress-0.8.8.tar.gz