Subject: CVS commit: pkgsrc/www/py-test-django
From: Adam Ciarcinski
Date: 2018-04-18 09:09:03
Message id: 20180418070903.39106FBEC@cvs.NetBSD.org

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.

Files:
RevisionActionfile
1.2modifypkgsrc/www/py-test-django/Makefile
1.3modifypkgsrc/www/py-test-django/distinfo
1.1removepkgsrc/www/py-test-django/patches/patch-setup.py