Received: by mail.netbsd.org (Postfix, from userid 605) id 4527484D72; Wed, 27 Feb 2019 12:07:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BFFF684D6A for ; Wed, 27 Feb 2019 12:07:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id O0JzpSID4XYg for ; Wed, 27 Feb 2019 12:07:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3A1A684CF1 for ; Wed, 27 Feb 2019 12:07:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 364FBFB16; Wed, 27 Feb 2019 12:07:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551269234270810" MIME-Version: 1.0 Date: Wed, 27 Feb 2019 12:07:14 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-test-django To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190227120714.364FBFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1551269234270810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Feb 27 12:07:14 UTC 2019 Modified Files: pkgsrc/www/py-test-django: Makefile PLIST distinfo Log Message: py-test-django: updated to 3.4.8 3.4.8: Fix DB renaming fixture for Multi-DB environment with SQLite To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-test-django/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-test-django/PLIST cvs rdiff -u -r1.12 -r1.13 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. --_----------=_1551269234270810 Content-Disposition: inline Content-Length: 2695 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-test-django/Makefile diff -u pkgsrc/www/py-test-django/Makefile:1.11 pkgsrc/www/py-test-django/Makefile:1.12 --- pkgsrc/www/py-test-django/Makefile:1.11 Wed Feb 6 08:51:48 2019 +++ pkgsrc/www/py-test-django/Makefile Wed Feb 27 12:07:14 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2019/02/06 08:51:48 adam Exp $ +# $NetBSD: Makefile,v 1.12 2019/02/27 12:07:14 adam Exp $ -DISTNAME= pytest-django-3.4.7 +DISTNAME= pytest-django-3.4.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-django/} Index: pkgsrc/www/py-test-django/PLIST diff -u pkgsrc/www/py-test-django/PLIST:1.2 pkgsrc/www/py-test-django/PLIST:1.3 --- pkgsrc/www/py-test-django/PLIST:1.2 Sun Jun 24 11:19:33 2018 +++ pkgsrc/www/py-test-django/PLIST Wed Feb 27 12:07:14 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2018/06/24 11:19:33 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2019/02/27 12:07:14 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -11,9 +11,6 @@ ${PYSITELIB}/pytest_django/__init__.pyo ${PYSITELIB}/pytest_django/compat.py ${PYSITELIB}/pytest_django/compat.pyc ${PYSITELIB}/pytest_django/compat.pyo -${PYSITELIB}/pytest_django/db_reuse.py -${PYSITELIB}/pytest_django/db_reuse.pyc -${PYSITELIB}/pytest_django/db_reuse.pyo ${PYSITELIB}/pytest_django/django_compat.py ${PYSITELIB}/pytest_django/django_compat.pyc ${PYSITELIB}/pytest_django/django_compat.pyo Index: pkgsrc/www/py-test-django/distinfo diff -u pkgsrc/www/py-test-django/distinfo:1.12 pkgsrc/www/py-test-django/distinfo:1.13 --- pkgsrc/www/py-test-django/distinfo:1.12 Wed Feb 6 08:51:48 2019 +++ pkgsrc/www/py-test-django/distinfo Wed Feb 27 12:07:14 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2019/02/06 08:51:48 adam Exp $ +$NetBSD: distinfo,v 1.13 2019/02/27 12:07:14 adam Exp $ -SHA1 (pytest-django-3.4.7.tar.gz) = 10550d9d23c11db7373c7c164ab060248a0c8625 -RMD160 (pytest-django-3.4.7.tar.gz) = e0bfa8e9474553a57acd8a48f5b412390ed716d6 -SHA512 (pytest-django-3.4.7.tar.gz) = 21110dc4098e7923e3e4e8b979a178f1b2f21ef61756880b39ce1fb0fdea36cfdb481f374ffaf6d3343d9ab98a6e4fc77df35298e5b4e847ee559f34c1f94107 -Size (pytest-django-3.4.7.tar.gz) = 67699 bytes +SHA1 (pytest-django-3.4.8.tar.gz) = b2e8ce6a5434c73967617f6a660617216408e593 +RMD160 (pytest-django-3.4.8.tar.gz) = 663c857e967c037b81b0bd24ed13ca554fc58970 +SHA512 (pytest-django-3.4.8.tar.gz) = 526cc93e725cba618593e9bd01fb31319f9d7054b69067b34780e2be458ab47119e0969089c99d0497ce41d5d93b34a0099812147b0d38e1aab6be4b5778ccd1 +Size (pytest-django-3.4.8.tar.gz) = 67335 bytes --_----------=_1551269234270810--