CVS commit: pkgsrc/www/py-test-django
"Adam Ciarcinski" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: adam Date: Wed Aug 12 07:57:25 UTC 2026 Modified Files: pkgsrc/www/py-test-django: Makefile PLIST distinfo Log Message: py-test-django: updated to 4.14.0 4.14.0 (2026-08-10) Compatibility * Restored (unofficial) support for Django 5.0 and Django 5.1. Improvements * Added a ``django`` extra to the package. By depending on this extra (e.g. ``pip install pytest-django[django]``), the dependency resolver will ensure you get a version of pytest-django that is compatible with your version of Django (lower bound only). At least from now on... To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/py-test-django/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-test-django/PLIST cvs rdiff -u -r1.30 -r1.31 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.
(unnamed)
(text/x-diff, 2.4 KB)
Modified files:
Index: pkgsrc/www/py-test-django/Makefile
diff -u pkgsrc/www/py-test-django/Makefile:1.32 pkgsrc/www/py-test-django/Makefile:1.33
--- pkgsrc/www/py-test-django/Makefile:1.32 Wed Apr 22 07:32:22 2026
+++ pkgsrc/www/py-test-django/Makefile Wed Aug 12 07:57:25 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2026/04/22 07:32:22 adam Exp $
+# $NetBSD: Makefile,v 1.33 2026/08/12 07:57:25 adam Exp $
-DISTNAME= pytest_django-4.12.0
+DISTNAME= pytest_django-4.14.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-django/}
Index: pkgsrc/www/py-test-django/PLIST
diff -u pkgsrc/www/py-test-django/PLIST:1.7 pkgsrc/www/py-test-django/PLIST:1.8
--- pkgsrc/www/py-test-django/PLIST:1.7 Tue Apr 15 04:52:02 2025
+++ pkgsrc/www/py-test-django/PLIST Wed Aug 12 07:57:25 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2025/04/15 04:52:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/08/12 07:57:25 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -14,6 +14,7 @@ ${PYSITELIB}/pytest_django/_version.pyc
${PYSITELIB}/pytest_django/_version.pyo
${PYSITELIB}/pytest_django/asserts.py
${PYSITELIB}/pytest_django/asserts.pyc
+${PYSITELIB}/pytest_django/asserts.pyi
${PYSITELIB}/pytest_django/asserts.pyo
${PYSITELIB}/pytest_django/django_compat.py
${PYSITELIB}/pytest_django/django_compat.pyc
Index: pkgsrc/www/py-test-django/distinfo
diff -u pkgsrc/www/py-test-django/distinfo:1.30 pkgsrc/www/py-test-django/distinfo:1.31
--- pkgsrc/www/py-test-django/distinfo:1.30 Wed Apr 22 07:32:22 2026
+++ pkgsrc/www/py-test-django/distinfo Wed Aug 12 07:57:25 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2026/04/22 07:32:22 adam Exp $
+$NetBSD: distinfo,v 1.31 2026/08/12 07:57:25 adam Exp $
-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
+BLAKE2s (pytest_django-4.14.0.tar.gz) = f31b90907dbb055e358fde9590d922aa7a022f510f68beae8800c0f7ec2bdce3
+SHA512 (pytest_django-4.14.0.tar.gz) = 5be98f075dcff64f2896b9d1d116794c9d27346daa1d92124ac97d27bc9558c4576089cb86749ba46cc87307e7acb029c510a4efbb72e0a2211e0e235237133e
+Size (pytest_django-4.14.0.tar.gz) = 94700 bytes