Sun Mar 5 13:04:59 2017 UTC ()
Updated py-dulwich to 0.17.1.

0.17.1	2017-03-01

 IMPROVEMENTS

 * Add basic 'dulwich pull' command. (Jelmer Vernoo蝶)

 BUG FIXES

 * Cope with existing submodules during pull.
   (Jelmer Vernoo蝶, #505)

0.17.0	2017-03-01

 TEST FIXES

 * Skip test that requires sync to synchronize filesystems if os.sync is
   not available. (Koen Martens)

 IMPROVEMENTS

 * Implement MemoryRepo.{set_description,get_description}.
   (Jelmer Vernoo蝶)

 * Raise exception in Repo.stage() when absolute paths are
   passed in. Allow passing in relative paths to
   porcelain.add().(Jelmer Vernooij)

 BUG FIXES

 * Handle multi-line quoted values in config files.
   (Jelmer Vernoo蝶, #495)

 * Allow porcelain.clone of repository without HEAD.
   (Jelmer Vernoo蝶, #501)

 * Support passing tag ids to Walker()'s include argument.
   (Jelmer Vernoo蝶)

 * Don't strip trailing newlines from extra headers.
   (Nicolas Dandrimont)

 * Set bufsize=0 for subprocess interaction with SSH client.
   Fixes hangs on Python 3. (Ren辿 Stern, #434)

 * Don't drop first slash for SSH paths, except for those
   starting with "~". (Jelmer Vernooij, Ren辿 Stern, #463)

 * Properly log off after retrieving just refs.
   (Jelmer Vernooij)


(wiz)
diff -r1.17 -r1.18 pkgsrc/devel/py-dulwich/Makefile
diff -r1.14 -r1.15 pkgsrc/devel/py-dulwich/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/devel/py-dulwich/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-dulwich/Makefile 2017/01/18 20:44:28 1.17
+++ pkgsrc/devel/py-dulwich/Makefile 2017/03/05 13:04:59 1.18
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.17 2017/01/18 20:44:28 wiz Exp $ 1# $NetBSD: Makefile,v 1.18 2017/03/05 13:04:59 wiz Exp $
2 2
3DISTNAME= dulwich-0.16.3 3DISTNAME= dulwich-0.17.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.dulwich.io/ 9HOMEPAGE= https://www.dulwich.io/
10COMMENT= Python implementation of Git 10COMMENT= Python implementation of Git
11LICENSE= apache-2.0 OR gnu-gpl-v2 11LICENSE= apache-2.0 OR gnu-gpl-v2
12 12
13# TEST_DEPENDS 13# TEST_DEPENDS
14BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock 14BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 15#BUILD_DEPENDS+= ${PYPKGPREFIX}-gevent-[0-9]*:../../net/py-gevent
15# also needs unpackaged simple and geventhttpclient 16# also needs unpackaged simple and geventhttpclient
16 17
17.include "../../lang/python/egg.mk" 18.include "../../lang/python/egg.mk"
18.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/devel/py-dulwich/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-dulwich/distinfo 2017/01/18 20:44:28 1.14
+++ pkgsrc/devel/py-dulwich/distinfo 2017/03/05 13:04:59 1.15
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.14 2017/01/18 20:44:28 wiz Exp $ 1$NetBSD: distinfo,v 1.15 2017/03/05 13:04:59 wiz Exp $
2 2
3SHA1 (dulwich-0.16.3.tar.gz) = 03b0997c557d711ee65c509d4a5d313bbfa2744a 3SHA1 (dulwich-0.17.1.tar.gz) = 3cd487ac54df10be35e5882cb15e54982773b266
4RMD160 (dulwich-0.16.3.tar.gz) = 51d8ee1cf9e354b8169cb9e1d9e7d53306369b77 4RMD160 (dulwich-0.17.1.tar.gz) = 3aa7387abd1890af64d466d5e7a3bd27fab205b6
5SHA512 (dulwich-0.16.3.tar.gz) = 82fcea309a152e74d7b813fe8d0f7759d03cc719afb63d9641a545319fdbdb41ae0efb5e5371aa437f6b49172d42eb6bf81d00ea3a8fb2b3898d2f454cf76740 5SHA512 (dulwich-0.17.1.tar.gz) = 9fafe129891e6ed371d7a15ed763b34085be8fff68ac3faea3b98238fff65a3f0e463a2c23035a523f08dba78c483a9b4a228f1260a82b1f997c4c27cc4c7cc1
6Size (dulwich-0.16.3.tar.gz) = 304337 bytes 6Size (dulwich-0.17.1.tar.gz) = 310769 bytes