Skip to content

Commit

Permalink
Updated py-dulwich to 0.15.0.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
wiz committed Dec 19, 2016
1 parent 272b17b commit bbeece7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions devel/py-dulwich/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# $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/}

MAINTAINER= [email protected]
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
Expand Down
10 changes: 5 additions & 5 deletions devel/py-dulwich/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bbeece7

Please sign in to comment.