Received: by mail.netbsd.org (Postfix, from userid 605) id A23E584D50; Mon, 22 Jan 2024 19:32:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D164284CEB for ; Mon, 22 Jan 2024 19:32:39 +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 DNcp4mp_LVN5 for ; Mon, 22 Jan 2024 19:32: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 48DF884CE8 for ; Mon, 22 Jan 2024 19:32:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40072FA42; Mon, 22 Jan 2024 19:32:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170595195921180" MIME-Version: 1.0 Date: Mon, 22 Jan 2024 19:32:39 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-mptt To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240122193239.40072FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170595195921180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 22 19:32:39 UTC 2024 Modified Files: pkgsrc/www/py-django-mptt: Makefile distinfo Log Message: py-django-mptt: updated to 0.16.0 0.16 Fixed get_cached_trees if there are multiple trees in the queryset. Added support for Python 3.12, Django 5.0. Added codespell and ruff checks to the CI. Fixed rebuilding using custom managers not named objects. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/py-django-mptt/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-django-mptt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170595195921180 Content-Disposition: inline Content-Length: 1957 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django-mptt/Makefile diff -u pkgsrc/www/py-django-mptt/Makefile:1.24 pkgsrc/www/py-django-mptt/Makefile:1.25 --- pkgsrc/www/py-django-mptt/Makefile:1.24 Sat Oct 28 19:57:22 2023 +++ pkgsrc/www/py-django-mptt/Makefile Mon Jan 22 19:32:39 2024 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2023/10/28 19:57:22 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2024/01/22 19:32:39 adam Exp $ -DISTNAME= django_mptt-0.15.0 +DISTNAME= django_mptt-0.16.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-mptt/} @@ -12,7 +11,6 @@ COMMENT= Utilities for implementing Modi LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling -DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django3 DEPENDS+= ${PYPKGPREFIX}-django-js-asset-[0-9]*:../../www/py-django-js-asset USE_LANGUAGES= # none Index: pkgsrc/www/py-django-mptt/distinfo diff -u pkgsrc/www/py-django-mptt/distinfo:1.19 pkgsrc/www/py-django-mptt/distinfo:1.20 --- pkgsrc/www/py-django-mptt/distinfo:1.19 Tue Oct 10 16:34:20 2023 +++ pkgsrc/www/py-django-mptt/distinfo Mon Jan 22 19:32:39 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2023/10/10 16:34:20 adam Exp $ +$NetBSD: distinfo,v 1.20 2024/01/22 19:32:39 adam Exp $ -BLAKE2s (django_mptt-0.15.0.tar.gz) = 131898caaed6f5a960db446ac99af549860e9a1ef79faf4cc8319313a3b059d4 -SHA512 (django_mptt-0.15.0.tar.gz) = 31d237fe218e592560db7b9d74dc9e937afebfcf6c9434bf88049b514c74dec693e8140471887f5622b67f99f492f2872ae90745208766ab8d611dd03a044e83 -Size (django_mptt-0.15.0.tar.gz) = 69646 bytes +BLAKE2s (django_mptt-0.16.0.tar.gz) = 6719c0e4a00af9f6f15a9fc4581e70dd2063062b0032f7dd25eba3fc0a27a013 +SHA512 (django_mptt-0.16.0.tar.gz) = f275a81c676b2866b2cef279e3bc8fc6fe1b3396871ae3be132ea80140ef79d25a7a54792ea0e10d55a9c8f16ef9282aa167597ff816ff35c8caf32b16ef03fe +Size (django_mptt-0.16.0.tar.gz) = 69886 bytes --_----------=_170595195921180--