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:           Tue Jan 14 16:05:04 UTC 2020

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

Log Message:
py-test-django: updated to 3.8.0

3.8.0:
* Make Django's assertion helpers available in pytest_django.asserts.
* Report django-configurations setting


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-test-django/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-test-django/PLIST
cvs rdiff -u -r1.17 -r1.18 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.16 pkgsrc/www/py-test-django/Makefile:1.17
--- pkgsrc/www/py-test-django/Makefile:1.16     Wed Nov 13 20:56:56 2019
+++ pkgsrc/www/py-test-django/Makefile  Tue Jan 14 16:05:04 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/11/13 20:56:56 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/01/14 16:05:04 adam Exp $
 
-DISTNAME=      pytest-django-3.7.0
+DISTNAME=      pytest-django-3.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-django/}

Index: pkgsrc/www/py-test-django/PLIST
diff -u pkgsrc/www/py-test-django/PLIST:1.3 pkgsrc/www/py-test-django/PLIST:1.4
--- pkgsrc/www/py-test-django/PLIST:1.3 Wed Feb 27 12:07:14 2019
+++ pkgsrc/www/py-test-django/PLIST     Tue Jan 14 16:05:04 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/02/27 12:07:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/01/14 16:05:04 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -8,6 +8,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
 ${PYSITELIB}/pytest_django/__init__.py
 ${PYSITELIB}/pytest_django/__init__.pyc
 ${PYSITELIB}/pytest_django/__init__.pyo
+${PYSITELIB}/pytest_django/asserts.py
+${PYSITELIB}/pytest_django/asserts.pyc
+${PYSITELIB}/pytest_django/asserts.pyo
 ${PYSITELIB}/pytest_django/compat.py
 ${PYSITELIB}/pytest_django/compat.pyc
 ${PYSITELIB}/pytest_django/compat.pyo

Index: pkgsrc/www/py-test-django/distinfo
diff -u pkgsrc/www/py-test-django/distinfo:1.17 pkgsrc/www/py-test-django/distinfo:1.18
--- pkgsrc/www/py-test-django/distinfo:1.17     Wed Nov 13 20:56:56 2019
+++ pkgsrc/www/py-test-django/distinfo  Tue Jan 14 16:05:04 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2019/11/13 20:56:56 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/01/14 16:05:04 adam Exp $
 
-SHA1 (pytest-django-3.7.0.tar.gz) = 6c351e3cf9319bf9fe378880830241e9b1981847
-RMD160 (pytest-django-3.7.0.tar.gz) = 3be0d76b42240e88528775d58dac2b1cf50aff3d
-SHA512 (pytest-django-3.7.0.tar.gz) = ea3eb738ae234157ea1da2dc7bc2dea10136a3b062f5eb6b8a1777dd618f476a48cce6cfe8450834d50f6cf924d070cc212510efb18cf1c69e287502cbd6ffcf
-Size (pytest-django-3.7.0.tar.gz) = 69100 bytes
+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



Home | Main Index | Thread Index | Old Index