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.14.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a63f4368788e
branches: trunk
changeset: 350055:a63f4368788e
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jul 21 13:16:24 2016 +0000
description:
Updated py-dulwich to 0.14.1.
0.14.1 2016-07-05
BUG FIXES
* Fix regression removing untouched refs when pushing over SSH.
(Jelmer Vernooij #441)
* Skip Python3 tests for SWIFT contrib module, as it has not yet
been ported.
0.14.0 2016-07-03
BUG FIXES
* Fix ShaFile.id after modification of a copied ShaFile.
(F?lix Mattrat, Jelmer Vernooij)
* Support removing refs from porcelain.push.
(Jelmer Vernooij, #437)
* Stop magic protocol ref `capabilities^{}` from leaking out
to clients. (Jelmer Vernooij, #254)
IMPROVEMENTS
* Add `dulwich.config.parse_submodules` function.
* Add `RefsContainer.follow` method. (#438)
diffstat:
devel/py-dulwich/Makefile | 8 ++++++--
devel/py-dulwich/distinfo | 10 +++++-----
2 files changed, 11 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r c49b1daa79f2 -r a63f4368788e devel/py-dulwich/Makefile
--- a/devel/py-dulwich/Makefile Thu Jul 21 13:13:02 2016 +0000
+++ b/devel/py-dulwich/Makefile Thu Jul 21 13:16:24 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2016/06/06 12:01:00 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/07/21 13:16:24 wiz Exp $
-DISTNAME= dulwich-0.13.0
+DISTNAME= dulwich-0.14.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/}
@@ -10,5 +10,9 @@
COMMENT= Python implementation of Git
LICENSE= gnu-gpl-v2
+# TEST_DEPENDS
+BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+# also needs unpackaged simple and geventhttpclient
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r c49b1daa79f2 -r a63f4368788e devel/py-dulwich/distinfo
--- a/devel/py-dulwich/distinfo Thu Jul 21 13:13:02 2016 +0000
+++ b/devel/py-dulwich/distinfo Thu Jul 21 13:16:24 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2016/06/06 12:01:00 wiz Exp $
+$NetBSD: distinfo,v 1.11 2016/07/21 13:16:24 wiz Exp $
-SHA1 (dulwich-0.13.0.tar.gz) = a1211d8e42904a3477098458d5cd870c46313abc
-RMD160 (dulwich-0.13.0.tar.gz) = 3847e991c4a95e563430b36a526bd84c997a9400
-SHA512 (dulwich-0.13.0.tar.gz) = 5d62f81f45701c4e543483c89db696295b8c6aff413fa595a704b27421d5e0a99132a5c19c9b5511f96261c6a2c7d96e269ce9da526dec001b9a2fbc41413812
-Size (dulwich-0.13.0.tar.gz) = 289213 bytes
+SHA1 (dulwich-0.14.1.tar.gz) = 8c72dcb20f340bf396747ed0d454faeb1ac84173
+RMD160 (dulwich-0.14.1.tar.gz) = 07ab94d0a29ae6acb133910cbff5b2bfe555eca0
+SHA512 (dulwich-0.14.1.tar.gz) = 95c996c101fa591bb5f94f98ad3c3b2426e678a0d5ee663fb42a8b2e93bb220e9fd18d3e943d3dbc913098111e1dd090f0751a17e1b71431a2175dcd3b711ea2
+Size (dulwich-0.14.1.tar.gz) = 292827 bytes
Home |
Main Index |
Thread Index |
Old Index