Received: by mail.netbsd.org (Postfix, from userid 605) id 03D4E84D80; Tue, 5 Nov 2019 07:49:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 80A7684D6E for ; Tue, 5 Nov 2019 07:49:38 +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 aw8X-0ouORuL for ; Tue, 5 Nov 2019 07:49:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0923E84C8B for ; Tue, 5 Nov 2019 07:49:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 02E80FA93; Tue, 5 Nov 2019 07:49:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157294017768020" MIME-Version: 1.0 Date: Tue, 5 Nov 2019 07:49:37 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-test-django To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191105074938.02E80FA93@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157294017768020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Nov 5 07:49:37 UTC 2019 Modified Files: pkgsrc/www/py-test-django: Makefile distinfo Log Message: py-test-django: updated to 3.6.0 3.6.0: Features * Rename test databases when running parallel Tox Bugfixes * Django unittests: restore "debug" function Misc * Improve/harden internal tests / infrastructure. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-test-django/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-test-django/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157294017768020 Content-Disposition: inline Content-Length: 1747 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-test-django/Makefile diff -u pkgsrc/www/py-test-django/Makefile:1.14 pkgsrc/www/py-test-django/Makefile:1.15 --- pkgsrc/www/py-test-django/Makefile:1.14 Mon Jul 1 11:02:31 2019 +++ pkgsrc/www/py-test-django/Makefile Tue Nov 5 07:49:37 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2019/07/01 11:02:31 adam Exp $ +# $NetBSD: Makefile,v 1.15 2019/11/05 07:49:37 adam Exp $ -DISTNAME= pytest-django-3.5.1 +DISTNAME= pytest-django-3.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-django/} Index: pkgsrc/www/py-test-django/distinfo diff -u pkgsrc/www/py-test-django/distinfo:1.15 pkgsrc/www/py-test-django/distinfo:1.16 --- pkgsrc/www/py-test-django/distinfo:1.15 Mon Jul 1 11:02:31 2019 +++ pkgsrc/www/py-test-django/distinfo Tue Nov 5 07:49:37 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2019/07/01 11:02:31 adam Exp $ +$NetBSD: distinfo,v 1.16 2019/11/05 07:49:37 adam Exp $ -SHA1 (pytest-django-3.5.1.tar.gz) = 679e5fbcb84afbc1850c1e17284daa419b87ab3a -RMD160 (pytest-django-3.5.1.tar.gz) = 067af99ba9e985e00cbbaad2f415def8eed0a98e -SHA512 (pytest-django-3.5.1.tar.gz) = d9729aafe78fc128e367c2a1d3cea01e9a146989384ca560ef42d24da414f753713f11a0115bcf8b659975111aeadde65da7b5c322c5ac8c95f1b789ad0ff06d -Size (pytest-django-3.5.1.tar.gz) = 67768 bytes +SHA1 (pytest-django-3.6.0.tar.gz) = f657a05defd16c5c4ee469c7a62c50e80a9dc6ae +RMD160 (pytest-django-3.6.0.tar.gz) = 2f237046b4a7ab48c9a15b67868dfc0b0f30dcd4 +SHA512 (pytest-django-3.6.0.tar.gz) = f5548b8c2fecd576f70c9135b8f7ba1711c2aee8c0bcc5ac8a3ec42cc043cb375e267b81d3c7c57709eb795fb1a7da3f49d69155e42ec2ef67c7065c84ca393f +Size (pytest-django-3.6.0.tar.gz) = 68743 bytes --_----------=_157294017768020--