pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-pygit2



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr  7 12:12:40 UTC 2020

Modified Files:
        pkgsrc/devel/py-pygit2: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-pygit2/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-pygit2/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-pygit2/Makefile
diff -u pkgsrc/devel/py-pygit2/Makefile:1.15 pkgsrc/devel/py-pygit2/Makefile:1.16
--- pkgsrc/devel/py-pygit2/Makefile:1.15        Mon Apr  6 08:34:23 2020
+++ pkgsrc/devel/py-pygit2/Makefile     Tue Apr  7 12:12:40 2020
@@ -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/}
 

Index: pkgsrc/devel/py-pygit2/distinfo
diff -u pkgsrc/devel/py-pygit2/distinfo:1.11 pkgsrc/devel/py-pygit2/distinfo:1.12
--- pkgsrc/devel/py-pygit2/distinfo:1.11        Tue Mar 10 22:50:14 2020
+++ pkgsrc/devel/py-pygit2/distinfo     Tue Apr  7 12:12:40 2020
@@ -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



Home | Main Index | Thread Index | Old Index