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 Apr 18 07:09:03 UTC 2018

Modified Files:
        pkgsrc/www/py-test-django: Makefile distinfo
Removed Files:
        pkgsrc/www/py-test-django/patches: patch-setup.py

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

3.2.1
Fix automatic deployment to PyPI.

3.2.0
Features:
Added new fixture django_assert_num_queries for testing the number of database queries
–fail-on-template-vars has been improved and should now return full/absolute path
Support for setting the live server port
unittest: help with setUpClass not being a classmethod

Bug fixes:
Fix –reuse-db and –create-db not working together
Numerous fixes in the documentation. These should not go unnoticed.

Compatibilitya:
Support for Django 2.0 has been added.
Support for Django before 1.8 has been dropped.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-test-django/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-test-django/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/www/py-test-django/patches/patch-setup.py

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.1 pkgsrc/www/py-test-django/Makefile:1.2
--- pkgsrc/www/py-test-django/Makefile:1.1      Thu Jan 11 14:07:11 2018
+++ pkgsrc/www/py-test-django/Makefile  Wed Apr 18 07:09:02 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/01/11 14:07:11 adam Exp $
+# $NetBSD: Makefile,v 1.2 2018/04/18 07:09:02 adam Exp $
 
-DISTNAME=      pytest-django-3.1.2
+DISTNAME=      pytest-django-3.2.1
 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.2 pkgsrc/www/py-test-django/distinfo:1.3
--- pkgsrc/www/py-test-django/distinfo:1.2      Sat Mar 24 17:06:44 2018
+++ pkgsrc/www/py-test-django/distinfo  Wed Apr 18 07:09:02 2018
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/03/24 17:06:44 joerg Exp $
+$NetBSD: distinfo,v 1.3 2018/04/18 07:09:02 adam Exp $
 
-SHA1 (pytest-django-3.1.2.tar.gz) = db4fa00349697a6623fa3f3741c903db6cef92a0
-RMD160 (pytest-django-3.1.2.tar.gz) = 2022e41ee0eedb22da725a1c27807c5f0ad11ee1
-SHA512 (pytest-django-3.1.2.tar.gz) = 7abe96ffcd427bc48163a7016e2e3f7e31ef4176471163679a34ca4bea88a28dcd1033f8c24eb4880c355c55f58a790164021bda1c28fbd09fc426c80f2c775b
-Size (pytest-django-3.1.2.tar.gz) = 60225 bytes
-SHA1 (patch-setup.py) = 55c66881c05459beafe5828fb665d4c1de693f2f
+SHA1 (pytest-django-3.2.1.tar.gz) = c1bf73a315e6f10ef24f3e5ce558e185782ff172
+RMD160 (pytest-django-3.2.1.tar.gz) = 63b5aeb6b77ebdedeccb48b0c321d1184c72ebf0
+SHA512 (pytest-django-3.2.1.tar.gz) = a67e6eef8c18f3b0372f2d544d0a52ced4afd15f65439a41fadf9ad453069f9a09c7cf369dab2088a8b739363524a4db97b450abe004c2e51f764ff70ddee54d
+Size (pytest-django-3.2.1.tar.gz) = 63706 bytes



Home | Main Index | Thread Index | Old Index