summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2016-12-13 14:37:24 +0100
committerAndrew Shadura <andrewsh@debian.org>2016-12-13 14:37:24 +0100
commit1e9335a3cc8d249a51df35f61726280e6d0e6546 (patch)
tree10a7543c4c26b526e3aad8987ddbe8d1b6b33c98
parent1fee41512c00408eca2d513f8080eb6be460d7a8 (diff)
-rw-r--r--debian/changelog8
-rw-r--r--debian/control11
2 files changed, 14 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index e608cbf..ea08884 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+waitress (1.0.1-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Update package descriptions.
+ * Build-Depend on Python 2.7+/3.3+.
+
+ -- Andrew Shadura <andrewsh@debian.org> Tue, 13 Dec 2016 14:34:36 +0100
+
waitress (0.8.10-1) unstable; urgency=medium
[ Juan Picca ]
diff --git a/debian/control b/debian/control
index 466cda7..740edd2 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,9 @@ Build-Depends:
dh-python,
python-setuptools (>= 0.6.24),
python3-setuptools (>= 0.6.24),
- python-all (>= 2.6.6-3),
- python3-all, python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
+ python-all (>= 2.7),
+ python3-all (>= 3.3),
+ python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
debhelper (>= 9)
Standards-Version: 3.9.5
@@ -21,7 +22,7 @@ Description: production-quality pure-Python WSGI server
Waitress is meant to be a production-quality pure-Python WSGI server with
very acceptable performance. It has no dependencies except ones which live
in the Python standard library. It runs on CPython on Unix and Windows under
- Python 2.6+ and Python 3.2. It is also known to run on PyPy 1.6.0 on UNIX.
+ Python 2.7+ and Python 3.3+. It is also known to run on PyPy 1.6.0 on UNIX.
It supports HTTP/1.0 and HTTP/1.1.
Package: python3-waitress
@@ -32,7 +33,7 @@ Description: production-quality pure-Python WSGI server (Python 3)
Waitress is meant to be a production-quality pure-Python WSGI server with
very acceptable performance. It has no dependencies except ones which live
in the Python standard library. It runs on CPython on Unix and Windows under
- Python 2.6+ and Python 3.2. It is also known to run on PyPy 1.6.0 on UNIX.
+ Python 2.7+ and Python 3.3+. It is also known to run on PyPy 1.6.0 on UNIX.
It supports HTTP/1.0 and HTTP/1.1.
.
This is the Python 3 version of the package.
@@ -45,7 +46,7 @@ Description: production-quality pure-Python WSGI server (documentation)
Waitress is meant to be a production-quality pure-Python WSGI server with
very acceptable performance. It has no dependencies except ones which live
in the Python standard library. It runs on CPython on Unix and Windows under
- Python 2.6+ and Python 3.2. It is also known to run on PyPy 1.6.0 on UNIX.
+ Python 2.7+ and Python 3.3+. It is also known to run on PyPy 1.6.0 on UNIX.
It supports HTTP/1.0 and HTTP/1.1.
.
This package only contains the documentation.