From 102eea20ac80a8842c51e7c648a85837067112d1 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 15 Sep 2015 20:44:36 -0400 Subject: [PATCH] 0.8.10 --- .gitignore | 1 + python-waitress.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c53743c..d5b30ce 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /waitress-0.8.5.tar.gz /waitress-0.8.8.tar.gz /waitress-0.8.9.tar.gz +/waitress-0.8.10.tar.gz diff --git a/python-waitress.spec b/python-waitress.spec index e263618..0f8a868 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -5,8 +5,8 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} Name: python-waitress -Version: 0.8.9 -Release: 6%{?dist} +Version: 0.8.10 +Release: 1%{?dist} Summary: Waitress WSGI server License: ZPLv2.1 @@ -117,6 +117,9 @@ popd %changelog +* Wed Sep 16 2015 Ralph Bean - 0.8.10-1 +- new version + * Thu Jun 18 2015 Fedora Release Engineering - 0.8.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 4242f2d..e9b74b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da3f2e62b3676be5dd630703a68e2a04 waitress-0.8.9.tar.gz +a957f79c1b56224660a5b68c8ef29c8b waitress-0.8.10.tar.gz