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: Wed May 13 15:00:50 UTC 2020
Modified Files:
pkgsrc/devel/py-pygit2: Makefile PLIST distinfo
Log Message:
py-pygit2: updated to 1.2.1
1.2.1:
- Fix segfault in ``Object.raw_name`` when not reached through a tree
- Internal: Use @ffi.def_extern instead of @ffi.callback
- Internal: callbacks code refactored
- Test suite completely switched to pytest
- New unit tests
- Documentation changes
Deprecations:
- Deprecate ``Repository.create_remote(...)``, use instead
``Repository.remotes.create(...)``
- Deprecate ``GIT_CREDTYPE_XXX`` contants, use ``GIT_CREDENTIAL_XXX`` instead.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-pygit2/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-pygit2/PLIST
cvs rdiff -u -r1.12 -r1.13 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.16 pkgsrc/devel/py-pygit2/Makefile:1.17
--- pkgsrc/devel/py-pygit2/Makefile:1.16 Tue Apr 7 12:12:40 2020
+++ pkgsrc/devel/py-pygit2/Makefile Wed May 13 15:00:50 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/04/07 12:12:40 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/05/13 15:00:50 adam Exp $
-DISTNAME= pygit2-1.2.0
+DISTNAME= pygit2-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygit2/}
Index: pkgsrc/devel/py-pygit2/PLIST
diff -u pkgsrc/devel/py-pygit2/PLIST:1.6 pkgsrc/devel/py-pygit2/PLIST:1.7
--- pkgsrc/devel/py-pygit2/PLIST:1.6 Sun Mar 1 11:18:45 2020
+++ pkgsrc/devel/py-pygit2/PLIST Wed May 13 15:00:50 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/03/01 11:18:45 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/05/13 15:00:50 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -19,6 +19,9 @@ ${PYSITELIB}/pygit2/_run.pyo
${PYSITELIB}/pygit2/blame.py
${PYSITELIB}/pygit2/blame.pyc
${PYSITELIB}/pygit2/blame.pyo
+${PYSITELIB}/pygit2/callbacks.py
+${PYSITELIB}/pygit2/callbacks.pyc
+${PYSITELIB}/pygit2/callbacks.pyo
${PYSITELIB}/pygit2/config.py
${PYSITELIB}/pygit2/config.pyc
${PYSITELIB}/pygit2/config.pyo
@@ -28,6 +31,7 @@ ${PYSITELIB}/pygit2/credentials.pyo
${PYSITELIB}/pygit2/decl/attr.h
${PYSITELIB}/pygit2/decl/blame.h
${PYSITELIB}/pygit2/decl/buffer.h
+${PYSITELIB}/pygit2/decl/callbacks.h
${PYSITELIB}/pygit2/decl/checkout.h
${PYSITELIB}/pygit2/decl/clone.h
${PYSITELIB}/pygit2/decl/common.h
Index: pkgsrc/devel/py-pygit2/distinfo
diff -u pkgsrc/devel/py-pygit2/distinfo:1.12 pkgsrc/devel/py-pygit2/distinfo:1.13
--- pkgsrc/devel/py-pygit2/distinfo:1.12 Tue Apr 7 12:12:40 2020
+++ pkgsrc/devel/py-pygit2/distinfo Wed May 13 15:00:50 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/04/07 12:12:40 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/05/13 15:00:50 adam Exp $
-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
+SHA1 (pygit2-1.2.1.tar.gz) = b252c9882ddfd54ee8fbdabdb7f0ed796234d460
+RMD160 (pygit2-1.2.1.tar.gz) = c88e15958b4f5c1911c5dea561c2112dcf5d25c3
+SHA512 (pygit2-1.2.1.tar.gz) = 2491892e50d9298d68c2f90b3c4b23c87e51995ccc29e285eb2f868f5e34d2568d5f554818203bf2c735179aeb197e3b7aba1be88e72a6526812e3ee2e0b4348
+Size (pygit2-1.2.1.tar.gz) = 235852 bytes
Home |
Main Index |
Thread Index |
Old Index