pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-test-django py-test-django: updated to 3.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e70e806eacc2
branches:  trunk
changeset: 381742:e70e806eacc2
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jun 16 06:23:35 2018 +0000

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

 www/py-test-django/Makefile |   4 ++--
 www/py-test-django/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 8298ec8c2d35 -r e70e806eacc2 www/py-test-django/Makefile
--- a/www/py-test-django/Makefile       Sat Jun 16 06:22:01 2018 +0000
+++ b/www/py-test-django/Makefile       Sat Jun 16 06:23:35 2018 +0000
@@ -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 -r 8298ec8c2d35 -r e70e806eacc2 www/py-test-django/distinfo
--- a/www/py-test-django/distinfo       Sat Jun 16 06:22:01 2018 +0000
+++ b/www/py-test-django/distinfo       Sat Jun 16 06:23:35 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index