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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7440fd627ade
branches:  trunk
changeset: 426819:7440fd627ade
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 06 16:55:46 2020 +0000

description:
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:

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

diffs (27 lines):

diff -r 6f07a16b4ce9 -r 7440fd627ade www/py-test-django/Makefile
--- a/www/py-test-django/Makefile       Mon Apr 06 16:35:07 2020 +0000
+++ b/www/py-test-django/Makefile       Mon Apr 06 16:55:46 2020 +0000
@@ -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 -r 6f07a16b4ce9 -r 7440fd627ade www/py-test-django/distinfo
--- a/www/py-test-django/distinfo       Mon Apr 06 16:35:07 2020 +0000
+++ b/www/py-test-django/distinfo       Mon Apr 06 16:55:46 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index