Received: by mail.netbsd.org (Postfix, from userid 605) id B9F1184EC5; Tue, 23 Oct 2018 08:05:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BC11084EC3 for ; Tue, 23 Oct 2018 08:05:40 +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 XojhxnyoWSM2 for ; Tue, 23 Oct 2018 08:05:40 +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 2549484D04 for ; Tue, 23 Oct 2018 08:05:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14307FBEE; Tue, 23 Oct 2018 08:05:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154028194082940" MIME-Version: 1.0 Date: Tue, 23 Oct 2018 08:05:40 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-xdis To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20181023080540.14307FBEE@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. --_----------=_154028194082940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 23 08:05:40 UTC 2018 Modified Files: pkgsrc/devel/py-xdis: Makefile distinfo Log Message: py-xdis: updated to 3.8.8 3.8.8: * Add for 3.6.7 and 3.7.1 magic. * pytest/test_std.py: Dropped a test * pytest/test_std.py, xdis/op_imports.py, xdis/std.py: make_std_api accepts floating-point version number To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-xdis/Makefile \ pkgsrc/devel/py-xdis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154028194082940 Content-Disposition: inline Content-Length: 1583 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-xdis/Makefile diff -u pkgsrc/devel/py-xdis/Makefile:1.1 pkgsrc/devel/py-xdis/Makefile:1.2 --- pkgsrc/devel/py-xdis/Makefile:1.1 Thu Sep 20 13:45:11 2018 +++ pkgsrc/devel/py-xdis/Makefile Tue Oct 23 08:05:39 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2018/09/20 13:45:11 adam Exp $ +# $NetBSD: Makefile,v 1.2 2018/10/23 08:05:39 adam Exp $ -DISTNAME= xdis-3.8.7 +DISTNAME= xdis-3.8.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=x/xdis/} Index: pkgsrc/devel/py-xdis/distinfo diff -u pkgsrc/devel/py-xdis/distinfo:1.1 pkgsrc/devel/py-xdis/distinfo:1.2 --- pkgsrc/devel/py-xdis/distinfo:1.1 Thu Sep 20 13:45:11 2018 +++ pkgsrc/devel/py-xdis/distinfo Tue Oct 23 08:05:39 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2018/09/20 13:45:11 adam Exp $ +$NetBSD: distinfo,v 1.2 2018/10/23 08:05:39 adam Exp $ -SHA1 (xdis-3.8.7.tar.gz) = 607b3ac7eba2a4bafb700315a7621e0c04967a6d -RMD160 (xdis-3.8.7.tar.gz) = 7bc8e9ca86f389e0a3351317f2bbd0e6e5d4f679 -SHA512 (xdis-3.8.7.tar.gz) = f91f4d4f9435d9798ab6c9c89b8f3b90d121a70679661a03c191e553eef1291c629322e3c471fa3553fac57ef1f0eb668a7b3d4e1171823abcd03a1163da2365 -Size (xdis-3.8.7.tar.gz) = 180731 bytes +SHA1 (xdis-3.8.8.tar.gz) = 428308ab5f46141269aa8127ab055f6b4c588877 +RMD160 (xdis-3.8.8.tar.gz) = b83691947bee7917de00a11f30de16f7b0782c7e +SHA512 (xdis-3.8.8.tar.gz) = 9ea9a180c135eb573500fc05c4925b8321bc6aac269e72083ff91befe2d0ce8c8a80321fdece1eb33aa8662d21293dae8bf2da81cf2c0eaf184226986a3fd61d +Size (xdis-3.8.8.tar.gz) = 180921 bytes --_----------=_154028194082940--