summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-11-11 11:53:11 +0000
committerwiz <wiz@pkgsrc.org>2015-11-11 11:53:11 +0000
commit301589c36a870957b6cb1869fcddf3deaec9cc44 (patch)
tree96c175e843951db79418219b71db729ac168e28f
parent47bf7fe819ada0571fd32c383548b260ac834603 (diff)
downloadpkgsrc-301589c36a870957b6cb1869fcddf3deaec9cc44.tar.gz
Update py-dulwich to 0.11.2.
This version supports python-3.x. 0.11.2 2015-09-18 IMPROVEMENTS * Add support for agent= capability. (Jelmer Vernooij, #298) * Add support for quiet capability. (Jelmer Vernooij) CHANGES * The ParamikoSSHVendor class has been moved to * dulwich.contrib.paramiko_vendor, as it's currently untested. (Jelmer Vernooij, #364) 0.11.1 2015-09-13 Fix-up release to exclude broken blame.py file. 0.11.0 2015-09-13 IMPROVEMENTS * Extended Python3 support to most of the codebase. (Gary van der Merwe, Jelmer Vernooij) * The `Repo` object has a new `close` method that can be called to close any open resources. (Gary van der Merwe) * Support 'git.bat' in SubprocessGitClient on Windows. (Stefan Zimmermann) * Advertise 'ofs-delta' capability in receive-pack server side capabilities. (Jelmer Vernooij) * Switched `default_local_git_client_cls` to `LocalGitClient`. (Gary van der Merwe) * Add `porcelain.ls_remote` and `GitClient.get_refs`. (Michael Edgar) * Add `Repo.discover` method. (B. M. Corser) * Add `dulwich.objectspec.parse_refspec`. (Jelmer Vernooij) * Add `porcelain.pack_objects` and `porcelain.repack`. (Jelmer Vernooij) BUG FIXES * Fix handling of 'done' in graph walker and implement the 'no-done' capability. (Tommy Yu, #88) * Avoid recursion limit issues resolving deltas. (William Grant, #81) * Allow arguments in local client binary path overrides. (Jelmer Vernooij) * Fix handling of commands with arguments in paramiko SSH client. (Andreas Klöckner, Jelmer Vernooij, #363) * Fix parsing of quoted strings in configs. (Jelmer Vernooij, #305)
-rw-r--r--devel/py-dulwich/Makefile13
-rw-r--r--devel/py-dulwich/PLIST17
-rw-r--r--devel/py-dulwich/distinfo10
3 files changed, 21 insertions, 19 deletions
diff --git a/devel/py-dulwich/Makefile b/devel/py-dulwich/Makefile
index 88cb18fd052..4ce42bee9a8 100644
--- a/devel/py-dulwich/Makefile
+++ b/devel/py-dulwich/Makefile
@@ -1,19 +1,14 @@
-# $NetBSD: Makefile,v 1.11 2015/04/02 15:28:25 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2015/11/11 11:53:11 wiz Exp $
-DISTNAME= dulwich-0.10.1a
+DISTNAME= dulwich-0.11.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
-MASTER_SITES= https://pypi.python.org/packages/source/d/dulwich/
+MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.samba.org/~jelmer/dulwich/
+HOMEPAGE= https://www.dulwich.io/
COMMENT= Python implementation of Git
LICENSE= gnu-gpl-v2
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.4
-
-# due to trailing 'a'
-EGG_NAME= ${DISTNAME}0
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-dulwich/PLIST b/devel/py-dulwich/PLIST
index cb0c54ef279..d72d957b04a 100644
--- a/devel/py-dulwich/PLIST
+++ b/devel/py-dulwich/PLIST
@@ -1,7 +1,12 @@
-@comment $NetBSD: PLIST,v 1.6 2015/04/02 15:28:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2015/11/11 11:53:11 wiz Exp $
bin/dul-receive-pack
bin/dul-upload-pack
bin/dulwich
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/docs/tutorial/conclusion.txt
${PYSITELIB}/docs/tutorial/file-format.txt
${PYSITELIB}/docs/tutorial/index.txt
@@ -10,10 +15,6 @@ ${PYSITELIB}/docs/tutorial/object-store.txt
${PYSITELIB}/docs/tutorial/remote.txt
${PYSITELIB}/docs/tutorial/repo.txt
${PYSITELIB}/docs/tutorial/tag.txt
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/dulwich/__init__.py
${PYSITELIB}/dulwich/__init__.pyc
${PYSITELIB}/dulwich/__init__.pyo
@@ -35,6 +36,9 @@ ${PYSITELIB}/dulwich/config.pyo
${PYSITELIB}/dulwich/contrib/__init__.py
${PYSITELIB}/dulwich/contrib/__init__.pyc
${PYSITELIB}/dulwich/contrib/__init__.pyo
+${PYSITELIB}/dulwich/contrib/paramiko_vendor.py
+${PYSITELIB}/dulwich/contrib/paramiko_vendor.pyc
+${PYSITELIB}/dulwich/contrib/paramiko_vendor.pyo
${PYSITELIB}/dulwich/contrib/swift.py
${PYSITELIB}/dulwich/contrib/swift.pyc
${PYSITELIB}/dulwich/contrib/swift.pyo
@@ -162,6 +166,9 @@ ${PYSITELIB}/dulwich/tests/data/repos/empty.git/objects/info/.gitignore
${PYSITELIB}/dulwich/tests/data/repos/empty.git/objects/pack/.gitignore
${PYSITELIB}/dulwich/tests/data/repos/empty.git/refs/heads/.gitignore
${PYSITELIB}/dulwich/tests/data/repos/empty.git/refs/tags/.gitignore
+${PYSITELIB}/dulwich/tests/data/repos/issue88_expect_ack_nak_client.export
+${PYSITELIB}/dulwich/tests/data/repos/issue88_expect_ack_nak_other.export
+${PYSITELIB}/dulwich/tests/data/repos/issue88_expect_ack_nak_server.export
${PYSITELIB}/dulwich/tests/data/repos/ooo_merge.git/HEAD
${PYSITELIB}/dulwich/tests/data/repos/ooo_merge.git/objects/29/69be3e8ee1c0222396a5611407e4769f14e54b
${PYSITELIB}/dulwich/tests/data/repos/ooo_merge.git/objects/38/74e9c60a6d149c44c928140f250d81e6381520
diff --git a/devel/py-dulwich/distinfo b/devel/py-dulwich/distinfo
index 197bd528571..71227e64a34 100644
--- a/devel/py-dulwich/distinfo
+++ b/devel/py-dulwich/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 03:29:07 agc Exp $
+$NetBSD: distinfo,v 1.9 2015/11/11 11:53:11 wiz Exp $
-SHA1 (dulwich-0.10.1a.tar.gz) = 57f1f457be3065bac6706db2aa76d59b078597f9
-RMD160 (dulwich-0.10.1a.tar.gz) = 4c9a5d6c1f80bff8a4058dd06a1be152d5431721
-SHA512 (dulwich-0.10.1a.tar.gz) = dfd2fc71d34c503380de385423fe2e0bc64307803616edafc598056888846f526492fa5d17026f1b4c9617b684a25860051999b2f5eb5b6f760a22fe9937ac3f
-Size (dulwich-0.10.1a.tar.gz) = 272688 bytes
+SHA1 (dulwich-0.11.2.tar.gz) = 488b8012c0fc49e020e7da0053d16d8c50e3a061
+RMD160 (dulwich-0.11.2.tar.gz) = d9b75036a3c099de4939eb3cc7012cc48d28e53b
+SHA512 (dulwich-0.11.2.tar.gz) = c197a0a6777e2cc946a43b484455f3d7e8aa9df099bb0c14c03e655fbbbbe28243c1166a5f0df205a4171432d4eca409beafccf16c952c70153dd1f4534a8fcb
+Size (dulwich-0.11.2.tar.gz) = 290404 bytes