Received: by mail.netbsd.org (Postfix, from userid 605) id 655C684DC8; Mon, 15 Apr 2019 08:27:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DEA1084DC1 for ; Mon, 15 Apr 2019 08:27:42 +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 jIivjj-D_gqA for ; Mon, 15 Apr 2019 08:27: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 4E5B584D6A for ; Mon, 15 Apr 2019 08:27:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 48ED1FB16; Mon, 15 Apr 2019 08:27:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1555316862174790" MIME-Version: 1.0 Date: Mon, 15 Apr 2019 08:27:42 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-autopep8 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190415082742.48ED1FB16@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. --_----------=_1555316862174790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 15 08:27:42 UTC 2019 Modified Files: pkgsrc/devel/py-autopep8: Makefile distinfo Log Message: py-autopep8: updated to 1.4.4 version 1.4.4 * fix bugs * Don't write the file unless there are changes * update configuration documentation To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-autopep8/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-autopep8/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1555316862174790 Content-Disposition: inline Content-Length: 1670 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-autopep8/Makefile diff -u pkgsrc/devel/py-autopep8/Makefile:1.9 pkgsrc/devel/py-autopep8/Makefile:1.10 --- pkgsrc/devel/py-autopep8/Makefile:1.9 Tue Nov 13 11:35:28 2018 +++ pkgsrc/devel/py-autopep8/Makefile Mon Apr 15 08:27:42 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2018/11/13 11:35:28 adam Exp $ +# $NetBSD: Makefile,v 1.10 2019/04/15 08:27:42 adam Exp $ -DISTNAME= autopep8-1.4.3 +DISTNAME= autopep8-1.4.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/autopep8/} Index: pkgsrc/devel/py-autopep8/distinfo diff -u pkgsrc/devel/py-autopep8/distinfo:1.8 pkgsrc/devel/py-autopep8/distinfo:1.9 --- pkgsrc/devel/py-autopep8/distinfo:1.8 Tue Nov 13 11:35:28 2018 +++ pkgsrc/devel/py-autopep8/distinfo Mon Apr 15 08:27:42 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2018/11/13 11:35:28 adam Exp $ +$NetBSD: distinfo,v 1.9 2019/04/15 08:27:42 adam Exp $ -SHA1 (autopep8-1.4.3.tar.gz) = 0d21c356e33dd0518a65275208fdd96c3447c768 -RMD160 (autopep8-1.4.3.tar.gz) = a0e2afcd494dd0f149d31bb9ed59be0b96483686 -SHA512 (autopep8-1.4.3.tar.gz) = a51b0f74c056207c869e8b9f178e08854cb274af56734373e2e6ad9626a1d28b6ec5beb7b90c4fa8c71d3d7c4ede199f716854f93f369d669ecc7095b09dee38 -Size (autopep8-1.4.3.tar.gz) = 113940 bytes +SHA1 (autopep8-1.4.4.tar.gz) = 3622f89aa0993654411b82168fd251324b07f512 +RMD160 (autopep8-1.4.4.tar.gz) = 20519df3aad29b85a6f9e76e757c794c4e9da9bb +SHA512 (autopep8-1.4.4.tar.gz) = 06822df7cd02c68980965c1fd987dec03785e155554ff0f735dc707c4de99b4d152b0d092e21017ec5d9176b33bcf22f3ef2b0986f38faebab0928443eca4d32 +Size (autopep8-1.4.4.tar.gz) = 114796 bytes --_----------=_1555316862174790--