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:           Fri Oct  2 19:31:39 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-test-django/Makefile \
    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.19 pkgsrc/www/py-test-django/Makefile:1.20
--- pkgsrc/www/py-test-django/Makefile:1.19     Sat May 16 18:02:59 2020
+++ pkgsrc/www/py-test-django/Makefile  Fri Oct  2 19:31:39 2020
@@ -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 @@ LICENSE=     modified-bsd
 
 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
Index: pkgsrc/www/py-test-django/distinfo
diff -u pkgsrc/www/py-test-django/distinfo:1.19 pkgsrc/www/py-test-django/distinfo:1.20
--- pkgsrc/www/py-test-django/distinfo:1.19     Mon Apr  6 16:55:46 2020
+++ pkgsrc/www/py-test-django/distinfo  Fri Oct  2 19:31:39 2020
@@ -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