Received: by mail.netbsd.org (Postfix, from userid 605) id 9E49084D3F; Tue, 15 Jan 2019 11:48:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0DAAE84D04 for ; Tue, 15 Jan 2019 11:48:01 +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 afbnRQXfKYzW for ; Tue, 15 Jan 2019 11:48:00 +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 3E52F84CE2 for ; Tue, 15 Jan 2019 11:48:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 35CC5FB16; Tue, 15 Jan 2019 11:48:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1547552880151890" MIME-Version: 1.0 Date: Tue, 15 Jan 2019 11:48:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-dulwich To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190115114800.35CC5FB16@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. --_----------=_1547552880151890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 15 11:48:00 UTC 2019 Modified Files: pkgsrc/devel/py-dulwich: Makefile PLIST distinfo Log Message: py-dulwich: updated to 0.19.10 0.19.10: IMPROVEMENTS * Add dulwich.porcelain.write_tree. * Support reading MERGE_HEADS in Repo.do_commit. * Import from collections.abc rather than collections where applicable. Required for 3.8 compatibility. * Support plain strings as refspec arguments to dulwich.porcelain.push. * Add support for creating signed tags. BUG FIXES * Handle invalid ref that pretends to be a sub-folder under a valid ref. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-dulwich/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-dulwich/PLIST cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-dulwich/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1547552880151890 Content-Disposition: inline Content-Length: 3302 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.29 pkgsrc/devel/py-dulwich/Makefile:1.30 --- pkgsrc/devel/py-dulwich/Makefile:1.29 Mon Dec 17 13:46:16 2018 +++ pkgsrc/devel/py-dulwich/Makefile Tue Jan 15 11:48:00 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2018/12/17 13:46:16 adam Exp $ +# $NetBSD: Makefile,v 1.30 2019/01/15 11:48:00 adam Exp $ -DISTNAME= dulwich-0.19.9 +DISTNAME= dulwich-0.19.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/} Index: pkgsrc/devel/py-dulwich/PLIST diff -u pkgsrc/devel/py-dulwich/PLIST:1.14 pkgsrc/devel/py-dulwich/PLIST:1.15 --- pkgsrc/devel/py-dulwich/PLIST:1.14 Mon Dec 17 13:46:16 2018 +++ pkgsrc/devel/py-dulwich/PLIST Tue Jan 15 11:48:00 2019 @@ -1,11 +1,9 @@ -@comment $NetBSD: PLIST,v 1.14 2018/12/17 13:46:16 adam Exp $ +@comment $NetBSD: PLIST,v 1.15 2019/01/15 11:48:00 adam Exp $ bin/dul-receive-pack-${PYVERSSUFFIX} bin/dul-upload-pack-${PYVERSSUFFIX} bin/dulwich-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt.~1~ -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt.~2~ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt @@ -83,6 +81,9 @@ ${PYSITELIB}/dulwich/ignore.pyo ${PYSITELIB}/dulwich/index.py ${PYSITELIB}/dulwich/index.pyc ${PYSITELIB}/dulwich/index.pyo +${PYSITELIB}/dulwich/line_ending.py +${PYSITELIB}/dulwich/line_ending.pyc +${PYSITELIB}/dulwich/line_ending.pyo ${PYSITELIB}/dulwich/log_utils.py ${PYSITELIB}/dulwich/log_utils.pyc ${PYSITELIB}/dulwich/log_utils.pyo @@ -274,6 +275,9 @@ ${PYSITELIB}/dulwich/tests/test_ignore.p ${PYSITELIB}/dulwich/tests/test_index.py ${PYSITELIB}/dulwich/tests/test_index.pyc ${PYSITELIB}/dulwich/tests/test_index.pyo +${PYSITELIB}/dulwich/tests/test_line_ending.py +${PYSITELIB}/dulwich/tests/test_line_ending.pyc +${PYSITELIB}/dulwich/tests/test_line_ending.pyo ${PYSITELIB}/dulwich/tests/test_lru_cache.py ${PYSITELIB}/dulwich/tests/test_lru_cache.pyc ${PYSITELIB}/dulwich/tests/test_lru_cache.pyo Index: pkgsrc/devel/py-dulwich/distinfo diff -u pkgsrc/devel/py-dulwich/distinfo:1.26 pkgsrc/devel/py-dulwich/distinfo:1.27 --- pkgsrc/devel/py-dulwich/distinfo:1.26 Mon Dec 17 13:46:16 2018 +++ pkgsrc/devel/py-dulwich/distinfo Tue Jan 15 11:48:00 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2018/12/17 13:46:16 adam Exp $ +$NetBSD: distinfo,v 1.27 2019/01/15 11:48:00 adam Exp $ -SHA1 (dulwich-0.19.9.tar.gz) = 9b49cbe17177ee8c7e55a6cdb4b7e7f8da05ffaf -RMD160 (dulwich-0.19.9.tar.gz) = e9a7b0a73a40bde0a192089dee97c8e2fea87e5a -SHA512 (dulwich-0.19.9.tar.gz) = 7e97faaf566c60886ae806941c5d58495fd0fd3e7fe6d7d23033c6b721bd602ed6dce429c13d50fca6da320984a9a352edb7709c59cdea98c28ccd5522817580 -Size (dulwich-0.19.9.tar.gz) = 357081 bytes +SHA1 (dulwich-0.19.10.tar.gz) = 6a7b938b26de69c3c67cd25b8c3500bab8ec82aa +RMD160 (dulwich-0.19.10.tar.gz) = 1f3c4778c076f36ee08e93e6373ea48bb1b08cf1 +SHA512 (dulwich-0.19.10.tar.gz) = 9976f1f08c1d96a9ef00aad74e4049d08232a29296b5e84cc72317f85996c8a28db2269af13e1d38dd6e04af697932a603a29ee41fb87979ecb049b89589a20f +Size (dulwich-0.19.10.tar.gz) = 360753 bytes --_----------=_1547552880151890--