pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-test-django py-test-django: updated to 3.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe3eb82ad9d1
branches:  trunk
changeset: 311804:fe3eb82ad9d1
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Aug 18 21:14:49 2018 +0000

description:
py-test-django: updated to 3.4.1

3.4.1:
Unknown changes

3.4.0:
Features
Added new fixture django_assert_max_num_queries.
Added support for connection and returning the wrapped context manager with django_assert_num_queries.
Added support for resetting sequences via django_db_reset_sequences.

Bugfixes
Made sure to not call django.setup() multiple times.

Compatibility
Removed py dependency, use pathlib instead

diffstat:

 www/py-test-django/Makefile |   6 +++---
 www/py-test-django/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 7fed3efb32a0 -r fe3eb82ad9d1 www/py-test-django/Makefile
--- a/www/py-test-django/Makefile       Sat Aug 18 21:07:10 2018 +0000
+++ b/www/py-test-django/Makefile       Sat Aug 18 21:14:49 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/08/07 10:11:22 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/08/18 21:14:49 adam Exp $
 
-DISTNAME=      pytest-django-3.3.3
+DISTNAME=      pytest-django-3.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-django/}
@@ -10,7 +10,7 @@
 COMMENT=       Django plugin for pytest
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-test>=2.9:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-test>=3.6:../../devel/py-test
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.11.1:../../devel/py-setuptools_scm
 
 USE_LANGUAGES= # none
diff -r 7fed3efb32a0 -r fe3eb82ad9d1 www/py-test-django/distinfo
--- a/www/py-test-django/distinfo       Sat Aug 18 21:07:10 2018 +0000
+++ b/www/py-test-django/distinfo       Sat Aug 18 21:14:49 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/08/07 10:11:22 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/08/18 21:14:49 adam Exp $
 
-SHA1 (pytest-django-3.3.3.tar.gz) = 81a917cbfe359a1cbdcd913bb88dd2133ec5ef30
-RMD160 (pytest-django-3.3.3.tar.gz) = 3eee2b54bc7ff093449b0df28fab411749f88164
-SHA512 (pytest-django-3.3.3.tar.gz) = c445ee9fb531ef50e74cde05192863e2f03e2bdae686796e3fcee640c134c0068b3ff40b89feefdb99dbc1258226bdad9fc496d6a5484ed1803254c130065507
-Size (pytest-django-3.3.3.tar.gz) = 59738 bytes
+SHA1 (pytest-django-3.4.1.tar.gz) = 0ad93a694d9b9034d5d6bfc0c3b5d76f057487aa
+RMD160 (pytest-django-3.4.1.tar.gz) = e198573b695dc8f97bb6236d31831961603b6f3c
+SHA512 (pytest-django-3.4.1.tar.gz) = bb6d445e2834e2d9812df4ebc404997a20c6c048d52eb18e76136347edb52946fd7ca66bbadda51bbabd04eb7bd242792ee495be066e271a65cf506cf70c5dbd
+Size (pytest-django-3.4.1.tar.gz) = 62394 bytes



Home | Main Index | Thread Index | Old Index