Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F41CE84E93 for ; Mon, 16 Oct 2023 13:07:00 +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 mSxJGivqiRLV for ; Mon, 16 Oct 2023 13:07:00 +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 70A7884D05 for ; Mon, 16 Oct 2023 13:07:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 68194FADC; Mon, 16 Oct 2023 13:07:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1697461620167100" MIME-Version: 1.0 Date: Mon, 16 Oct 2023 13:07:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-cors-headers To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231016130700.68194FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1697461620167100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 16 13:07:00 UTC 2023 Modified Files: pkgsrc/www/py-django-cors-headers: Makefile distinfo Log Message: py-django-cors-headers: updated to 4.3.0 4.3.0 (2023-10-11) * Avoid adding the ``access-control-allow-credentials`` header to unallowed responses. * Support Django 5.0. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 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. --_----------=_1697461620167100 Content-Disposition: inline Content-Length: 1774 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.25 pkgsrc/www/py-django-cors-headers/Makefile:1.26 --- pkgsrc/www/py-django-cors-headers/Makefile:1.25 Wed Aug 30 13:46:13 2023 +++ pkgsrc/www/py-django-cors-headers/Makefile Mon Oct 16 13:07:00 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2023/08/30 13:46:13 adam Exp $ +# $NetBSD: Makefile,v 1.26 2023/10/16 13:07:00 adam Exp $ -DISTNAME= django_cors_headers-4.2.0 +DISTNAME= django_cors_headers-4.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} 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.25 pkgsrc/www/py-django-cors-headers/distinfo:1.26 --- pkgsrc/www/py-django-cors-headers/distinfo:1.25 Wed Aug 30 13:46:13 2023 +++ pkgsrc/www/py-django-cors-headers/distinfo Mon Oct 16 13:07:00 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2023/08/30 13:46:13 adam Exp $ +$NetBSD: distinfo,v 1.26 2023/10/16 13:07:00 adam Exp $ -BLAKE2s (django_cors_headers-4.2.0.tar.gz) = 373ce375cdf52e67ae62265746a9c79aed17d8e366d08f590c7271a826ed2424 -SHA512 (django_cors_headers-4.2.0.tar.gz) = f340bfb938bfe0d17089e67fd7c448f9fad9e882e090502b1449b0947beb77802983fa649eb48806e2fe9024a1402dfb5735a98381c16e85c721fa5a92cac1f1 -Size (django_cors_headers-4.2.0.tar.gz) = 21183 bytes +BLAKE2s (django_cors_headers-4.3.0.tar.gz) = dd51f3d40e660cc64f52d0a74a4982c439ea521dc757a41f85fecbb3dcd3183e +SHA512 (django_cors_headers-4.3.0.tar.gz) = e7894144a8c0ea64d981bda0fe92f27c5f496fa573884015c966e12cc46e9a47e588016020c67761ea8fc9169f76882eefeabdc40b5726cb9704940d187c113b +Size (django_cors_headers-4.3.0.tar.gz) = 21305 bytes --_----------=_1697461620167100--