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: Sun Mar 5 13:04:59 UTC 2017
Modified Files:
pkgsrc/devel/py-dulwich: Makefile distinfo
Log Message:
Updated py-dulwich to 0.17.1.
0.17.1 2017-03-01
IMPROVEMENTS
* Add basic 'dulwich pull' command. (Jelmer Vernooij)
BUG FIXES
* Cope with existing submodules during pull.
(Jelmer Vernooij, #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 Vernooij)
* 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 Vernooij, #495)
* Allow porcelain.clone of repository without HEAD.
(Jelmer Vernooij, #501)
* Support passing tag ids to Walker()'s include argument.
(Jelmer Vernooij)
* 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)
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.14 -r1.15 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.17 pkgsrc/devel/py-dulwich/Makefile:1.18
--- pkgsrc/devel/py-dulwich/Makefile:1.17 Wed Jan 18 20:44:28 2017
+++ pkgsrc/devel/py-dulwich/Makefile Sun Mar 5 13:04:59 2017
@@ -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 @@ LICENSE= apache-2.0 OR gnu-gpl-v2
# 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"
Index: pkgsrc/devel/py-dulwich/distinfo
diff -u pkgsrc/devel/py-dulwich/distinfo:1.14 pkgsrc/devel/py-dulwich/distinfo:1.15
--- pkgsrc/devel/py-dulwich/distinfo:1.14 Wed Jan 18 20:44:28 2017
+++ pkgsrc/devel/py-dulwich/distinfo Sun Mar 5 13:04:59 2017
@@ -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