Received: by mail.netbsd.org (Postfix, from userid 605) id 92A6A852C2; Fri, 2 Feb 2024 16:09:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C0861852BD for ; Fri, 2 Feb 2024 16:09:01 +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 tQ_k5ZzUn--8 for ; Fri, 2 Feb 2024 16:09:01 +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 325FE84D41 for ; Fri, 2 Feb 2024 16:09:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F895FA42; Fri, 2 Feb 2024 16:09:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706890141136460" MIME-Version: 1.0 Date: Fri, 2 Feb 2024 16:09:01 +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: <20240202160901.1F895FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706890141136460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Feb 2 16:09:01 UTC 2024 Modified Files: pkgsrc/www/py-test-django: Makefile distinfo Log Message: py-test-django: updated to 4.8.0 v4.8.0 (2024-01-30) Improvements * Add `pytest.asserts.assertMessages()` to mimic the behaviour of the ``django.contrib.messages.test.MessagesTestMixin.assertMessages`` function for Django versions >= 5.0. Bugfixes * Fix `--help`/`--version` crash in a partially configured app. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/py-test-django/Makefile cvs rdiff -u -r1.25 -r1.26 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. --_----------=_1706890141136460 Content-Disposition: inline Content-Length: 1641 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.26 pkgsrc/www/py-test-django/Makefile:1.27 --- pkgsrc/www/py-test-django/Makefile:1.26 Thu Nov 9 06:54:18 2023 +++ pkgsrc/www/py-test-django/Makefile Fri Feb 2 16:09:00 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2023/11/09 06:54:18 adam Exp $ +# $NetBSD: Makefile,v 1.27 2024/02/02 16:09:00 adam Exp $ -DISTNAME= pytest-django-4.7.0 +DISTNAME= pytest-django-4.8.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.25 pkgsrc/www/py-test-django/distinfo:1.26 --- pkgsrc/www/py-test-django/distinfo:1.25 Thu Nov 9 06:54:18 2023 +++ pkgsrc/www/py-test-django/distinfo Fri Feb 2 16:09:00 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2023/11/09 06:54:18 adam Exp $ +$NetBSD: distinfo,v 1.26 2024/02/02 16:09:00 adam Exp $ -BLAKE2s (pytest-django-4.7.0.tar.gz) = a44f2996fa9c75a62a0e83fbfbd1d7635ad93cc4a735f82380ee99edd83d0a51 -SHA512 (pytest-django-4.7.0.tar.gz) = b7ce5648cba363bd7294775fb595408f378d37674af84ba2340f322ca5db1f0c9ac68beba80c30b6c56d3b7e8b3fef67739c4debc3f353de247a4d927619103c -Size (pytest-django-4.7.0.tar.gz) = 82819 bytes +BLAKE2s (pytest-django-4.8.0.tar.gz) = 41a2df480b69885bde5d3acfb6025455f9bd833b93c1b428f95124fee17ccb97 +SHA512 (pytest-django-4.8.0.tar.gz) = 1c1c726fcf3f914849599df082cedbe9eda595e14a69ae3adea31c4b45ab76d4a3bc2de31da1b81e56317087df74953010289e031f991cd380b729fd53304ca6 +Size (pytest-django-4.8.0.tar.gz) = 83291 bytes --_----------=_1706890141136460--