pkgsrc-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.6.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/47d69efdd737
branches: trunk
changeset: 456085:47d69efdd737
user: adam <adam%pkgsrc.org@localhost>
date: Mon Jul 19 11:32:31 2021 +0000
description:
py-pygit2: updated to 1.6.1
1.6.1
- Fix a number of reference leaks
- Review custom object backends
Breaking changes:
- In custom backends the callbacks have been renamed from ``read`` to
``read_cb``, ``write`` to ``write_cb``, and so on.
1.6.0
- New optional ``proxy`` argument in ``Remote`` methods
- New GIT_MERGE_PREFERENCE constants
- Don't require cached-property with Python 3.8 or later
- Add wheels for aarch64
- Documentation fixes
- Refactored build and CI, new ``build.sh`` script
diffstat:
devel/py-pygit2/Makefile | 11 +++++++----
devel/py-pygit2/distinfo | 10 +++++-----
2 files changed, 12 insertions(+), 9 deletions(-)
diffs (45 lines):
diff -r f64006331471 -r 47d69efdd737 devel/py-pygit2/Makefile
--- a/devel/py-pygit2/Makefile Mon Jul 19 11:15:49 2021 +0000
+++ b/devel/py-pygit2/Makefile Mon Jul 19 11:32:31 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2021/02/01 09:46:33 adam Exp $
+# $NetBSD: Makefile,v 1.21 2021/07/19 11:32:31 adam Exp $
-DISTNAME= pygit2-1.5.0
+DISTNAME= pygit2-1.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygit2/}
@@ -11,11 +11,14 @@
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
-DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser
-DEPENDS+= ${PYPKGPREFIX}-cached-property-[0-9]*:../../devel/py-cached-property
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} < 38
+DEPENDS+= ${PYPKGPREFIX}-cached-property-[0-9]*:../../devel/py-cached-property
+.endif
+
PYSETUPTESTTARGET= pytest
PYTHON_VERSIONS_INCOMPATIBLE= 27 # since 1.0.0
diff -r f64006331471 -r 47d69efdd737 devel/py-pygit2/distinfo
--- a/devel/py-pygit2/distinfo Mon Jul 19 11:15:49 2021 +0000
+++ b/devel/py-pygit2/distinfo Mon Jul 19 11:32:31 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2021/02/01 09:46:33 adam Exp $
+$NetBSD: distinfo,v 1.17 2021/07/19 11:32:31 adam Exp $
-SHA1 (pygit2-1.5.0.tar.gz) = 175c6ad4bce8479903a2f4ca87dd76b6a2a45f61
-RMD160 (pygit2-1.5.0.tar.gz) = 4ecceeff41315ae4b56839143cc946137660ad1f
-SHA512 (pygit2-1.5.0.tar.gz) = 3f915c855ad08641391565906023d231550a38d4e7f8938fad4634a30e2ee1c81e2a0d3289052426e21d2c14814300a0f789eaaa9f3e62c3ece73cf53803bb80
-Size (pygit2-1.5.0.tar.gz) = 255958 bytes
+SHA1 (pygit2-1.6.1.tar.gz) = a24f7d27c1a010459c9e48c1b2e74fcc8af4e1bc
+RMD160 (pygit2-1.6.1.tar.gz) = 52afd04106f2d4012ca0ad0196412b87c37650b5
+SHA512 (pygit2-1.6.1.tar.gz) = 67a78313493ba096cbae6805bda861495f33644fd180b5fb1cd99dcd226ef5a09ee85bd27d04d0697ef15503a4e902aa1384980870551f430fd9560ac949fe2f
+Size (pygit2-1.6.1.tar.gz) = 258338 bytes
SHA1 (patch-src_types.h) = a7134bfd2a566832a7c62b96d11248fc17130213
Home |
Main Index |
Thread Index |
Old Index