Received: by mail.netbsd.org (Postfix, from userid 605) id 1790F850DB; Wed, 23 Jun 2021 20:11:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5391A850DA for ; Wed, 23 Jun 2021 20:11:32 +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 Ns7vZ4EKNtyW for ; Wed, 23 Jun 2021 20:11:31 +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 C9ABD84C71 for ; Wed, 23 Jun 2021 20:11:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C13EBFA95; Wed, 23 Jun 2021 20:11:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162447909155840" MIME-Version: 1.0 Date: Wed, 23 Jun 2021 20:11:31 +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: <20210623201131.C13EBFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162447909155840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jun 23 20:11:31 UTC 2021 Modified Files: pkgsrc/devel/py-xdis: Makefile distinfo Log Message: py-xdis: updated to 5.0.10 5.0.10: Fix incorrect variable name in marshaller dump Add Python 3.8.10 as a 3.8.x release xdis/magics.py: Add 3.9.5 To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-xdis/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-xdis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162447909155840 Content-Disposition: inline Content-Length: 1599 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.31 pkgsrc/devel/py-xdis/Makefile:1.32 --- pkgsrc/devel/py-xdis/Makefile:1.31 Thu Apr 22 16:07:43 2021 +++ pkgsrc/devel/py-xdis/Makefile Wed Jun 23 20:11:31 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2021/04/22 16:07:43 adam Exp $ +# $NetBSD: Makefile,v 1.32 2021/06/23 20:11:31 adam Exp $ -DISTNAME= xdis-5.0.9 +DISTNAME= xdis-5.0.10 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.30 pkgsrc/devel/py-xdis/distinfo:1.31 --- pkgsrc/devel/py-xdis/distinfo:1.30 Thu Apr 22 16:07:43 2021 +++ pkgsrc/devel/py-xdis/distinfo Wed Jun 23 20:11:31 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2021/04/22 16:07:43 adam Exp $ +$NetBSD: distinfo,v 1.31 2021/06/23 20:11:31 adam Exp $ -SHA1 (xdis-5.0.9.tar.gz) = 7faf825f57d015a545eb6ce415655d1914835e18 -RMD160 (xdis-5.0.9.tar.gz) = 410a61684b0ec773d0ebf14818ebcde16fa815b4 -SHA512 (xdis-5.0.9.tar.gz) = 23d9d8de67f55bcfee3514c12c82535e7427ae91f30a0a717761247d8b53c70b4b352cbf401e4309695fae4800ae7443a122bc12e167824213cc515e9697b7a1 -Size (xdis-5.0.9.tar.gz) = 235293 bytes +SHA1 (xdis-5.0.10.tar.gz) = dc72a7bfd62a57970c84e59ce31d53c0deb0076b +RMD160 (xdis-5.0.10.tar.gz) = 730a9d89c298568cf75b5e97c4aaca7f15cd72c0 +SHA512 (xdis-5.0.10.tar.gz) = 99553399a3d6e5967c123fae965a0d043a6a6a51c9d16837b8aa33a94c65ea1585ecb2e1fc0bb1b424d9959e20a5ca79d4d12d04671433977c244ba768ea9ed4 +Size (xdis-5.0.10.tar.gz) = 235410 bytes --_----------=_162447909155840--