diff options
author | adam <adam@pkgsrc.org> | 2018-06-24 11:19:33 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-06-24 11:19:33 +0000 |
commit | 62843125830642f4455f36ae16a63474de9b2502 (patch) | |
tree | f765bd241fc2bce434ddb3fcf25bae6475c1a58c /www/py-test-django | |
parent | 79c4264186e7143a9b56f97d9a63eb66086fe900 (diff) | |
download | pkgsrc-62843125830642f4455f36ae16a63474de9b2502.tar.gz |
py-test-django: updated to 3.3.2
3.3.2:
Unknown changes
3.3.1:
Bug fixes
* Fixed test for classmethod with Django TestCases again
Compatibility
* Support Django 2.1 (no changes necessary)
Diffstat (limited to 'www/py-test-django')
-rw-r--r-- | www/py-test-django/Makefile | 4 | ||||
-rw-r--r-- | www/py-test-django/PLIST | 5 | ||||
-rw-r--r-- | www/py-test-django/distinfo | 10 |
3 files changed, 8 insertions, 11 deletions
diff --git a/www/py-test-django/Makefile b/www/py-test-django/Makefile index 8ddcf614a74..5273ec9ba7a 100644 --- a/www/py-test-django/Makefile +++ b/www/py-test-django/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2018/06/16 06:23:35 adam Exp $ +# $NetBSD: Makefile,v 1.4 2018/06/24 11:19:33 adam Exp $ -DISTNAME= pytest-django-3.3.0 +DISTNAME= pytest-django-3.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-django/} diff --git a/www/py-test-django/PLIST b/www/py-test-django/PLIST index 0d5452d579b..f9f7de9a7a7 100644 --- a/www/py-test-django/PLIST +++ b/www/py-test-django/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2018/01/11 14:07:11 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2018/06/24 11:19:33 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -32,6 +32,3 @@ ${PYSITELIB}/pytest_django/migrations.pyo ${PYSITELIB}/pytest_django/plugin.py ${PYSITELIB}/pytest_django/plugin.pyc ${PYSITELIB}/pytest_django/plugin.pyo -${PYSITELIB}/pytest_django/pytest_compat.py -${PYSITELIB}/pytest_django/pytest_compat.pyc -${PYSITELIB}/pytest_django/pytest_compat.pyo diff --git a/www/py-test-django/distinfo b/www/py-test-django/distinfo index ec50d3bfc64..6aa73a9e3ec 100644 --- a/www/py-test-django/distinfo +++ b/www/py-test-django/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2018/06/16 06:23:35 adam Exp $ +$NetBSD: distinfo,v 1.5 2018/06/24 11:19:33 adam Exp $ -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 +SHA1 (pytest-django-3.3.2.tar.gz) = 930bf059b51a18dc08cf24fefbe438b83a565651 +RMD160 (pytest-django-3.3.2.tar.gz) = c2f6e3d8a2344ddd83b69cd583094378120a907c +SHA512 (pytest-django-3.3.2.tar.gz) = d0a1f297801785a31a83d8d3f7d9029ed4cace540f3436d8e193ee528aa5df203ad944a8aa078b58db12d5add504111555f577c664f25e891f82776c7d37befd +Size (pytest-django-3.3.2.tar.gz) = 65053 bytes |