Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id BEEDC1A9239 for ; Mon, 7 Feb 2022 20:52:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D8D0384E79; Mon, 7 Feb 2022 20:52:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1C56E84E79 for ; Mon, 7 Feb 2022 20:52:40 +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 cs2kjme9SbtI for ; Mon, 7 Feb 2022 20:52:39 +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 903EA84D2C for ; Mon, 7 Feb 2022 20:52:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 83F13FB24; Mon, 7 Feb 2022 20:52:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1644267159178620" MIME-Version: 1.0 Date: Mon, 7 Feb 2022 20:52:39 +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: <20220207205239.83F13FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1644267159178620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Feb 7 20:52:39 UTC 2022 Modified Files: pkgsrc/www/py-django-cors-headers: Makefile distinfo Log Message: py-django-cors-headers: updated to 3.11.0 3.11.0 Drop Python 3.6 support. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-django-cors-headers/Makefile cvs rdiff -u -r1.23 -r1.24 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. --_----------=_1644267159178620 Content-Disposition: inline Content-Length: 1792 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.22 pkgsrc/www/py-django-cors-headers/Makefile:1.23 --- pkgsrc/www/py-django-cors-headers/Makefile:1.22 Tue Jan 4 20:55:19 2022 +++ pkgsrc/www/py-django-cors-headers/Makefile Mon Feb 7 20:52:39 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2022/01/04 20:55:19 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2022/02/07 20:52:39 adam Exp $ -DISTNAME= django-cors-headers-3.10.1 +DISTNAME= django-cors-headers-3.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 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.23 pkgsrc/www/py-django-cors-headers/distinfo:1.24 --- pkgsrc/www/py-django-cors-headers/distinfo:1.23 Tue Dec 14 09:01:48 2021 +++ pkgsrc/www/py-django-cors-headers/distinfo Mon Feb 7 20:52:39 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2021/12/14 09:01:48 adam Exp $ +$NetBSD: distinfo,v 1.24 2022/02/07 20:52:39 adam Exp $ -BLAKE2s (django-cors-headers-3.10.1.tar.gz) = b33ab1724ff73cc09144417b803c3bf6649b611e366edf561130abda0a428540 -SHA512 (django-cors-headers-3.10.1.tar.gz) = a84bab942c7aa50225bf02fbef9f7763c96b317a5acaa38125004b3cd29742393d0e7142dc540d4b9e5f5bbf4ef4e0364d4c2649b0d9c641444ef069e7d29230 -Size (django-cors-headers-3.10.1.tar.gz) = 20739 bytes +BLAKE2s (django-cors-headers-3.11.0.tar.gz) = eeaddc914ceb18887e9ff862bfbbf8cc6bc633f62a23f17615155f63026a37d5 +SHA512 (django-cors-headers-3.11.0.tar.gz) = 3850aa5afc9ba44843b109fdf0719e652c1b01f2b1118c4e5d58fe214b2a807b005df069676c12baf9ad55179209f092c0b457e9947c06d2d7dffde527aa4773 +Size (django-cors-headers-3.11.0.tar.gz) = 20730 bytes --_----------=_1644267159178620--