diff options
author | adam <adam@pkgsrc.org> | 2020-04-06 16:55:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-04-06 16:55:46 +0000 |
commit | 1569ccad47f36adf955085932d70d94860299165 (patch) | |
tree | ba318c95c1b5ea102c05fff84a5c438552db0243 /www | |
parent | edd44f3ff28ab8ddb9802478a7d804ed775dc34a (diff) | |
download | pkgsrc-1569ccad47f36adf955085932d70d94860299165.tar.gz |
py-test-django: updated to 3.9.0
v3.9.0:
Improvements
* Improve test ordering with Django test classes
* Remove import of pkg_resources for parsing pytest version (performance)
Bugfixes
* Work around unittest issue with pytest 5.4.{0,1}
* Don't break --failed-first when re-ordering tests
* pytest_addoption: use `group.addoption`
Misc
* Remove Django version from --nomigrations heading
* docs: changelog: prefix headers with v for permalink anchors
* changelog: add custom/fixed anchor for last version
* setup.py: add Changelog to project_urls
Diffstat (limited to 'www')
-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 71133efb07e..f647d56c4df 100644 --- a/www/py-test-django/Makefile +++ b/www/py-test-django/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2020/01/14 16:05:04 adam Exp $ +# $NetBSD: Makefile,v 1.18 2020/04/06 16:55:46 adam Exp $ -DISTNAME= pytest-django-3.8.0 +DISTNAME= pytest-django-3.9.0 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 889659ac8b5..6dff12bc35b 100644 --- a/www/py-test-django/distinfo +++ b/www/py-test-django/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2020/01/14 16:05:04 adam Exp $ +$NetBSD: distinfo,v 1.19 2020/04/06 16:55:46 adam Exp $ -SHA1 (pytest-django-3.8.0.tar.gz) = 229aeed544f5b079e769cad0c45b8bc9ffb895b5 -RMD160 (pytest-django-3.8.0.tar.gz) = 1fec911cd1b1eb49d4a7a143c5ac60eee597ca41 -SHA512 (pytest-django-3.8.0.tar.gz) = 3ce45b08f913c3e20b679c7f7a07818ffab7088fd90757794e1807db2025d655c195304da3ca3905c8ddb58fc9708000dc492f4114df8f4e7bfdb1285ebd997a -Size (pytest-django-3.8.0.tar.gz) = 70013 bytes +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 |