Received: by mail.netbsd.org (Postfix, from userid 605) id 2988F84DBE; Fri, 1 Mar 2019 08:50:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A3AD184D9E for ; Fri, 1 Mar 2019 08:50:55 +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 kiUXsRnMpdmg for ; Fri, 1 Mar 2019 08:50:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2FCC384D7C for ; Fri, 1 Mar 2019 08:50:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2D52FFB16; Fri, 1 Mar 2019 08:50:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155143025552810" MIME-Version: 1.0 Date: Fri, 1 Mar 2019 08:50:55 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-paste To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190301085055.2D52FFB16@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. --_----------=_155143025552810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Mar 1 08:50:55 UTC 2019 Modified Files: pkgsrc/www/py-paste: Makefile distinfo Log Message: py-paste: updated to 3.0.7 3.0.7: * Send bytestrings when writing chunks from paste/httpserver.py. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-paste/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-paste/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155143025552810 Content-Disposition: inline Content-Length: 1596 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-paste/Makefile diff -u pkgsrc/www/py-paste/Makefile:1.20 pkgsrc/www/py-paste/Makefile:1.21 --- pkgsrc/www/py-paste/Makefile:1.20 Mon Jan 7 17:14:41 2019 +++ pkgsrc/www/py-paste/Makefile Fri Mar 1 08:50:54 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2019/01/07 17:14:41 adam Exp $ +# $NetBSD: Makefile,v 1.21 2019/03/01 08:50:54 adam Exp $ -DISTNAME= Paste-3.0.6 +DISTNAME= Paste-3.0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=P/Paste/} Index: pkgsrc/www/py-paste/distinfo diff -u pkgsrc/www/py-paste/distinfo:1.11 pkgsrc/www/py-paste/distinfo:1.12 --- pkgsrc/www/py-paste/distinfo:1.11 Mon Jan 7 17:14:41 2019 +++ pkgsrc/www/py-paste/distinfo Fri Mar 1 08:50:54 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2019/01/07 17:14:41 adam Exp $ +$NetBSD: distinfo,v 1.12 2019/03/01 08:50:54 adam Exp $ -SHA1 (Paste-3.0.6.tar.gz) = 2ac86dcec2b1e19ebcf48b47c6df6757aebb9161 -RMD160 (Paste-3.0.6.tar.gz) = 8a816203b1809f4d9e49ae6d145615c080e3ba33 -SHA512 (Paste-3.0.6.tar.gz) = 47871b285fbb4cb69b4bff8361c2445459c194373d8054947c8365a1883ae5e7e0a6212ef8cbfb1c0f54a5372cf393ea240b909dafa0703cc84a828d8f5849ab -Size (Paste-3.0.6.tar.gz) = 631367 bytes +SHA1 (Paste-3.0.7.tar.gz) = 663ba095fde1b119f0157902123f9398a7630e9e +RMD160 (Paste-3.0.7.tar.gz) = f5d2a2422d29b5335840b707734bdfda4c412deb +SHA512 (Paste-3.0.7.tar.gz) = adf823d208065b00a4bf1473e7550a1e0907d1da88000e87ea3a5dfb36f22c2bb33dda21ccf096da1512a0f2db2ad540a66efe751bbab8bfb49cd4ad456d5460 +Size (Paste-3.0.7.tar.gz) = 628999 bytes --_----------=_155143025552810--