Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9CA187A167 for ; Wed, 19 Apr 2017 17:25:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4C84284E05; Wed, 19 Apr 2017 17:25:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D25B984DCF for ; Wed, 19 Apr 2017 17:25:08 +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 ca0aanRp1X8t for ; Wed, 19 Apr 2017 17:25:08 +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 610FE84CE2 for ; Wed, 19 Apr 2017 17:25:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5FC19FBE4; Wed, 19 Apr 2017 17:25:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492622708180150" MIME-Version: 1.0 Date: Wed, 19 Apr 2017 17:25:08 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-dulwich To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170419172508.5FC19FBE4@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. --_----------=_1492622708180150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 19 17:25:08 UTC 2017 Modified Files: pkgsrc/devel/py-dulwich: Makefile distinfo Log Message: Updated py-dulwich to 0.17.2. 0.17.2 2017-03-19 BUG FIXES * Add workaround for https://bitbucket.org/pypy/pypy/issues/2499/cpyext-pystring_asstring-doesnt-work, fixing Dulwich when used with C extensions on pypy < 5.6. (Victor Stinner) * Properly quote config values with a '#' character in them. (Jelmer Vernooij, #511) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-dulwich/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-dulwich/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492622708180150 Content-Disposition: inline Content-Length: 1663 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-dulwich/Makefile diff -u pkgsrc/devel/py-dulwich/Makefile:1.18 pkgsrc/devel/py-dulwich/Makefile:1.19 --- pkgsrc/devel/py-dulwich/Makefile:1.18 Sun Mar 5 13:04:59 2017 +++ pkgsrc/devel/py-dulwich/Makefile Wed Apr 19 17:25:08 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2017/03/05 13:04:59 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2017/04/19 17:25:08 wiz Exp $ -DISTNAME= dulwich-0.17.1 +DISTNAME= dulwich-0.17.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/} Index: pkgsrc/devel/py-dulwich/distinfo diff -u pkgsrc/devel/py-dulwich/distinfo:1.15 pkgsrc/devel/py-dulwich/distinfo:1.16 --- pkgsrc/devel/py-dulwich/distinfo:1.15 Sun Mar 5 13:04:59 2017 +++ pkgsrc/devel/py-dulwich/distinfo Wed Apr 19 17:25:08 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2017/03/05 13:04:59 wiz Exp $ +$NetBSD: distinfo,v 1.16 2017/04/19 17:25:08 wiz Exp $ -SHA1 (dulwich-0.17.1.tar.gz) = 3cd487ac54df10be35e5882cb15e54982773b266 -RMD160 (dulwich-0.17.1.tar.gz) = 3aa7387abd1890af64d466d5e7a3bd27fab205b6 -SHA512 (dulwich-0.17.1.tar.gz) = 9fafe129891e6ed371d7a15ed763b34085be8fff68ac3faea3b98238fff65a3f0e463a2c23035a523f08dba78c483a9b4a228f1260a82b1f997c4c27cc4c7cc1 -Size (dulwich-0.17.1.tar.gz) = 310769 bytes +SHA1 (dulwich-0.17.2.tar.gz) = 4b4ce07c03d460086f28b102301b26489d5925a7 +RMD160 (dulwich-0.17.2.tar.gz) = e64e39f79032180cb8dfe2dad537d1cf456a550c +SHA512 (dulwich-0.17.2.tar.gz) = 9c4e6ff84edd072e6e1742df0d3ffefe752ca224af0f75734b69bd9efc9342353f68ab9bfe21123e8edba07bab72f02b5d82a4289bcbd9e2a144ec8c9450df2b +Size (dulwich-0.17.2.tar.gz) = 311472 bytes --_----------=_1492622708180150--