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: Thu Jul 21 13:16:24 UTC 2016
Modified Files:
pkgsrc/devel/py-dulwich: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.10 -r1.11 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.13 pkgsrc/devel/py-dulwich/Makefile:1.14
--- pkgsrc/devel/py-dulwich/Makefile:1.13 Mon Jun 6 12:01:00 2016
+++ pkgsrc/devel/py-dulwich/Makefile Thu Jul 21 13:16:24 2016
@@ -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 @@ HOMEPAGE= https://www.dulwich.io/
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"
Index: pkgsrc/devel/py-dulwich/distinfo
diff -u pkgsrc/devel/py-dulwich/distinfo:1.10 pkgsrc/devel/py-dulwich/distinfo:1.11
--- pkgsrc/devel/py-dulwich/distinfo:1.10 Mon Jun 6 12:01:00 2016
+++ pkgsrc/devel/py-dulwich/distinfo Thu Jul 21 13:16:24 2016
@@ -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