pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-dulwich Updated py-dulwich to 0.16.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/effb6cf290a5
branches:  trunk
changeset: 357338:effb6cf290a5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 18 20:44:28 2017 +0000

description:
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)

diffstat:

 devel/py-dulwich/Makefile |   4 ++--
 devel/py-dulwich/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r e8574ec787cc -r effb6cf290a5 devel/py-dulwich/Makefile
--- a/devel/py-dulwich/Makefile Wed Jan 18 20:40:47 2017 +0000
+++ b/devel/py-dulwich/Makefile Wed Jan 18 20:44:28 2017 +0000
@@ -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 -r e8574ec787cc -r effb6cf290a5 devel/py-dulwich/distinfo
--- a/devel/py-dulwich/distinfo Wed Jan 18 20:40:47 2017 +0000
+++ b/devel/py-dulwich/distinfo Wed Jan 18 20:44:28 2017 +0000
@@ -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