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:           Thu Nov  9 06:54:18 UTC 2023

Modified Files:
        pkgsrc/www/py-test-django: Makefile distinfo

Log Message:
py-test-django: updated to 4.7.0

v4.7.0 (2023-11-08)
-------------------

Compatibility

* Official Django 5.0 support.

* Official Python 3.12 support.

Improvements

* The Django test tags from the previous release now works on any
  :class:`~django.test.SimpleTestCase` (i.e. any Django test framework test
  class), not just :class:`~django.test.TransactionTestCase` classes.

* Some improvements for those of us who like to type their tests:

  - Add ``pytest_django.DjangoAssertNumQueries`` for typing
    :fixture:`django_assert_num_queries` and
    :fixture:`django_assert_max_num_queries`.

  - Add ``pytest_django.DjangoCaptureOnCommitCallbacks`` for typing
    :fixture:`django_capture_on_commit_callbacks`.

  - Add ``pytest_django.DjangoDbBlocker`` for typing
    :fixture:`django_db_blocker`.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-test-django/Makefile
cvs rdiff -u -r1.24 -r1.25 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.25 pkgsrc/www/py-test-django/Makefile:1.26
--- pkgsrc/www/py-test-django/Makefile:1.25     Fri Nov  3 08:21:59 2023
+++ pkgsrc/www/py-test-django/Makefile  Thu Nov  9 06:54:18 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/11/03 08:21:59 adam Exp $
+# $NetBSD: Makefile,v 1.26 2023/11/09 06:54:18 adam Exp $
 
-DISTNAME=      pytest-django-4.6.0
+DISTNAME=      pytest-django-4.7.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.24 pkgsrc/www/py-test-django/distinfo:1.25
--- pkgsrc/www/py-test-django/distinfo:1.24     Fri Nov  3 08:21:59 2023
+++ pkgsrc/www/py-test-django/distinfo  Thu Nov  9 06:54:18 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2023/11/03 08:21:59 adam Exp $
+$NetBSD: distinfo,v 1.25 2023/11/09 06:54:18 adam Exp $
 
-BLAKE2s (pytest-django-4.6.0.tar.gz) = 92670dc8b09b58378726e9052748b00a15b1e297abdbe3e4f351169256a06b56
-SHA512 (pytest-django-4.6.0.tar.gz) = b49ea1cb11e58e719022b28670d65b6707f5b10b8e4963689b87ccce595c528bd1a8830c45125834953e19331a6aba03feab3614578e3966c015565ae523ccbd
-Size (pytest-django-4.6.0.tar.gz) = 83138 bytes
+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



Home | Main Index | Thread Index | Old Index