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

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-test-django/Makefile
cvs rdiff -u -r1.3 -r1.4 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.2 pkgsrc/www/py-test-django/Makefile:1.3
--- pkgsrc/www/py-test-django/Makefile:1.2      Wed Apr 18 07:09:02 2018
+++ pkgsrc/www/py-test-django/Makefile  Sat Jun 16 06:23:35 2018
@@ -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/}

Index: pkgsrc/www/py-test-django/distinfo
diff -u pkgsrc/www/py-test-django/distinfo:1.3 pkgsrc/www/py-test-django/distinfo:1.4
--- pkgsrc/www/py-test-django/distinfo:1.3      Wed Apr 18 07:09:02 2018
+++ pkgsrc/www/py-test-django/distinfo  Sat Jun 16 06:23:35 2018
@@ -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