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:           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.

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



Home | Main Index | Thread Index | Old Index