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.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e2353cda8be
branches:  trunk
changeset: 417616:4e2353cda8be
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 13 20:56:56 2019 +0000

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

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 0cb853914ed6 -r 4e2353cda8be www/py-test-django/Makefile
--- a/www/py-test-django/Makefile       Wed Nov 13 20:56:08 2019 +0000
+++ b/www/py-test-django/Makefile       Wed Nov 13 20:56:56 2019 +0000
@@ -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/}
diff -r 0cb853914ed6 -r 4e2353cda8be www/py-test-django/distinfo
--- a/www/py-test-django/distinfo       Wed Nov 13 20:56:08 2019 +0000
+++ b/www/py-test-django/distinfo       Wed Nov 13 20:56:56 2019 +0000
@@ -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