diff options
author | adam <adam@pkgsrc.org> | 2018-08-07 10:11:22 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-08-07 10:11:22 +0000 |
commit | c39d2cd47d59394e3d7a56425c1da1cc2db01a88 (patch) | |
tree | 296bc0bfa6a72c2ae04396d82c6f3ebeefaf0415 /www/py-test-django | |
parent | 9259813f9b21ff55bb7baf2337e180edbf2194ae (diff) | |
download | pkgsrc-c39d2cd47d59394e3d7a56425c1da1cc2db01a88.tar.gz |
py-test-django: updated to 3.3.3
3.3.3:
Bug fixes
Fixed registration of ignore_template_errors() marker, which is required with pytest --strict
Fixed another regression with unittest
Docs
Use sphinx_rtf_theme
Minor fixes.
Diffstat (limited to 'www/py-test-django')
-rw-r--r-- | www/py-test-django/Makefile | 4 | ||||
-rw-r--r-- | www/py-test-django/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-test-django/Makefile b/www/py-test-django/Makefile index 5273ec9ba7a..bd4d1648e7e 100644 --- a/www/py-test-django/Makefile +++ b/www/py-test-django/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2018/06/24 11:19:33 adam Exp $ +# $NetBSD: Makefile,v 1.5 2018/08/07 10:11:22 adam Exp $ -DISTNAME= pytest-django-3.3.2 +DISTNAME= pytest-django-3.3.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-django/} diff --git a/www/py-test-django/distinfo b/www/py-test-django/distinfo index 6aa73a9e3ec..4af690057db 100644 --- a/www/py-test-django/distinfo +++ b/www/py-test-django/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2018/06/24 11:19:33 adam Exp $ +$NetBSD: distinfo,v 1.6 2018/08/07 10:11:22 adam Exp $ -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 +SHA1 (pytest-django-3.3.3.tar.gz) = 81a917cbfe359a1cbdcd913bb88dd2133ec5ef30 +RMD160 (pytest-django-3.3.3.tar.gz) = 3eee2b54bc7ff093449b0df28fab411749f88164 +SHA512 (pytest-django-3.3.3.tar.gz) = c445ee9fb531ef50e74cde05192863e2f03e2bdae686796e3fcee640c134c0068b3ff40b89feefdb99dbc1258226bdad9fc496d6a5484ed1803254c130065507 +Size (pytest-django-3.3.3.tar.gz) = 59738 bytes |