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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da396a92eef7
branches:  trunk
changeset: 440099:da396a92eef7
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 02 19:31:39 2020 +0000

description:
py-test-django: updated to 3.10.0

v3.10.0

Improvements
Officialy support Django 3.1
Preliminary supoprt for upcoming Django 3.2
Support for pytest-xdist 2.0

Misc
Fix running pytest-django’s own tests against pytest 6.0

diffstat:

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

diffs (39 lines):

diff -r dcc8ab50396c -r da396a92eef7 www/py-test-django/Makefile
--- a/www/py-test-django/Makefile       Fri Oct 02 19:27:47 2020 +0000
+++ b/www/py-test-django/Makefile       Fri Oct 02 19:31:39 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/05/16 18:02:59 adam Exp $
+# $NetBSD: Makefile,v 1.20 2020/10/02 19:31:39 adam Exp $
 
-DISTNAME=      pytest-django-3.9.0
+DISTNAME=      pytest-django-3.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-django/}
@@ -12,6 +12,11 @@
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.11.1:../../devel/py-setuptools_scm
 
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 27
+DEPENDS+=      ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
+.endif
+
 PYTHON_VERSIONED_DEPENDENCIES= test
 
 USE_LANGUAGES= # none
diff -r dcc8ab50396c -r da396a92eef7 www/py-test-django/distinfo
--- a/www/py-test-django/distinfo       Fri Oct 02 19:27:47 2020 +0000
+++ b/www/py-test-django/distinfo       Fri Oct 02 19:31:39 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2020/04/06 16:55:46 adam Exp $
+$NetBSD: distinfo,v 1.20 2020/10/02 19:31:39 adam Exp $
 
-SHA1 (pytest-django-3.9.0.tar.gz) = 70eebe8d1c6a707461ed7b07ac5b58ca5f28424f
-RMD160 (pytest-django-3.9.0.tar.gz) = 8829f90cd33fae7e0a7e455f4d5e31a18ed12add
-SHA512 (pytest-django-3.9.0.tar.gz) = 92985e66f47c91363d19fe2bfe8ccab14212be577692f90923dbbae4c8d406cf698796d485af2b721863392810fc07c6f11ada0c61589cd1861f0d34a732effe
-Size (pytest-django-3.9.0.tar.gz) = 70498 bytes
+SHA1 (pytest-django-3.10.0.tar.gz) = ea0ccf405d596d52e101d6c54e7bf5203b150396
+RMD160 (pytest-django-3.10.0.tar.gz) = 6962ffbf6711d72a3a1a1e8365a52827335bd66d
+SHA512 (pytest-django-3.10.0.tar.gz) = 62386a1577ea879968c16255ca7bf2e4fe742569a794d5bf7f0be92141dd6d1ee2fcff27930d5357f1f7d62e5d835784653c04a74315028c1ed69a599cebdf7c
+Size (pytest-django-3.10.0.tar.gz) = 73732 bytes


Home | Main Index | Thread Index | Old Index