diff options
author | adam <adam@pkgsrc.org> | 2018-06-16 06:23:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-06-16 06:23:35 +0000 |
commit | 580cea532e7a4f10851f657574ffb92853a7f0f1 (patch) | |
tree | b4304bbc5ebbb538c0ee829ebb195e9de59e4b63 /www | |
parent | 68254eacbc2d37473d69bb61b359a6e18cf675dc (diff) | |
download | pkgsrc-580cea532e7a4f10851f657574ffb92853a7f0f1.tar.gz |
py-test-django: updated to 3.3.0
3.3.0:
Features
Added new fixtures django_mail_dnsname and django_mail_patch_dns, used by mailoutbox to monkeypatch the DNS_NAME used in django.core.mail to improve performance and reproducibility.
Bug fixes
Fixed test for classmethod with Django TestCases
Fixed RemovedInPytest4Warning: MarkInfo objects are deprecated
Fixed scope of overridden settings with live_server fixture: previously they were visible to following tests
Diffstat (limited to 'www')
-rw-r--r-- | www/py-test-django/Makefile | 4 | ||||
-rw-r--r-- | www/py-test-django/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-test-django/Makefile b/www/py-test-django/Makefile index 4857040312f..8ddcf614a74 100644 --- a/www/py-test-django/Makefile +++ b/www/py-test-django/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2018/04/18 07:09:02 adam Exp $ +# $NetBSD: Makefile,v 1.3 2018/06/16 06:23:35 adam Exp $ -DISTNAME= pytest-django-3.2.1 +DISTNAME= pytest-django-3.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-django/} diff --git a/www/py-test-django/distinfo b/www/py-test-django/distinfo index 3a12d16019e..ec50d3bfc64 100644 --- a/www/py-test-django/distinfo +++ b/www/py-test-django/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/04/18 07:09:02 adam Exp $ +$NetBSD: distinfo,v 1.4 2018/06/16 06:23:35 adam Exp $ -SHA1 (pytest-django-3.2.1.tar.gz) = c1bf73a315e6f10ef24f3e5ce558e185782ff172 -RMD160 (pytest-django-3.2.1.tar.gz) = 63b5aeb6b77ebdedeccb48b0c321d1184c72ebf0 -SHA512 (pytest-django-3.2.1.tar.gz) = a67e6eef8c18f3b0372f2d544d0a52ced4afd15f65439a41fadf9ad453069f9a09c7cf369dab2088a8b739363524a4db97b450abe004c2e51f764ff70ddee54d -Size (pytest-django-3.2.1.tar.gz) = 63706 bytes +SHA1 (pytest-django-3.3.0.tar.gz) = db03137906d471fbba09305d5f9770158131fbf2 +RMD160 (pytest-django-3.3.0.tar.gz) = f1396e2a20994dafc02e36f52a4cac40c2af1b9c +SHA512 (pytest-django-3.3.0.tar.gz) = b4b74b0a98cf8763776c8ef07dc944732bfb08f1341e88871aaf43c0e3b99bbb2b65d51a1249c2cd3e1601a19cba6deebd2d29e137e136a21568eb51474837df +Size (pytest-django-3.3.0.tar.gz) = 64949 bytes |