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: Mon Dec 19 09:00:28 UTC 2016
Modified Files:
pkgsrc/devel/py-dulwich: Makefile distinfo
Log Message:
Updated py-dulwich to 0.15.0.
0.15.0 2016-10-09
BUG FIXES
* Allow missing trailing LF when reading service name from
HTTP servers. (Jelmer Vernooij, Andrew Shadura, #442)
* Fix dulwich.porcelain.pull() on Python3. (Jelmer Vernooij, #451)
* Properly pull in tags during dulwich.porcelain.clone.
(Jelmer Vernooij, #408)
CHANGES
* Changed license from "GNU General Public License, version 2.0 or later"
to "Apache License, version 2.0 or later or GNU General Public License,
version 2.0 or later". (#153)
IMPROVEMENTS
* Add ``dulwich.porcelain.ls_tree`` implementation. (Jelmer Vernooij)
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.11 -r1.12 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.14 pkgsrc/devel/py-dulwich/Makefile:1.15
--- pkgsrc/devel/py-dulwich/Makefile:1.14 Thu Jul 21 13:16:24 2016
+++ pkgsrc/devel/py-dulwich/Makefile Mon Dec 19 09:00:28 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2016/07/21 13:16:24 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2016/12/19 09:00:28 wiz Exp $
-DISTNAME= dulwich-0.14.1
+DISTNAME= dulwich-0.15.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/}
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulw
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://www.dulwich.io/
COMMENT= Python implementation of Git
-LICENSE= gnu-gpl-v2
+LICENSE= apache-2.0 OR gnu-gpl-v2
# TEST_DEPENDS
BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
Index: pkgsrc/devel/py-dulwich/distinfo
diff -u pkgsrc/devel/py-dulwich/distinfo:1.11 pkgsrc/devel/py-dulwich/distinfo:1.12
--- pkgsrc/devel/py-dulwich/distinfo:1.11 Thu Jul 21 13:16:24 2016
+++ pkgsrc/devel/py-dulwich/distinfo Mon Dec 19 09:00:28 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2016/07/21 13:16:24 wiz Exp $
+$NetBSD: distinfo,v 1.12 2016/12/19 09:00:28 wiz Exp $
-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
+SHA1 (dulwich-0.15.0.tar.gz) = 49fdfe720430574ce503b44481af280e03801b43
+RMD160 (dulwich-0.15.0.tar.gz) = 2f75c6858b22ba48f6ccc129bb9c9e19f48944bb
+SHA512 (dulwich-0.15.0.tar.gz) = a0d6b56281513d16e830f234a9baa285b63098256ced7884b084fcd14210b60f2cd5e80bc18b74a7adcab509d5a9ebbb399746fd074083174b5922315af55cc4
+Size (dulwich-0.15.0.tar.gz) = 297106 bytes
Home |
Main Index |
Thread Index |
Old Index