Received: by mail.netbsd.org (Postfix, from userid 605) id 2763084D93; Mon, 16 Oct 2017 12:07:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A76A084D56 for ; Mon, 16 Oct 2017 12:07:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id C0pHekMIbBl9 for ; Mon, 16 Oct 2017 12:07:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1EF4084D46 for ; Mon, 16 Oct 2017 12:07:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1A254FBC7; Mon, 16 Oct 2017 12:07:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150815564541930" MIME-Version: 1.0 Date: Mon, 16 Oct 2017 12:07:25 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-waitress To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171016120725.1A254FBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150815564541930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 16 12:07:25 UTC 2017 Modified Files: pkgsrc/www/py-waitress: Makefile PLIST distinfo Log Message: py-waitress: update to 1.1.0 1.1.0: Features * Waitress now has a __main__ and thus may be called with python -mwaitress Bugfixes * Waitress no longer allows lowercase HTTP verbs. This change was made to fall in line with most HTTP servers. * When receiving non-ascii bytes in the request URL, waitress will no longer abruptly close the connection, instead returning a 400 Bad Request. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-waitress/Makefile \ pkgsrc/www/py-waitress/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-waitress/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150815564541930 Content-Disposition: inline Content-Length: 2519 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-waitress/Makefile diff -u pkgsrc/www/py-waitress/Makefile:1.3 pkgsrc/www/py-waitress/Makefile:1.4 --- pkgsrc/www/py-waitress/Makefile:1.3 Sun Jul 9 21:24:24 2017 +++ pkgsrc/www/py-waitress/Makefile Mon Oct 16 12:07:24 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2017/07/09 21:24:24 adam Exp $ +# $NetBSD: Makefile,v 1.4 2017/10/16 12:07:24 adam Exp $ -DISTNAME= waitress-1.0.2 +DISTNAME= waitress-1.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=w/waitress/} Index: pkgsrc/www/py-waitress/distinfo diff -u pkgsrc/www/py-waitress/distinfo:1.3 pkgsrc/www/py-waitress/distinfo:1.4 --- pkgsrc/www/py-waitress/distinfo:1.3 Sun Jul 9 21:24:24 2017 +++ pkgsrc/www/py-waitress/distinfo Mon Oct 16 12:07:24 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/07/09 21:24:24 adam Exp $ +$NetBSD: distinfo,v 1.4 2017/10/16 12:07:24 adam Exp $ -SHA1 (waitress-1.0.2.tar.gz) = f139ee2138b865e098abdd7fc1df168928b43174 -RMD160 (waitress-1.0.2.tar.gz) = d57a2ceaf0427e13ec220a914994638b66cf9b63 -SHA512 (waitress-1.0.2.tar.gz) = b7000e1198ac306ce189f70c5dcfcf41318e5ec47c8d6183cdbc360c8759ca726405d5da70f1c7fe3cfeb39d528af94d693767c2a7a1a7fe460c6407857ec6f0 -Size (waitress-1.0.2.tar.gz) = 124685 bytes +SHA1 (waitress-1.1.0.tar.gz) = 91a13b20e05ce197ab3b24431efa5f1c26079460 +RMD160 (waitress-1.1.0.tar.gz) = 355d7520e4578777340ae7f0ea7b739be080ffc8 +SHA512 (waitress-1.1.0.tar.gz) = d53cf027525aec6fbd49ab78c30fef1b83d8b58c6d2cbb191d45e69141d7c31d6cd195a0924ad862a4cc42e5d098813712c568f768f51825e96fac3dd4132fbe +Size (waitress-1.1.0.tar.gz) = 126131 bytes Index: pkgsrc/www/py-waitress/PLIST diff -u pkgsrc/www/py-waitress/PLIST:1.2 pkgsrc/www/py-waitress/PLIST:1.3 --- pkgsrc/www/py-waitress/PLIST:1.2 Sun Jul 9 21:24:24 2017 +++ pkgsrc/www/py-waitress/PLIST Mon Oct 16 12:07:24 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2017/07/09 21:24:24 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2017/10/16 12:07:24 adam Exp $ bin/waitress-serve${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -10,6 +10,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx ${PYSITELIB}/waitress/__init__.py ${PYSITELIB}/waitress/__init__.pyc ${PYSITELIB}/waitress/__init__.pyo +${PYSITELIB}/waitress/__main__.py +${PYSITELIB}/waitress/__main__.pyc +${PYSITELIB}/waitress/__main__.pyo ${PYSITELIB}/waitress/adjustments.py ${PYSITELIB}/waitress/adjustments.pyc ${PYSITELIB}/waitress/adjustments.pyo --_----------=_150815564541930--