Skip to content

Commit

Permalink
py-pygit2: update to 0.28.2.
Browse files Browse the repository at this point in the history
0.28.2 (2019-05-26)
-------------------------

- Fix crash in reflog iteration
  `#901 <https://github.com/libgit2/pygit2/issues/901>`_

- Support symbolic references in ``branches.with_commit(..)``
  `#910 <https://github.com/libgit2/pygit2/issues/910>`_

- Documentation updates
  `#909 <https://github.com/libgit2/pygit2/pull/909>`_

- Test updates
  `#911 <https://github.com/libgit2/pygit2/pull/911>`_
  • Loading branch information
0-wiz-0 committed Jun 11, 2019
1 parent 004a3b7 commit 6e77860
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 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.7 2019/05/01 07:23:53 wiz Exp $
# $NetBSD: Makefile,v 1.8 2019/06/11 12:18:31 wiz Exp $

DISTNAME= pygit2-0.28.1
DISTNAME= pygit2-0.28.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygit2/}
Expand Down
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.6 2019/05/01 07:23:53 wiz Exp $
$NetBSD: distinfo,v 1.7 2019/06/11 12:18:31 wiz Exp $

SHA1 (pygit2-0.28.1.tar.gz) = 0c8332612e1ee0e4ba615f78717628addb8c4791
RMD160 (pygit2-0.28.1.tar.gz) = 3edca1634543f5684696389f5edeee930a57f7e4
SHA512 (pygit2-0.28.1.tar.gz) = 46bb9d6150b7413311f26ea1aeae15cdcd22a2d5c4cafa17bd8a1c02dbf0c9a630cf89583e77a07be5c74334ac28a672de31290ba986476ded25e8a19abf7f3b
Size (pygit2-0.28.1.tar.gz) = 496243 bytes
SHA1 (pygit2-0.28.2.tar.gz) = 25e68e389bdc600631a72d98391377cc37cabf45
RMD160 (pygit2-0.28.2.tar.gz) = 15bc91cf67aa94c34fc76cbdf0da1914147a5f5a
SHA512 (pygit2-0.28.2.tar.gz) = 3f742cdcc9d603c9cc9ef2e0a545da8bcfb555a0bdeea1c73c53a284b43d40ad6b28c87a029578ad7b1c8f2bf56ecd2859dac8dd836474bfc66223ff4af9e8f0
Size (pygit2-0.28.2.tar.gz) = 496469 bytes

0 comments on commit 6e77860

Please sign in to comment.