Sun Nov 27 12:01:35 2022 UTC ()
py-pygit2: updated to 1.11.1

1.11.1 (2022-11-09)
-------------------
- Fix Linux wheels, downgrade to manylinux 2_24
- Windows wheels for Python 3.11
- CI: Use 3.11 final release for testing

1.11.0 (2022-11-06)
-------------------
- Drop support for Python 3.7
- Update Linux wheels to manylinux 2_28
- Fix crash in signature representation
- Fix memory leak in ``Signature``
- New optional argument ``raise_error`` in ``Repository.applies(...)``
- New notify/progress callbacks for checkout and stash
- New ``Repository.remotes.names()``
- Now ``refname`` argument in ``RemoteCallbacks.push_update_reference(...)`` is
  a string, not bytes
- Add missing newline at end of ``pygit2/decl/pack.h``


(adam)
diff -r1.25 -r1.26 pkgsrc/devel/py-pygit2/Makefile
diff -r1.20 -r1.21 pkgsrc/devel/py-pygit2/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/devel/py-pygit2/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-pygit2/Makefile 2022/09/06 09:26:27 1.25
+++ pkgsrc/devel/py-pygit2/Makefile 2022/11/27 12:01:34 1.26
@@ -1,28 +1,24 @@ @@ -1,28 +1,24 @@
1# $NetBSD: Makefile,v 1.25 2022/09/06 09:26:27 wiz Exp $ 1# $NetBSD: Makefile,v 1.26 2022/11/27 12:01:34 adam Exp $
2 2
3DISTNAME= pygit2-1.10.1 3DISTNAME= pygit2-1.11.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygit2/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygit2/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/libgit2/pygit2 9HOMEPAGE= https://github.com/libgit2/pygit2
10COMMENT= Python bindings to libgit2 10COMMENT= Python bindings to libgit2
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13DEPENDS+= ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi 13DEPENDS+= ${PYPKGPREFIX}-cffi>=1.9.1:../../devel/py-cffi
14TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 14TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
15TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner 16TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
16 17
17PYTHON_VERSIONS_INCOMPATIBLE= 27 
18 
19.include "../../lang/python/pyversion.mk" 
20.if ${_PYTHON_VERSION} < 38 
21DEPENDS+= ${PYPKGPREFIX}-cached-property-[0-9]*:../../devel/py-cached-property 
22.endif 
23 
24PYSETUPTESTTARGET= pytest 18PYSETUPTESTTARGET= pytest
25 19
 20PYTHON_VERSIONS_INCOMPATIBLE= 27
 21
26.include "../../devel/libgit2/buildlink3.mk" 22.include "../../devel/libgit2/buildlink3.mk"
27.include "../../lang/python/egg.mk" 23.include "../../lang/python/egg.mk"
28.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.20 -r1.21 pkgsrc/devel/py-pygit2/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-pygit2/distinfo 2022/09/06 09:26:27 1.20
+++ pkgsrc/devel/py-pygit2/distinfo 2022/11/27 12:01:34 1.21
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.20 2022/09/06 09:26:27 wiz Exp $ 1$NetBSD: distinfo,v 1.21 2022/11/27 12:01:34 adam Exp $
2 2
3BLAKE2s (pygit2-1.10.1.tar.gz) = a4866c2f85882686bc66c718fe41d24618cb01272531d8a5d061ebc728b86e25 3BLAKE2s (pygit2-1.11.1.tar.gz) = 97245d416f4317b702fbd62e77e9fa71cb2ebea6b23fe875bd7d862954cf3740
4SHA512 (pygit2-1.10.1.tar.gz) = 41ef33c446ff0b5962f829a37f4c290121e8c0ec2813bbdba7865ed29feb8897c6ebf64387ae48925d3501d073902b4098ecbdd1c41fe6dda25d94fdb7c7d3c4 4SHA512 (pygit2-1.11.1.tar.gz) = fe15e699e170d6fb768bfeedbd90f2b1d71cd54a7a461f6be38b306e486b891a11dc38623669f04298c9402618e29b80ddb1e468fb5d9819278997bed48393d6
5Size (pygit2-1.10.1.tar.gz) = 730943 bytes 5Size (pygit2-1.11.1.tar.gz) = 733883 bytes
6SHA1 (patch-build.sh) = 162b527ed785cdd64aa60cdf5563360c8e316bb6 6SHA1 (patch-build.sh) = 162b527ed785cdd64aa60cdf5563360c8e316bb6