From eaf0f012b805b453f9125242f0f5c5a45882b0e7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 25 Oct 2016 12:24:20 -0600 Subject: [PATCH] Update to 1.0.1. Fixes bug #1387885 --- .gitignore | 1 + python-waitress.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0fd6b4f..363c06e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /waitress-0.9.0b1.tar.gz /waitress-0.9.0.tar.gz /waitress-1.0.0.tar.gz +/waitress-1.0.1.tar.gz diff --git a/python-waitress.spec b/python-waitress.spec index fb91164..b4a37df 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -3,7 +3,7 @@ %global _docdir_fmt %{name} Name: python-%{srcname} -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: Waitress WSGI server @@ -76,6 +76,9 @@ Python 3 version. %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* Tue Oct 25 2016 Kevin Fenzi - 1.0.1-1 +- Update to 1.0.1. Fixes bug #1387885 + * Sat Sep 03 2016 Kevin Fenzi - 1.0.0-1 - Update to 1.0.0. Fixes bug #1372330 diff --git a/sources b/sources index b5f1646..b24cedf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -73e7ec5d0c16dc0ed6ec2c192721c3af waitress-1.0.0.tar.gz +f772be86041cbb1302db0d5365d6ff01 waitress-1.0.1.tar.gz