Received: by mail.netbsd.org (Postfix, from userid 605) id DD65884DD8; Mon, 6 Apr 2020 16:55:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 659F184D5E for ; Mon, 6 Apr 2020 16:55:47 +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 5pqd5t6jir7M for ; Mon, 6 Apr 2020 16:55:46 +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 DAF7584D32 for ; Mon, 6 Apr 2020 16:55:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4A48FB27; Mon, 6 Apr 2020 16:55:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158619214677210" MIME-Version: 1.0 Date: Mon, 6 Apr 2020 16:55:46 +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: <20200406165546.D4A48FB27@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. --_----------=_158619214677210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 6 16:55:46 UTC 2020 Modified Files: pkgsrc/www/py-test-django: Makefile distinfo Log Message: py-test-django: updated to 3.9.0 v3.9.0: Improvements * Improve test ordering with Django test classes * Remove import of pkg_resources for parsing pytest version (performance) Bugfixes * Work around unittest issue with pytest 5.4.{0,1} * Don't break --failed-first when re-ordering tests * pytest_addoption: use `group.addoption` Misc * Remove Django version from --nomigrations heading * docs: changelog: prefix headers with v for permalink anchors * changelog: add custom/fixed anchor for last version * setup.py: add Changelog to project_urls To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-test-django/Makefile cvs rdiff -u -r1.18 -r1.19 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. --_----------=_158619214677210 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.17 pkgsrc/www/py-test-django/Makefile:1.18 --- pkgsrc/www/py-test-django/Makefile:1.17 Tue Jan 14 16:05:04 2020 +++ pkgsrc/www/py-test-django/Makefile Mon Apr 6 16:55:46 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2020/01/14 16:05:04 adam Exp $ +# $NetBSD: Makefile,v 1.18 2020/04/06 16:55:46 adam Exp $ -DISTNAME= pytest-django-3.8.0 +DISTNAME= pytest-django-3.9.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.18 pkgsrc/www/py-test-django/distinfo:1.19 --- pkgsrc/www/py-test-django/distinfo:1.18 Tue Jan 14 16:05:04 2020 +++ pkgsrc/www/py-test-django/distinfo Mon Apr 6 16:55:46 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2020/01/14 16:05:04 adam Exp $ +$NetBSD: distinfo,v 1.19 2020/04/06 16:55:46 adam Exp $ -SHA1 (pytest-django-3.8.0.tar.gz) = 229aeed544f5b079e769cad0c45b8bc9ffb895b5 -RMD160 (pytest-django-3.8.0.tar.gz) = 1fec911cd1b1eb49d4a7a143c5ac60eee597ca41 -SHA512 (pytest-django-3.8.0.tar.gz) = 3ce45b08f913c3e20b679c7f7a07818ffab7088fd90757794e1807db2025d655c195304da3ca3905c8ddb58fc9708000dc492f4114df8f4e7bfdb1285ebd997a -Size (pytest-django-3.8.0.tar.gz) = 70013 bytes +SHA1 (pytest-django-3.9.0.tar.gz) = 70eebe8d1c6a707461ed7b07ac5b58ca5f28424f +RMD160 (pytest-django-3.9.0.tar.gz) = 8829f90cd33fae7e0a7e455f4d5e31a18ed12add +SHA512 (pytest-django-3.9.0.tar.gz) = 92985e66f47c91363d19fe2bfe8ccab14212be577692f90923dbbae4c8d406cf698796d485af2b721863392810fc07c6f11ada0c61589cd1861f0d34a732effe +Size (pytest-django-3.9.0.tar.gz) = 70498 bytes --_----------=_158619214677210--