Received: by mail.netbsd.org (Postfix, from userid 605) id 8E40584DA1; Mon, 3 Dec 2018 19:31:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 754BA84D99 for ; Mon, 3 Dec 2018 19:31:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 662WN3ytRa-i for ; Mon, 3 Dec 2018 19:31:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BBC3484D27 for ; Mon, 3 Dec 2018 19:31:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B40EBFA93; Mon, 3 Dec 2018 19:31:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1543865512153160" MIME-Version: 1.0 Date: Mon, 3 Dec 2018 19:31:52 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-whitenoise To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20181203193152.B40EBFA93@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. --_----------=_1543865512153160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Dec 3 19:31:52 UTC 2018 Modified Files: pkgsrc/www/py-whitenoise: Makefile distinfo Log Message: py-whitenoise: updated to 4.1.2 v4.1.2 * Add correct MIME type for WebAssembly, which is required for files to be executed * Stop accessing the FILE_CHARSET Django setting which was almost entirely unused and is now deprecated v4.1.1 * Fix bug in ETag handling * Documentation fixes To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-whitenoise/Makefile \ pkgsrc/www/py-whitenoise/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1543865512153160 Content-Disposition: inline Content-Length: 1675 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-whitenoise/Makefile diff -u pkgsrc/www/py-whitenoise/Makefile:1.2 pkgsrc/www/py-whitenoise/Makefile:1.3 --- pkgsrc/www/py-whitenoise/Makefile:1.2 Thu Oct 11 10:55:56 2018 +++ pkgsrc/www/py-whitenoise/Makefile Mon Dec 3 19:31:52 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2018/10/11 10:55:56 adam Exp $ +# $NetBSD: Makefile,v 1.3 2018/12/03 19:31:52 adam Exp $ -DISTNAME= whitenoise-4.1 +DISTNAME= whitenoise-4.1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=w/whitenoise/} Index: pkgsrc/www/py-whitenoise/distinfo diff -u pkgsrc/www/py-whitenoise/distinfo:1.2 pkgsrc/www/py-whitenoise/distinfo:1.3 --- pkgsrc/www/py-whitenoise/distinfo:1.2 Thu Oct 11 10:55:56 2018 +++ pkgsrc/www/py-whitenoise/distinfo Mon Dec 3 19:31:52 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/10/11 10:55:56 adam Exp $ +$NetBSD: distinfo,v 1.3 2018/12/03 19:31:52 adam Exp $ -SHA1 (whitenoise-4.1.tar.gz) = 1dacb802c3d832261274dff0597c4ef7d1bded45 -RMD160 (whitenoise-4.1.tar.gz) = 32c6860c174b05f6e19a3662c80f704ef0e9be7d -SHA512 (whitenoise-4.1.tar.gz) = 5e02f5a60e256023f81d83aa654f19b1612e1060bc807fdf3833a28c60c23544c526db75150a996cb2cb5075f1e03bcfe78a29a617219d3930b323401ba6b3f0 -Size (whitenoise-4.1.tar.gz) = 42659 bytes +SHA1 (whitenoise-4.1.2.tar.gz) = 9ba73eef30df73b01c802426787361b3f607d005 +RMD160 (whitenoise-4.1.2.tar.gz) = ef7576524d3b8348fecc4d3b9a0c4ede078338ef +SHA512 (whitenoise-4.1.2.tar.gz) = 6046e458539ae097a28ba1abcbae03ff6f770c73d5e53db0d5cc3af990edeb8ffc33d087b9de09c01df2f52b76615b32be532e09165bd4d7984c76a002f56707 +Size (whitenoise-4.1.2.tar.gz) = 42878 bytes --_----------=_1543865512153160--