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: Mon Feb 10 16:29:37 UTC 2025
Modified Files:
pkgsrc/www/py-test-django: Makefile distinfo
Log Message:
py-test-django: updated to 4.10.0
v4.10.0 (2025-02-10)
Compatibility
* Added official support for Python 3.13.
Improvements
* Added ``using`` argument to :fixture:`django_assert_num_queries` and
:fixture:`django_assert_max_num_queries` to easily specify the database
alias to use.
Bugfixes
* Fixed lock/unlock of db breaks if pytest is executed twice in the same process.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/py-test-django/Makefile
cvs rdiff -u -r1.27 -r1.28 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.29 pkgsrc/www/py-test-django/Makefile:1.30
--- pkgsrc/www/py-test-django/Makefile:1.29 Mon Nov 11 07:29:28 2024
+++ pkgsrc/www/py-test-django/Makefile Mon Feb 10 16:29:37 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2024/11/11 07:29:28 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2025/02/10 16:29:37 adam Exp $
-DISTNAME= pytest_django-4.9.0
+DISTNAME= pytest_django-4.10.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.27 pkgsrc/www/py-test-django/distinfo:1.28
--- pkgsrc/www/py-test-django/distinfo:1.27 Wed Sep 4 09:33:57 2024
+++ pkgsrc/www/py-test-django/distinfo Mon Feb 10 16:29:37 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/09/04 09:33:57 adam Exp $
+$NetBSD: distinfo,v 1.28 2025/02/10 16:29:37 adam Exp $
-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
+BLAKE2s (pytest_django-4.10.0.tar.gz) = 9d7105cbcc3ec0a8315de607b3629c6f009c1308271c2897cd0fe88882dca61a
+SHA512 (pytest_django-4.10.0.tar.gz) = 1c19bf93c65a34ee8b37601031b5ce986f022215fbdfda5e337abfe22f65cb40adf4bf228913810fa59005d7048936b743c1ca6885d52c241e87eaaea4bbc3d0
+Size (pytest_django-4.10.0.tar.gz) = 84710 bytes
Home |
Main Index |
Thread Index |
Old Index