Received: by mail.netbsd.org (Postfix, from userid 605) id D5F8784D51; Tue, 28 Aug 2018 11:02:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB24D84D4D for ; Tue, 28 Aug 2018 11:02:38 +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 VvfgwsPnw6eS for ; Tue, 28 Aug 2018 11:02:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1A6AD84D4B for ; Tue, 28 Aug 2018 11:02:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0A6FAFBF8; Tue, 28 Aug 2018 11:02:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1535454158292030" MIME-Version: 1.0 Date: Tue, 28 Aug 2018 11:02:38 +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: <20180828110238.0A6FAFBF8@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. --_----------=_1535454158292030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Aug 28 11:02:37 UTC 2018 Modified Files: pkgsrc/www/py-test-django: Makefile distinfo Log Message: py-test-django: updated to 3.4.2 3.4.2: Bugfixes - Changed dependency for pathlib to pathlib2. - Fixed code for inserting the project to sys.path with pathlib to use an absolute path, regression in 3.4.0 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-test-django/Makefile cvs rdiff -u -r1.7 -r1.8 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. --_----------=_1535454158292030 Content-Disposition: inline Content-Length: 1737 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.6 pkgsrc/www/py-test-django/Makefile:1.7 --- pkgsrc/www/py-test-django/Makefile:1.6 Sat Aug 18 21:14:49 2018 +++ pkgsrc/www/py-test-django/Makefile Tue Aug 28 11:02:37 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2018/08/18 21:14:49 adam Exp $ +# $NetBSD: Makefile,v 1.7 2018/08/28 11:02:37 adam Exp $ -DISTNAME= pytest-django-3.4.1 +DISTNAME= pytest-django-3.4.2 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.7 pkgsrc/www/py-test-django/distinfo:1.8 --- pkgsrc/www/py-test-django/distinfo:1.7 Sat Aug 18 21:14:49 2018 +++ pkgsrc/www/py-test-django/distinfo Tue Aug 28 11:02:37 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/08/18 21:14:49 adam Exp $ +$NetBSD: distinfo,v 1.8 2018/08/28 11:02:37 adam Exp $ -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 +SHA1 (pytest-django-3.4.2.tar.gz) = e31f0110fe86da53b3918b4158a71a8cb0d730e2 +RMD160 (pytest-django-3.4.2.tar.gz) = 33d05b9c3bfac2f7d5cba1a9979067add0e74a4c +SHA512 (pytest-django-3.4.2.tar.gz) = 09267ad7d4d0dc270c5f11af054706c410ae71b697df0f601716c7aeb9591f2e53ddf33e679ef3fe0fd2860a0b3d2ac01e599eee774ba918b89efbc61f16e964 +Size (pytest-django-3.4.2.tar.gz) = 62609 bytes --_----------=_1535454158292030--