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:           Wed Nov 13 20:56:56 UTC 2019

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

Log Message:
py-test-django: updated to 3.7.0

3.7.0:
Bugfixes
* Monkeypatch pytest to not use ``TestCase.debug`` with unittests, instead
  of patching it into Django.
* Work around pytest crashing due to ``pytest.fail`` being used from within the
  DB blocker, and pytest trying to display an object representation involving
  DB access.  pytest-django uses a ``RuntimeError`` now instead.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-test-django/Makefile
cvs rdiff -u -r1.16 -r1.17 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.15 pkgsrc/www/py-test-django/Makefile:1.16
--- pkgsrc/www/py-test-django/Makefile:1.15     Tue Nov  5 07:49:37 2019
+++ pkgsrc/www/py-test-django/Makefile  Wed Nov 13 20:56:56 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/11/05 07:49:37 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/11/13 20:56:56 adam Exp $
 
-DISTNAME=      pytest-django-3.6.0
+DISTNAME=      pytest-django-3.7.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.16 pkgsrc/www/py-test-django/distinfo:1.17
--- pkgsrc/www/py-test-django/distinfo:1.16     Tue Nov  5 07:49:37 2019
+++ pkgsrc/www/py-test-django/distinfo  Wed Nov 13 20:56:56 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2019/11/05 07:49:37 adam Exp $
+$NetBSD: distinfo,v 1.17 2019/11/13 20:56:56 adam Exp $
 
-SHA1 (pytest-django-3.6.0.tar.gz) = f657a05defd16c5c4ee469c7a62c50e80a9dc6ae
-RMD160 (pytest-django-3.6.0.tar.gz) = 2f237046b4a7ab48c9a15b67868dfc0b0f30dcd4
-SHA512 (pytest-django-3.6.0.tar.gz) = f5548b8c2fecd576f70c9135b8f7ba1711c2aee8c0bcc5ac8a3ec42cc043cb375e267b81d3c7c57709eb795fb1a7da3f49d69155e42ec2ef67c7065c84ca393f
-Size (pytest-django-3.6.0.tar.gz) = 68743 bytes
+SHA1 (pytest-django-3.7.0.tar.gz) = 6c351e3cf9319bf9fe378880830241e9b1981847
+RMD160 (pytest-django-3.7.0.tar.gz) = 3be0d76b42240e88528775d58dac2b1cf50aff3d
+SHA512 (pytest-django-3.7.0.tar.gz) = ea3eb738ae234157ea1da2dc7bc2dea10136a3b062f5eb6b8a1777dd618f476a48cce6cfe8450834d50f6cf924d070cc212510efb18cf1c69e287502cbd6ffcf
+Size (pytest-django-3.7.0.tar.gz) = 69100 bytes



Home | Main Index | Thread Index | Old Index