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:           Wed Nov 14 09:10:45 UTC 2018

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

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

3.4.4:

Bugfixes
* Refine the django.conf module check to see if the settings really are
  configured.
* Avoid crash after OSError during Django path detection.

Features
* Add parameter info to fixture assert_num_queries to display additional message on failure.

Docs
* Improve doc for django_assert_num_queries/django_assert_max_num_queries.
* Add warning about sqlite specific snippet + fix typos.

Misc
* MANIFEST.in: include tests for downstream distros.
* Ensure that the LICENSE file is included in wheels.
* Run black on source.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-test-django/Makefile
cvs rdiff -u -r1.9 -r1.10 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.8 pkgsrc/www/py-test-django/Makefile:1.9
--- pkgsrc/www/py-test-django/Makefile:1.8      Tue Oct  2 08:45:10 2018
+++ pkgsrc/www/py-test-django/Makefile  Wed Nov 14 09:10:45 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/10/02 08:45:10 adam Exp $
+# $NetBSD: Makefile,v 1.9 2018/11/14 09:10:45 adam Exp $
 
-DISTNAME=      pytest-django-3.4.3
+DISTNAME=      pytest-django-3.4.4
 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.9 pkgsrc/www/py-test-django/distinfo:1.10
--- pkgsrc/www/py-test-django/distinfo:1.9      Tue Oct  2 08:45:10 2018
+++ pkgsrc/www/py-test-django/distinfo  Wed Nov 14 09:10:45 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/10/02 08:45:10 adam Exp $
+$NetBSD: distinfo,v 1.10 2018/11/14 09:10:45 adam Exp $
 
-SHA1 (pytest-django-3.4.3.tar.gz) = 209f10d31d0d679581a466806a53a967f1b6467f
-RMD160 (pytest-django-3.4.3.tar.gz) = b4e7f329a0664175115d5481f5fe4d6208ae0e94
-SHA512 (pytest-django-3.4.3.tar.gz) = f6df7a76899bde3c3e56b6b42d626be4bbabc925b23109594c8acd50c2d2ec80d9d93019563d1441ba1418a34c1a974579e2c6a0d786ced1db23736d99133c83
-Size (pytest-django-3.4.3.tar.gz) = 62514 bytes
+SHA1 (pytest-django-3.4.4.tar.gz) = ac1d0666e191ad374ad2332a7b79a2f6e092b1c9
+RMD160 (pytest-django-3.4.4.tar.gz) = bd3300d9c61c3f87db9b45581df37f88c93c5d33
+SHA512 (pytest-django-3.4.4.tar.gz) = a851b27e9abc4829a47abb5da40cbd69fea5c48b05c81f88910d4345696c6d01f78e07ac489cec7cfb5724dd8432891ff9260dc585e720d758491906812661df
+Size (pytest-django-3.4.4.tar.gz) = 66962 bytes



Home | Main Index | Thread Index | Old Index