Sat Jun 16 06:23:35 2018 UTC ()
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


(adam)
diff -r1.2 -r1.3 pkgsrc/www/py-test-django/Makefile
diff -r1.3 -r1.4 pkgsrc/www/py-test-django/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/www/py-test-django/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-test-django/Makefile 2018/04/18 07:09:02 1.2
+++ pkgsrc/www/py-test-django/Makefile 2018/06/16 06:23:35 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2018/04/18 07:09:02 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2018/06/16 06:23:35 adam Exp $
2 2
3DISTNAME= pytest-django-3.2.1 3DISTNAME= pytest-django-3.3.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-django/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-django/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pytest-django.readthedocs.io/ 9HOMEPAGE= https://pytest-django.readthedocs.io/
10COMMENT= Django plugin for pytest 10COMMENT= Django plugin for pytest
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-test>=2.9:../../devel/py-test 13DEPENDS+= ${PYPKGPREFIX}-test>=2.9:../../devel/py-test
14BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.11.1:../../devel/py-setuptools_scm 14BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.11.1:../../devel/py-setuptools_scm
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none

cvs diff -r1.3 -r1.4 pkgsrc/www/py-test-django/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-test-django/distinfo 2018/04/18 07:09:02 1.3
+++ pkgsrc/www/py-test-django/distinfo 2018/06/16 06:23:35 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2018/04/18 07:09:02 adam Exp $ 1$NetBSD: distinfo,v 1.4 2018/06/16 06:23:35 adam Exp $
2 2
3SHA1 (pytest-django-3.2.1.tar.gz) = c1bf73a315e6f10ef24f3e5ce558e185782ff172 3SHA1 (pytest-django-3.3.0.tar.gz) = db03137906d471fbba09305d5f9770158131fbf2
4RMD160 (pytest-django-3.2.1.tar.gz) = 63b5aeb6b77ebdedeccb48b0c321d1184c72ebf0 4RMD160 (pytest-django-3.3.0.tar.gz) = f1396e2a20994dafc02e36f52a4cac40c2af1b9c
5SHA512 (pytest-django-3.2.1.tar.gz) = a67e6eef8c18f3b0372f2d544d0a52ced4afd15f65439a41fadf9ad453069f9a09c7cf369dab2088a8b739363524a4db97b450abe004c2e51f764ff70ddee54d 5SHA512 (pytest-django-3.3.0.tar.gz) = b4b74b0a98cf8763776c8ef07dc944732bfb08f1341e88871aaf43c0e3b99bbb2b65d51a1249c2cd3e1601a19cba6deebd2d29e137e136a21568eb51474837df
6Size (pytest-django-3.2.1.tar.gz) = 63706 bytes 6Size (pytest-django-3.3.0.tar.gz) = 64949 bytes