Received: by mail.netbsd.org (Postfix, from userid 605) id 4234E84D9E; Wed, 7 Feb 2018 07:54:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BDE8C84D8F for ; Wed, 7 Feb 2018 07:54:42 +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 eAtJDUKiLav3 for ; Wed, 7 Feb 2018 07:54:42 +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 4DF2784D47 for ; Wed, 7 Feb 2018 07:54:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 44065FB40; Wed, 7 Feb 2018 07:54:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151799008294440" MIME-Version: 1.0 Date: Wed, 7 Feb 2018 07:54:42 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-sugar To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180207075442.44065FB40@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. --_----------=_151799008294440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Feb 7 07:54:42 UTC 2018 Modified Files: pkgsrc/devel/py-test-sugar: Makefile distinfo Log Message: py-test-sugar: updated to 0.9.1 0.9.1: - Fix incompatibility with pytest 3.4 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-sugar/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-sugar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151799008294440 Content-Disposition: inline Content-Length: 1736 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-sugar/Makefile diff -u pkgsrc/devel/py-test-sugar/Makefile:1.2 pkgsrc/devel/py-test-sugar/Makefile:1.3 --- pkgsrc/devel/py-test-sugar/Makefile:1.2 Sun Dec 24 10:13:36 2017 +++ pkgsrc/devel/py-test-sugar/Makefile Wed Feb 7 07:54:42 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2017/12/24 10:13:36 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2018/02/07 07:54:42 adam Exp $ -DISTNAME= pytest-sugar-0.9.0 +DISTNAME= pytest-sugar-0.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-sugar/} Index: pkgsrc/devel/py-test-sugar/distinfo diff -u pkgsrc/devel/py-test-sugar/distinfo:1.1 pkgsrc/devel/py-test-sugar/distinfo:1.2 --- pkgsrc/devel/py-test-sugar/distinfo:1.1 Sun Nov 26 17:10:58 2017 +++ pkgsrc/devel/py-test-sugar/distinfo Wed Feb 7 07:54:42 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/11/26 17:10:58 adam Exp $ +$NetBSD: distinfo,v 1.2 2018/02/07 07:54:42 adam Exp $ -SHA1 (pytest-sugar-0.9.0.tar.gz) = 0d69a8315cb458695810ce98e83949b960f72db3 -RMD160 (pytest-sugar-0.9.0.tar.gz) = da6d6dcfe8ea73de232aa9eea0ce9cee9671b8c4 -SHA512 (pytest-sugar-0.9.0.tar.gz) = 04aaa1590264ce0629a3079edfa3eb5f370f2cdcc4f78a4ecd018e81ff465697cc7e84908bb8abf950c20966335c17325731357730c9955ab6dcbb213b6af358 -Size (pytest-sugar-0.9.0.tar.gz) = 11741 bytes +SHA1 (pytest-sugar-0.9.1.tar.gz) = e171e28493dee3cdfe033424a73e02aea147a0d0 +RMD160 (pytest-sugar-0.9.1.tar.gz) = 959854ca243e8631575ffc302c97c86c813484d5 +SHA512 (pytest-sugar-0.9.1.tar.gz) = 10b56906f0a3b6565677dcacfa9aab06a9c983d2e910143741a1b27dd4ce365d188e950b423c669fb2a2a2519fe520627c6d38c0b92d232f5071375952db4119 +Size (pytest-sugar-0.9.1.tar.gz) = 11886 bytes --_----------=_151799008294440--