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.17.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35e6dc544873
branches:  trunk
changeset: 359274:35e6dc544873
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 05 13:04:59 2017 +0000

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

diffstat:

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

diffs (35 lines):

diff -r bbdaaf6960c4 -r 35e6dc544873 devel/py-dulwich/Makefile
--- a/devel/py-dulwich/Makefile Sun Mar 05 12:53:38 2017 +0000
+++ b/devel/py-dulwich/Makefile Sun Mar 05 13:04:59 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2017/01/18 20:44:28 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2017/03/05 13:04:59 wiz Exp $
 
-DISTNAME=      dulwich-0.16.3
+DISTNAME=      dulwich-0.17.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dulwich/}
@@ -12,6 +12,7 @@
 
 # TEST_DEPENDS
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+#BUILD_DEPENDS+=       ${PYPKGPREFIX}-gevent-[0-9]*:../../net/py-gevent
 # also needs unpackaged simple and geventhttpclient
 
 .include "../../lang/python/egg.mk"
diff -r bbdaaf6960c4 -r 35e6dc544873 devel/py-dulwich/distinfo
--- a/devel/py-dulwich/distinfo Sun Mar 05 12:53:38 2017 +0000
+++ b/devel/py-dulwich/distinfo Sun Mar 05 13:04:59 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2017/01/18 20:44:28 wiz Exp $
+$NetBSD: distinfo,v 1.15 2017/03/05 13:04:59 wiz Exp $
 
-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
+SHA1 (dulwich-0.17.1.tar.gz) = 3cd487ac54df10be35e5882cb15e54982773b266
+RMD160 (dulwich-0.17.1.tar.gz) = 3aa7387abd1890af64d466d5e7a3bd27fab205b6
+SHA512 (dulwich-0.17.1.tar.gz) = 9fafe129891e6ed371d7a15ed763b34085be8fff68ac3faea3b98238fff65a3f0e463a2c23035a523f08dba78c483a9b4a228f1260a82b1f997c4c27cc4c7cc1
+Size (dulwich-0.17.1.tar.gz) = 310769 bytes



Home | Main Index | Thread Index | Old Index