Received: by mail.netbsd.org (Postfix, from userid 605) id 6108084CFD; Fri, 19 Mar 2021 10:05:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9899784CE3 for ; Fri, 19 Mar 2021 10:05:31 +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 gQJomGIlfDDB for ; Fri, 19 Mar 2021 10:05:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 04FD284CDB for ; Fri, 19 Mar 2021 10:05:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EC200FA95; Fri, 19 Mar 2021 10:05:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1616148330229370" MIME-Version: 1.0 Date: Fri, 19 Mar 2021 10:05:30 +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: <20210319100530.EC200FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1616148330229370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Mar 19 10:05:30 UTC 2021 Modified Files: pkgsrc/www/py-django-mptt: Makefile distinfo Log Message: py-django-mptt: updated to 0.12.0 0.12 Fixed a few bugs and added a few features. Reformatted the code using isort and black. Other, undocumented changes. Please help out. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-django-mptt/Makefile cvs rdiff -u -r1.14 -r1.15 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. --_----------=_1616148330229370 Content-Disposition: inline Content-Length: 1728 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.18 pkgsrc/www/py-django-mptt/Makefile:1.19 --- pkgsrc/www/py-django-mptt/Makefile:1.18 Wed Feb 19 09:56:48 2020 +++ pkgsrc/www/py-django-mptt/Makefile Fri Mar 19 10:05:30 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2020/02/19 09:56:48 adam Exp $ +# $NetBSD: Makefile,v 1.19 2021/03/19 10:05:30 adam Exp $ -DISTNAME= django-mptt-0.11.0 +DISTNAME= django-mptt-0.12.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-mptt/} Index: pkgsrc/www/py-django-mptt/distinfo diff -u pkgsrc/www/py-django-mptt/distinfo:1.14 pkgsrc/www/py-django-mptt/distinfo:1.15 --- pkgsrc/www/py-django-mptt/distinfo:1.14 Wed Feb 19 09:56:48 2020 +++ pkgsrc/www/py-django-mptt/distinfo Fri Mar 19 10:05:30 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2020/02/19 09:56:48 adam Exp $ +$NetBSD: distinfo,v 1.15 2021/03/19 10:05:30 adam Exp $ -SHA1 (django-mptt-0.11.0.tar.gz) = 21912aa6dc8a4d7730add85e499e1fd105eca8c7 -RMD160 (django-mptt-0.11.0.tar.gz) = fd9da15c7275ed4738ba5272e4cddb889ac68997 -SHA512 (django-mptt-0.11.0.tar.gz) = 21af30007661db1474628b6f8af86a3f6de52494efe1aaf9235f8b1660ba153f0de3ad91ff979588e4b681b00b44652a05146df7d3951d6ee62da38a1900fd89 -Size (django-mptt-0.11.0.tar.gz) = 98300 bytes +SHA1 (django-mptt-0.12.0.tar.gz) = 38dc689a76017a0190ff60052dbf1632d2487256 +RMD160 (django-mptt-0.12.0.tar.gz) = 1a55dd199554dfb9dc1a4a5e255736d2e7fee882 +SHA512 (django-mptt-0.12.0.tar.gz) = 527135b859170c887f592f4f9b6f105dfc7f54af18affbf205d33860e80e3ba2336cfc9a3727792f4778817359cbef705d696c122725cf45d36838b5026e8699 +Size (django-mptt-0.12.0.tar.gz) = 103513 bytes --_----------=_1616148330229370--