summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2017-01-18 20:44:28 +0000
committerwiz <wiz>2017-01-18 20:44:28 +0000
commite44861dd8cd9e0223bd7f6560b012a164ea6fae5 (patch)
tree1823d7dad13cbeb8b5cf9ea4c73db07e20ee4e1c /devel
parent4e99d43237a9a9c8602e691b74be8b8f802197be (diff)
downloadpkgsrc-e44861dd8cd9e0223bd7f6560b012a164ea6fae5.tar.gz
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 Vernooij) 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 Vernooij) * Allow both unicode and byte strings for host paths in dulwich.client. (#435, Jelmer Vernooij) * Add remote from porcelain.clone. (#466, Jelmer Vernooij) * Fix unquoting of credentials before passing to urllib2. (#475, Volodymyr Holovko) * Cope with submodules in `build_index_from_tree`. (#477, Jelmer Vernooij) * 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)
Diffstat (limited to 'devel')
-rw-r--r--devel/py-dulwich/Makefile4
-rw-r--r--devel/py-dulwich/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-dulwich/Makefile b/devel/py-dulwich/Makefile
index cb269292236..b21f2ce035c 100644
--- a/devel/py-dulwich/Makefile
+++ b/devel/py-dulwich/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2016/12/30 00:55:33 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2017/01/18 20:44:28 wiz Exp $
-DISTNAME= dulwich-0.16.1
+DISTNAME= dulwich-0.16.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/}
diff --git a/devel/py-dulwich/distinfo b/devel/py-dulwich/distinfo
index 622981379aa..c432295ed7b 100644
--- a/devel/py-dulwich/distinfo
+++ b/devel/py-dulwich/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2016/12/30 00:55:33 wiz Exp $
+$NetBSD: distinfo,v 1.14 2017/01/18 20:44:28 wiz Exp $
-SHA1 (dulwich-0.16.1.tar.gz) = 732ade83279ca38c4466eac57b58568fd397fdf5
-RMD160 (dulwich-0.16.1.tar.gz) = 90eaef373fe5cebfad1ca6d579e5dd5fe5af91c7
-SHA512 (dulwich-0.16.1.tar.gz) = 2dc4605152f7475b315603bb47bfbd66ff381945b893b99d667cd3a4913f155f0b79b5490356a94923a0d478bcba992496871daef06454a1ade01dfc8c405577
-Size (dulwich-0.16.1.tar.gz) = 301280 bytes
+SHA1 (dulwich-0.16.3.tar.gz) = 03b0997c557d711ee65c509d4a5d313bbfa2744a
+RMD160 (dulwich-0.16.3.tar.gz) = 51d8ee1cf9e354b8169cb9e1d9e7d53306369b77
+SHA512 (dulwich-0.16.3.tar.gz) = 82fcea309a152e74d7b813fe8d0f7759d03cc719afb63d9641a545319fdbdb41ae0efb5e5371aa437f6b49172d42eb6bf81d00ea3a8fb2b3898d2f454cf76740
+Size (dulwich-0.16.3.tar.gz) = 304337 bytes