Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pygit2 py-pygit2: updated to 1.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da4600c43762
branches:  trunk
changeset: 431473:da4600c43762
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 13 15:00:50 2020 +0000

description:
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.

diffstat:

 devel/py-pygit2/Makefile |   4 ++--
 devel/py-pygit2/PLIST    |   6 +++++-
 devel/py-pygit2/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r 9b7d3e87aff3 -r da4600c43762 devel/py-pygit2/Makefile
--- a/devel/py-pygit2/Makefile  Wed May 13 14:59:27 2020 +0000
+++ b/devel/py-pygit2/Makefile  Wed May 13 15:00:50 2020 +0000
@@ -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/}
diff -r 9b7d3e87aff3 -r da4600c43762 devel/py-pygit2/PLIST
--- a/devel/py-pygit2/PLIST     Wed May 13 14:59:27 2020 +0000
+++ b/devel/py-pygit2/PLIST     Wed May 13 15:00:50 2020 +0000
@@ -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/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/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
diff -r 9b7d3e87aff3 -r da4600c43762 devel/py-pygit2/distinfo
--- a/devel/py-pygit2/distinfo  Wed May 13 14:59:27 2020 +0000
+++ b/devel/py-pygit2/distinfo  Wed May 13 15:00:50 2020 +0000
@@ -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