pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkgsrc: py-test-django: updated to 3.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16290a05eedb
branches:  trunk
changeset: 306534:16290a05eedb
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 18 07:09:02 2018 +0000
description:
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.

diffstat:

 www/py-test-django/Makefile               |   4 ++--
 www/py-test-django/distinfo               |  11 +++++------
 www/py-test-django/patches/patch-setup.py |  13 -------------
 3 files changed, 7 insertions(+), 21 deletions(-)

diffs (45 lines):

diff -r 1f2f36b36738 -r 16290a05eedb www/py-test-django/Makefile
--- a/www/py-test-django/Makefile       Wed Apr 18 07:06:05 2018 +0000
+++ b/www/py-test-django/Makefile       Wed Apr 18 07:09:02 2018 +0000
@@ -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/}
diff -r 1f2f36b36738 -r 16290a05eedb www/py-test-django/distinfo
--- a/www/py-test-django/distinfo       Wed Apr 18 07:06:05 2018 +0000
+++ b/www/py-test-django/distinfo       Wed Apr 18 07:09:02 2018 +0000
@@ -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
diff -r 1f2f36b36738 -r 16290a05eedb www/py-test-django/patches/patch-setup.py
--- a/www/py-test-django/patches/patch-setup.py Wed Apr 18 07:06:05 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2018/03/24 17:06:44 joerg Exp $
-
---- setup.py.orig      2018-03-24 14:40:26.001382784 +0000
-+++ setup.py
-@@ -28,7 +28,7 @@ setup(
-     license='BSD-3-Clause',
-     packages=['pytest_django'],
-     long_description=read('README.rst'),
--    setup_requires=['setuptools_scm==1.11.1'],
-+    setup_requires=['setuptools_scm>=1.11.1'],
-     install_requires=['pytest>=2.9'],
-     classifiers=['Development Status :: 5 - Production/Stable',
-                  'Framework :: Django',



Home | Main Index | Thread Index | Old Index