Skip to content

Commit

Permalink
py-pygit2: update to 0.27.0.
Browse files Browse the repository at this point in the history
0.27.0 (2018-03-30)
-------------------------

- Update to libgit2 v0.27
  `#783 <https://github.com/libgit2/pygit2/pull/783>`_

- Fix for GCC 4
  `#786 <https://github.com/libgit2/pygit2/pull/786>`_
  • Loading branch information
0-wiz-0 committed Apr 17, 2018
1 parent 852a7cf commit 5abbcb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions devel/py-pygit2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2018/01/09 13:18:01 fhajny Exp $
# $NetBSD: Makefile,v 1.2 2018/04/17 10:55:17 wiz Exp $

DISTNAME= pygit2-0.26.3
DISTNAME= pygit2-0.27.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygit2/}
Expand All @@ -16,6 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six

USE_LANGUAGES= c

BUILDLINK_API_DEPENDS.libgit2+= libgit2>=0.27.0
.include "../../devel/libgit2/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions devel/py-pygit2/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2018/01/09 13:18:01 fhajny Exp $
$NetBSD: distinfo,v 1.2 2018/04/17 10:55:17 wiz Exp $

SHA1 (pygit2-0.26.3.tar.gz) = a761f949d90d6c57542871b434e900e29bbc0241
RMD160 (pygit2-0.26.3.tar.gz) = 9cb4f62ecb37bc79302af104c80520fddfc48627
SHA512 (pygit2-0.26.3.tar.gz) = 6f727686221d4e8c348f836b7ad278b48a4b971a121b9953c2cf7163bf093936d838aaf83e9edb8628757624ab27e8345a2fb29eb1a79a30e06c0ab0a77e4cc6
Size (pygit2-0.26.3.tar.gz) = 462080 bytes
SHA1 (pygit2-0.27.0.tar.gz) = 99b6619f614135ba997242416229a979469910a4
RMD160 (pygit2-0.27.0.tar.gz) = 216bb781fccf1fb6a4568334066a38c72921009c
SHA512 (pygit2-0.27.0.tar.gz) = e19363cc8135b3f538748f07ec937dae6668f22e5881f914e9406dcdabee65ed546caba27703d19fffb146083e492e51837fa93af414a35006cf1c81c36d9356
Size (pygit2-0.27.0.tar.gz) = 477427 bytes

0 comments on commit 5abbcb9

Please sign in to comment.