Received: by mail.netbsd.org (Postfix, from userid 605) id A1EFA84DA6; Thu, 14 Dec 2017 13:21:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2DA5884D79 for ; Thu, 14 Dec 2017 13:21:03 +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 pb90KTSswtvd for ; Thu, 14 Dec 2017 13:21:02 +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 B00E884D27 for ; Thu, 14 Dec 2017 13:21:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A55EFFB40; Thu, 14 Dec 2017 13:21:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1513257662253510" MIME-Version: 1.0 Date: Thu, 14 Dec 2017 13:21:02 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-ruamel-yaml To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171214132102.A55EFFB40@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. --_----------=_1513257662253510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Dec 14 13:21:02 UTC 2017 Modified Files: pkgsrc/devel/py-ruamel-yaml: Makefile distinfo Log Message: py-ruamel-yaml: updated to 0.15.35 [0, 15, 35]: - allow None as stream when specifying transform parameters to YAML.dump(). This is useful if the transforming function doesn't return a meaningful value To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-ruamel-yaml/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-ruamel-yaml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1513257662253510 Content-Disposition: inline Content-Length: 1759 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-ruamel-yaml/Makefile diff -u pkgsrc/devel/py-ruamel-yaml/Makefile:1.4 pkgsrc/devel/py-ruamel-yaml/Makefile:1.5 --- pkgsrc/devel/py-ruamel-yaml/Makefile:1.4 Sat Oct 28 08:51:25 2017 +++ pkgsrc/devel/py-ruamel-yaml/Makefile Thu Dec 14 13:21:02 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2017/10/28 08:51:25 adam Exp $ +# $NetBSD: Makefile,v 1.5 2017/12/14 13:21:02 adam Exp $ -DISTNAME= ruamel.yaml-0.15.34 +DISTNAME= ruamel.yaml-0.15.35 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/./-/1} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=r/ruamel.yaml/} Index: pkgsrc/devel/py-ruamel-yaml/distinfo diff -u pkgsrc/devel/py-ruamel-yaml/distinfo:1.3 pkgsrc/devel/py-ruamel-yaml/distinfo:1.4 --- pkgsrc/devel/py-ruamel-yaml/distinfo:1.3 Sat Oct 28 08:51:25 2017 +++ pkgsrc/devel/py-ruamel-yaml/distinfo Thu Dec 14 13:21:02 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/10/28 08:51:25 adam Exp $ +$NetBSD: distinfo,v 1.4 2017/12/14 13:21:02 adam Exp $ -SHA1 (ruamel.yaml-0.15.34.tar.gz) = 2108aa705128d088bb739f794cd3c5f7497a8b19 -RMD160 (ruamel.yaml-0.15.34.tar.gz) = 6ec8b673079da1c1fb73ae2a09f641e64bc0009e -SHA512 (ruamel.yaml-0.15.34.tar.gz) = f5ae2c590f5570b40d4c05ee86eaf326d210897f6d27fecefd1a43de2dcb7189d181572cf24df370d78568622822df193e4126c1d42ae4a528eba8f281272545 -Size (ruamel.yaml-0.15.34.tar.gz) = 260561 bytes +SHA1 (ruamel.yaml-0.15.35.tar.gz) = 8d7da2aaf2d4548be9d18a6f724193b0933e9ad0 +RMD160 (ruamel.yaml-0.15.35.tar.gz) = ff9966f2f22bf7ee7d0e1e3a5b27b66f5f1a64c1 +SHA512 (ruamel.yaml-0.15.35.tar.gz) = 3d376ec2b680bf97f3dc80ae15db871ed03abf5187ec5cfcca12b579e449a10f879ea4b885d87d735d15405f18cf685521a855069a86ecbfe71ed51e43abbbe6 +Size (ruamel.yaml-0.15.35.tar.gz) = 260956 bytes --_----------=_1513257662253510--