Received: by mail.netbsd.org (Postfix, from userid 605) id 476FE84D74; Tue, 7 Jul 2020 05:14:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C2CEA84D62 for ; Tue, 7 Jul 2020 05:14:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ihbWMedi2Mw1 for ; Tue, 7 Jul 2020 05:14:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 42BA684CE0 for ; Tue, 7 Jul 2020 05:14:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 37053FB28; Tue, 7 Jul 2020 05:14:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159409885516290" MIME-Version: 1.0 Date: Tue, 7 Jul 2020 05:14:15 +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: <20200707051415.37053FB28@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. --_----------=_159409885516290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 7 05:14:15 UTC 2020 Modified Files: pkgsrc/devel/py-test-sugar: Makefile distinfo Log Message: py-test-sugar: updated to 0.9.4 0.9.4 - Fix pytest-sugar 0.9.3 incompatible with pytest 5.4 - Fix Tests fail with pytest 3.5.0 DOCTESTS - Fix Tests fail with pytest 5.x To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-test-sugar/Makefile cvs rdiff -u -r1.4 -r1.5 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. --_----------=_159409885516290 Content-Disposition: inline Content-Length: 1737 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.6 pkgsrc/devel/py-test-sugar/Makefile:1.7 --- pkgsrc/devel/py-test-sugar/Makefile:1.6 Sat May 16 09:16:57 2020 +++ pkgsrc/devel/py-test-sugar/Makefile Tue Jul 7 05:14:15 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2020/05/16 09:16:57 adam Exp $ +# $NetBSD: Makefile,v 1.7 2020/07/07 05:14:15 adam Exp $ -DISTNAME= pytest-sugar-0.9.3 +DISTNAME= pytest-sugar-0.9.4 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.4 pkgsrc/devel/py-test-sugar/distinfo:1.5 --- pkgsrc/devel/py-test-sugar/distinfo:1.4 Mon Apr 27 08:18:04 2020 +++ pkgsrc/devel/py-test-sugar/distinfo Tue Jul 7 05:14:15 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2020/04/27 08:18:04 adam Exp $ +$NetBSD: distinfo,v 1.5 2020/07/07 05:14:15 adam Exp $ -SHA1 (pytest-sugar-0.9.3.tar.gz) = ae85fec3aa885e5a891f5b1512ab349c812708a9 -RMD160 (pytest-sugar-0.9.3.tar.gz) = 2e09a1b533f980f4c89116bf7f9278dfb617e062 -SHA512 (pytest-sugar-0.9.3.tar.gz) = ac2edb57e0eb453410e2595614093a9e0d4642e8ba1dc738d87eff3a476a57df006a55e480c15ddbd0ffddea219314c810b8385024208090056059e17b201bb8 -Size (pytest-sugar-0.9.3.tar.gz) = 12649 bytes +SHA1 (pytest-sugar-0.9.4.tar.gz) = 6b693cc56bf6608e49296211c9f88755cf8b8358 +RMD160 (pytest-sugar-0.9.4.tar.gz) = 71aab612ea3d22b2d6180037186108502c889d58 +SHA512 (pytest-sugar-0.9.4.tar.gz) = bbe375f0ae934d132457d698c9e09994a9a96a31860397f1b5e50b32139e5018f0137ddc0d3dd84bec29fc2b4c16592f59a38933c53fb8acec714c64689c4c76 +Size (pytest-sugar-0.9.4.tar.gz) = 12727 bytes --_----------=_159409885516290--