Received: by mail.netbsd.org (Postfix, from userid 605) id D235E84E04; Wed, 8 Jan 2020 11:27:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B80B84DFC for ; Wed, 8 Jan 2020 11:27:02 +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 ME7Cwwn3szar for ; Wed, 8 Jan 2020 11:27:01 +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 D3B0484DF8 for ; Wed, 8 Jan 2020 11:27:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD7CCFBF4; Wed, 8 Jan 2020 11:27:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157848282116810" MIME-Version: 1.0 Date: Wed, 8 Jan 2020 11:27:01 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-cors-headers To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200108112701.CD7CCFBF4@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. --_----------=_157848282116810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jan 8 11:27:01 UTC 2020 Modified Files: pkgsrc/www/py-django-cors-headers: Makefile distinfo Log Message: py-django-cors-headers: updated to 3.2.1 3.2.1: * Update LICENSE file to Unix line endings, fixing issues with license checker ``pip-licenses`` To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-django-cors-headers/Makefile \ pkgsrc/www/py-django-cors-headers/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157848282116810 Content-Disposition: inline Content-Length: 1884 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django-cors-headers/Makefile diff -u pkgsrc/www/py-django-cors-headers/Makefile:1.12 pkgsrc/www/py-django-cors-headers/Makefile:1.13 --- pkgsrc/www/py-django-cors-headers/Makefile:1.12 Sun Dec 15 21:36:51 2019 +++ pkgsrc/www/py-django-cors-headers/Makefile Wed Jan 8 11:27:01 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2019/12/15 21:36:51 adam Exp $ +# $NetBSD: Makefile,v 1.13 2020/01/08 11:27:01 adam Exp $ -DISTNAME= django-cors-headers-3.2.0 +DISTNAME= django-cors-headers-3.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-cors-headers/} Index: pkgsrc/www/py-django-cors-headers/distinfo diff -u pkgsrc/www/py-django-cors-headers/distinfo:1.12 pkgsrc/www/py-django-cors-headers/distinfo:1.13 --- pkgsrc/www/py-django-cors-headers/distinfo:1.12 Sun Dec 15 21:36:51 2019 +++ pkgsrc/www/py-django-cors-headers/distinfo Wed Jan 8 11:27:01 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2019/12/15 21:36:51 adam Exp $ +$NetBSD: distinfo,v 1.13 2020/01/08 11:27:01 adam Exp $ -SHA1 (django-cors-headers-3.2.0.tar.gz) = aca400803e7360cc6434ccf48a8f46447809be5f -RMD160 (django-cors-headers-3.2.0.tar.gz) = 10d54fbf231dbdd01065296ca5b96d3b7bf073f1 -SHA512 (django-cors-headers-3.2.0.tar.gz) = e6dee4ee6a38ebe40e9b4457203f3d68c1b5812c6d46386a95f91437ca9b977bcf174cae44d84a29f4355d8f8f8b5969d5419db33b446e729ec09366bab150dd -Size (django-cors-headers-3.2.0.tar.gz) = 26243 bytes +SHA1 (django-cors-headers-3.2.1.tar.gz) = 5fc619077e25c779721b0b7a13c9b822d1c1a26e +RMD160 (django-cors-headers-3.2.1.tar.gz) = 1257c99892e613ee8bc943d04a6f2149b5ad8392 +SHA512 (django-cors-headers-3.2.1.tar.gz) = 9b48820fed88a468ea51db9ed7a8506afe96ebefcde3c1e2fc497a6580aa506669bec7bbdc87957e9d9e8b711445a7d1359a213a6a15dfcb7313d1437e252397 +Size (django-cors-headers-3.2.1.tar.gz) = 26261 bytes --_----------=_157848282116810--