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:           Mon Apr  6 16:55:46 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-test-django/Makefile
cvs rdiff -u -r1.18 -r1.19 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.17 pkgsrc/www/py-test-django/Makefile:1.18
--- pkgsrc/www/py-test-django/Makefile:1.17     Tue Jan 14 16:05:04 2020
+++ pkgsrc/www/py-test-django/Makefile  Mon Apr  6 16:55:46 2020
@@ -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/}

Index: pkgsrc/www/py-test-django/distinfo
diff -u pkgsrc/www/py-test-django/distinfo:1.18 pkgsrc/www/py-test-django/distinfo:1.19
--- pkgsrc/www/py-test-django/distinfo:1.18     Tue Jan 14 16:05:04 2020
+++ pkgsrc/www/py-test-django/distinfo  Mon Apr  6 16:55:46 2020
@@ -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