diff options
author | adam <adam@pkgsrc.org> | 2020-04-07 12:12:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-04-07 12:12:40 +0000 |
commit | 9980d9d5b008a1352ab2eb493e9c91fd19e09178 (patch) | |
tree | d209f990935b00352d0c08aaea5211ab5a0dba64 /devel/py-pygit2 | |
parent | 6d8bad44523070a333986a1423e229904a9d655f (diff) | |
download | pkgsrc-9980d9d5b008a1352ab2eb493e9c91fd19e09178.tar.gz |
py-pygit2: updated to 1.2.0
1.2.0:
- Drop support for Python 3.5
- Upgrade to libgit2 1.0
- New support for custom reference database backends
- New support for path objects
- New ``index`` optional parameter in ``Repository.checkout_index``
- New MacOS wheels
- Fix re-raise exception from credentials callback in clone_repository
- Fix warning with ``pip install pygit2``
- Tests: disable global Git config
Diffstat (limited to 'devel/py-pygit2')
-rw-r--r-- | devel/py-pygit2/Makefile | 5 | ||||
-rw-r--r-- | devel/py-pygit2/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/py-pygit2/Makefile b/devel/py-pygit2/Makefile index ff4febdcd4d..d1a9854f474 100644 --- a/devel/py-pygit2/Makefile +++ b/devel/py-pygit2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2020/04/06 08:34:23 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2020/04/07 12:12:40 adam Exp $ -DISTNAME= pygit2-1.1.1 +DISTNAME= pygit2-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygit2/} diff --git a/devel/py-pygit2/distinfo b/devel/py-pygit2/distinfo index e8934ee475e..7806e32be70 100644 --- a/devel/py-pygit2/distinfo +++ b/devel/py-pygit2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2020/03/10 22:50:14 wiz Exp $ +$NetBSD: distinfo,v 1.12 2020/04/07 12:12:40 adam Exp $ -SHA1 (pygit2-1.1.1.tar.gz) = 8f693e6206597fca42e4a3c3fb258ebc746261ac -RMD160 (pygit2-1.1.1.tar.gz) = 76311d08ff590bb82123989080c2f77c49e2d7fa -SHA512 (pygit2-1.1.1.tar.gz) = e57600f1eb53647106cdc703d8adcdff7742bde8d3d95d8a879275ec1ac4a4a569d6f7da68a9bf49e82f491980e19abf96e55029f3fbae52371632e6bd3b2ab3 -Size (pygit2-1.1.1.tar.gz) = 217896 bytes +SHA1 (pygit2-1.2.0.tar.gz) = 49280104015f40dd9b272942e9dd58f8cfa6c243 +RMD160 (pygit2-1.2.0.tar.gz) = a34fdccd83ceee34ec0d0da2a83e8f800b423d95 +SHA512 (pygit2-1.2.0.tar.gz) = 44ed29f8d10f4f784e6192b79f6a3924d64b22297cf335e9d005be578c3e0c77999855db802f71d2fcb5c053593ea2e9711e2cd191b3e185ec01c0d49e2ae1c6 +Size (pygit2-1.2.0.tar.gz) = 232458 bytes |