pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-dulwich
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 18 20:44:28 UTC 2017
Modified Files:
pkgsrc/devel/py-dulwich: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-dulwich/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-dulwich/Makefile
diff -u pkgsrc/devel/py-dulwich/Makefile:1.16 pkgsrc/devel/py-dulwich/Makefile:1.17
--- pkgsrc/devel/py-dulwich/Makefile:1.16 Fri Dec 30 00:55:33 2016
+++ pkgsrc/devel/py-dulwich/Makefile Wed Jan 18 20:44:28 2017
@@ -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/}
Index: pkgsrc/devel/py-dulwich/distinfo
diff -u pkgsrc/devel/py-dulwich/distinfo:1.13 pkgsrc/devel/py-dulwich/distinfo:1.14
--- pkgsrc/devel/py-dulwich/distinfo:1.13 Fri Dec 30 00:55:33 2016
+++ pkgsrc/devel/py-dulwich/distinfo Wed Jan 18 20:44:28 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index