Update to 1.0.1. Fixes bug #1387885
This commit is contained in:
parent
eb2491f36f
commit
eaf0f012b8
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <kevin@scrye.com> - 1.0.1-1
|
||||
- Update to 1.0.1. Fixes bug #1387885
|
||||
|
||||
* Sat Sep 03 2016 Kevin Fenzi <kevin@scrye.com> - 1.0.0-1
|
||||
- Update to 1.0.0. Fixes bug #1372330
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
73e7ec5d0c16dc0ed6ec2c192721c3af waitress-1.0.0.tar.gz
|
||||
f772be86041cbb1302db0d5365d6ff01 waitress-1.0.1.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue