Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A871084FE2 for ; Tue, 10 Oct 2023 16:24:45 +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 WRls-7JMhAMb for ; Tue, 10 Oct 2023 16:24:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1815B84F95 for ; Tue, 10 Oct 2023 16:24:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 150F3FADC; Tue, 10 Oct 2023 16:24:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696955085141840" MIME-Version: 1.0 Date: Tue, 10 Oct 2023 16:24:45 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-sekizai To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231010162445.150F3FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696955085141840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 10 16:24:45 UTC 2023 Modified Files: pkgsrc/www/py-django-sekizai: Makefile distinfo Removed Files: pkgsrc/www/py-django-sekizai/patches: patch-setup.py Log Message: py-django-sekizai: updated to 4.1.0 4.1.0 2023-05-02 Added django 4.2 and main to the test suite Fix bug which let checks fail on templates using the with_data template tag. 4.0.0 2022-07-26 Django 4 support added Dropped python 3.7, django 2.2 and 3.1 3.0.1 2022-02-01 Fix for tests in sdist tarball 3.0.0 2022-01-22 Added support for Django 3.2 Drop support for python 3.5 and 3.6 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-django-sekizai/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-django-sekizai/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/www/py-django-sekizai/patches/patch-setup.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1696955085141840 Content-Disposition: inline Content-Length: 2203 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django-sekizai/Makefile diff -u pkgsrc/www/py-django-sekizai/Makefile:1.16 pkgsrc/www/py-django-sekizai/Makefile:1.17 --- pkgsrc/www/py-django-sekizai/Makefile:1.16 Thu Jul 13 10:03:29 2023 +++ pkgsrc/www/py-django-sekizai/Makefile Tue Oct 10 16:24:44 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2023/07/13 10:03:29 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2023/10/10 16:24:44 adam Exp $ -DISTNAME= django-sekizai-2.0.0 +DISTNAME= django-sekizai-4.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-sekizai/} @@ -11,8 +10,8 @@ HOMEPAGE= https://github.com/ojii/django COMMENT= Django Template Blocks with extra functionality LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-django>=3:../../www/py-django3 -DEPENDS+= ${PYPKGPREFIX}-django-classy-tags>=1.0:../../www/py-django-classy-tags +DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django3 +DEPENDS+= ${PYPKGPREFIX}-django-classy-tags>=3.0:../../www/py-django-classy-tags USE_LANGUAGES= # none Index: pkgsrc/www/py-django-sekizai/distinfo diff -u pkgsrc/www/py-django-sekizai/distinfo:1.12 pkgsrc/www/py-django-sekizai/distinfo:1.13 --- pkgsrc/www/py-django-sekizai/distinfo:1.12 Tue Oct 26 11:30:33 2021 +++ pkgsrc/www/py-django-sekizai/distinfo Tue Oct 10 16:24:44 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 11:30:33 nia Exp $ +$NetBSD: distinfo,v 1.13 2023/10/10 16:24:44 adam Exp $ -BLAKE2s (django-sekizai-2.0.0.tar.gz) = c99b7425686acd2b82ff956bbff580eb8525e56325c17f9bbad565ab9fd642dc -SHA512 (django-sekizai-2.0.0.tar.gz) = e225150b6d6c84e8ca66765aafa110f17c51bce84be183867200d6ddfd81b0e6b3290d517480044a4f94818a2ca36557ee19e1de3d05800be54f4f7fecb99854 -Size (django-sekizai-2.0.0.tar.gz) = 10409 bytes +BLAKE2s (django-sekizai-4.1.0.tar.gz) = bb7b49d54b22be51c11e695c826967e1b7da48132c9a1fcedc1bcefeaf5eadfe +SHA512 (django-sekizai-4.1.0.tar.gz) = cc4a3523d9be4d72c6ead38f62f7792c465ff22d784aca6241b297f67907aa6eec82d1195242404598aefd177fd630d694ebf8fd792d5218e5dda2bc2de86dab +Size (django-sekizai-4.1.0.tar.gz) = 14591 bytes SHA1 (patch-setup.py) = 72b759dd6a16883c119741479d2db5f861c82fec --_----------=_1696955085141840--