Wed Jan 18 20:44:28 2017 UTC ()
Updated py-dulwich to 0.16.3.

0.16.3	2016-01-14

 TEST FIXES

  * Remove racy check that relies on clock time changing between writes.
   (Jelmer Vernooij)

0.16.2	2016-01-14

 IMPROVEMENTS

  * Fixed failing test-cases on windows.
    (Koen Martens)

 API CHANGES

  * Repo is now a context manager, so that it can be easily
    closed using a ``with`` statement. (S淡ren L淡vborg)

 TEST FIXES

  * Only run worktree list compat tests against git 2.7.0,
    when 'git worktree list' was introduced. (Jelmer Vernoo蝶)

 BUG FIXES

  * Ignore filemode when building index when core.filemode
    is false.
    (Koen Martens)

  * Initialize core.filemode configuration setting by
    probing the filesystem for trustable permissions.
    (Koen Martens)

  * Fix ``porcelain.reset`` to respect the comittish argument.
    (Koen Martens)

  * Fix dulwich.porcelain.ls_remote() on Python 3.
    (#471, Jelmer Vernoo蝶)

  * Allow both unicode and byte strings for host paths
    in dulwich.client. (#435, Jelmer Vernoo蝶)

  * Add remote from porcelain.clone. (#466, Jelmer Vernoo蝶)

  * Fix unquoting of credentials before passing to urllib2.
    (#475, Volodymyr Holovko)

  * Cope with submodules in `build_index_from_tree`.
    (#477, Jelmer Vernoo蝶)

  * Handle deleted files in `get_unstaged_changes`.
    (#483, Doug Hellmann)

  * Don't overwrite files when they haven't changed in
    `build_file_from_blob`.
    (#479, Beno樽t HERVIER)

  * Check for existence of index file before opening pack.
    Fixes a race when new packs are being added.
    (#482, wme)


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

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

--- pkgsrc/devel/py-dulwich/Makefile 2016/12/30 00:55:33 1.16
+++ pkgsrc/devel/py-dulwich/Makefile 2017/01/18 20:44:28 1.17
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2016/12/30 00:55:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2017/01/18 20:44:28 wiz Exp $
2 2
3DISTNAME= dulwich-0.16.1 3DISTNAME= dulwich-0.16.3
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# also needs unpackaged simple and geventhttpclient 15# also needs unpackaged simple and geventhttpclient
16 16

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

--- pkgsrc/devel/py-dulwich/distinfo 2016/12/30 00:55:33 1.13
+++ pkgsrc/devel/py-dulwich/distinfo 2017/01/18 20:44:28 1.14
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2016/12/30 00:55:33 wiz Exp $ 1$NetBSD: distinfo,v 1.14 2017/01/18 20:44:28 wiz Exp $
2 2
3SHA1 (dulwich-0.16.1.tar.gz) = 732ade83279ca38c4466eac57b58568fd397fdf5 3SHA1 (dulwich-0.16.3.tar.gz) = 03b0997c557d711ee65c509d4a5d313bbfa2744a
4RMD160 (dulwich-0.16.1.tar.gz) = 90eaef373fe5cebfad1ca6d579e5dd5fe5af91c7 4RMD160 (dulwich-0.16.3.tar.gz) = 51d8ee1cf9e354b8169cb9e1d9e7d53306369b77
5SHA512 (dulwich-0.16.1.tar.gz) = 2dc4605152f7475b315603bb47bfbd66ff381945b893b99d667cd3a4913f155f0b79b5490356a94923a0d478bcba992496871daef06454a1ade01dfc8c405577 5SHA512 (dulwich-0.16.3.tar.gz) = 82fcea309a152e74d7b813fe8d0f7759d03cc719afb63d9641a545319fdbdb41ae0efb5e5371aa437f6b49172d42eb6bf81d00ea3a8fb2b3898d2f454cf76740
6Size (dulwich-0.16.1.tar.gz) = 301280 bytes 6Size (dulwich-0.16.3.tar.gz) = 304337 bytes