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:           Mon Jul 19 11:32:31 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-pygit2/Makefile
cvs rdiff -u -r1.16 -r1.17 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.20 pkgsrc/devel/py-pygit2/Makefile:1.21
--- pkgsrc/devel/py-pygit2/Makefile:1.20        Mon Feb  1 09:46:33 2021
+++ pkgsrc/devel/py-pygit2/Makefile     Mon Jul 19 11:32:31 2021
@@ -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 @@ COMMENT=    Python bindings to libgit2
 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

Index: pkgsrc/devel/py-pygit2/distinfo
diff -u pkgsrc/devel/py-pygit2/distinfo:1.16 pkgsrc/devel/py-pygit2/distinfo:1.17
--- pkgsrc/devel/py-pygit2/distinfo:1.16        Mon Feb  1 09:46:33 2021
+++ pkgsrc/devel/py-pygit2/distinfo     Mon Jul 19 11:32:31 2021
@@ -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