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 Sep 4 09:33:57 UTC 2024
Modified Files:
pkgsrc/www/py-test-django: Makefile distinfo
Log Message:
py-test-django: updated to 4.9.0
v4.9.0 (2024-09-02)
Compatibility
* Added official support for Django 5.1.
* Dropped support for Django 3.2 and 4.1.
Improvements
* Respect the ``string_if_invalid`` template setting when
``--fail-on-template-vars`` is active and
:func:`@pytest.mark.ignore_template_errors <pytest.mark.ignore_template_errors>`
is used.
* Avoid running database migrations for :class:`~django.test.SimpleTestCase`
unittest tests.
* Added docstrings to public fixtures.
Bugfixes
* Fix type hints for ``pytest_django.asserts.assertFormError()`` and
``pytest_django.asserts.assertForSetError()``.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/py-test-django/Makefile
cvs rdiff -u -r1.26 -r1.27 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.27 pkgsrc/www/py-test-django/Makefile:1.28
--- pkgsrc/www/py-test-django/Makefile:1.27 Fri Feb 2 16:09:00 2024
+++ pkgsrc/www/py-test-django/Makefile Wed Sep 4 09:33:57 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2024/02/02 16:09:00 adam Exp $
+# $NetBSD: Makefile,v 1.28 2024/09/04 09:33:57 adam Exp $
-DISTNAME= pytest-django-4.8.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+DISTNAME= pytest_django-4.9.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-django/}
@@ -17,7 +17,5 @@ DEPENDS+= ${PYPKGPREFIX}-test>=7.0.0:../
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-test-django/distinfo
diff -u pkgsrc/www/py-test-django/distinfo:1.26 pkgsrc/www/py-test-django/distinfo:1.27
--- pkgsrc/www/py-test-django/distinfo:1.26 Fri Feb 2 16:09:00 2024
+++ pkgsrc/www/py-test-django/distinfo Wed Sep 4 09:33:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2024/02/02 16:09:00 adam Exp $
+$NetBSD: distinfo,v 1.27 2024/09/04 09:33:57 adam Exp $
-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
+BLAKE2s (pytest_django-4.9.0.tar.gz) = ec1e51ca21e1db3db57cb6411340a2a3b946b69d4e862fe9f72a4b35c940976c
+SHA512 (pytest_django-4.9.0.tar.gz) = c94c24b0006485df361f16bcfe102097f5de491573f5a73880d95432770195b91de47da353f2cf3e5b9dedad85d4a193550333c424144c74da79209d09687289
+Size (pytest_django-4.9.0.tar.gz) = 84067 bytes
Home |
Main Index |
Thread Index |
Old Index