pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-test-django
Module Name: pkgsrc
Committed By: adam
Date: Wed Apr 22 07:32:22 UTC 2026
Modified Files:
pkgsrc/www/py-test-django: Makefile distinfo
Log Message:
py-test-django: updated to 4.12.0
v4.12.0 (2026-02-14)
Compatibility
* Official Python 3.14 support.
* Dropped support for Python 3.9, minimum version is now Python 3.10.
* Official Django 6.0 support.
Improvements
* The :ref:`multiple databases <multi-db>` support added in v4.3.0 is no longer considered experimental.
* Added :func:`@pytest.mark.django_isolate_apps <pytest.mark.django_isolate_apps>`
for isolating Django's app registry in pytest tests, and a
:fixture:`django_isolated_apps` fixture to access the isolated Apps registry instance if needed.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/py-test-django/Makefile
cvs rdiff -u -r1.29 -r1.30 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.
Modified files:
Index: pkgsrc/www/py-test-django/Makefile
diff -u pkgsrc/www/py-test-django/Makefile:1.31 pkgsrc/www/py-test-django/Makefile:1.32
--- pkgsrc/www/py-test-django/Makefile:1.31 Tue Apr 15 04:52:02 2025
+++ pkgsrc/www/py-test-django/Makefile Wed Apr 22 07:32:22 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2025/04/15 04:52:02 adam Exp $
+# $NetBSD: Makefile,v 1.32 2026/04/22 07:32:22 adam Exp $
-DISTNAME= pytest_django-4.11.1
+DISTNAME= pytest_django-4.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/}
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.29 pkgsrc/www/py-test-django/distinfo:1.30
--- pkgsrc/www/py-test-django/distinfo:1.29 Tue Apr 15 04:52:02 2025
+++ pkgsrc/www/py-test-django/distinfo Wed Apr 22 07:32:22 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2025/04/15 04:52:02 adam Exp $
+$NetBSD: distinfo,v 1.30 2026/04/22 07:32:22 adam Exp $
-BLAKE2s (pytest_django-4.11.1.tar.gz) = 468d0fa2d78ff7ea24a98fa4c1a376bda039e19f01fe52890b287ffc7f6d3f1a
-SHA512 (pytest_django-4.11.1.tar.gz) = e91cc27aee749a1afed7557a0205c5907c6e43089b889f95550b5e8b85ddb7d9d07a414fb785411d6ce8f1148bda82a092b49ac685b6908ed2ef5762edfdf891
-Size (pytest_django-4.11.1.tar.gz) = 86202 bytes
+BLAKE2s (pytest_django-4.12.0.tar.gz) = bfcda75d915a0554de186f35085402282d1cee161110130213dc73a2596b2cda
+SHA512 (pytest_django-4.12.0.tar.gz) = bea12ef29a37c54347587e651e3fc4a61188ad08551ee27a42ba174a0645bcaef5892baf70ccabe3e3b0b420499175cc87affaeb355e0caa6985ee39d9d658e2
+Size (pytest_django-4.12.0.tar.gz) = 91156 bytes
Home |
Main Index |
Thread Index |
Old Index