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 Oct 14 14:53:17 UTC 2024
Modified Files:
pkgsrc/devel/py-pygit2: Makefile PLIST distinfo
Log Message:
py-pygit2: updated to 1.16.0
1.16.0 (2024-10-11)
- Add support for Python 3.13
- Drop support for Python 3.9
- New `Repository.hashfile(...)`
- New `Option.GET_MWINDOW_FILE_LIMIT` and `Option.SET_MWINDOW_FILE_LIMIT`
- Fix overriding `certificate_check(...)` callback via argument to `RemoteCallbacks(...)`
- Add py.typed
- Fix `discover_repository(...)` annotation
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-pygit2/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-pygit2/PLIST
cvs rdiff -u -r1.30 -r1.31 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.39 pkgsrc/devel/py-pygit2/Makefile:1.40
--- pkgsrc/devel/py-pygit2/Makefile:1.39 Mon Oct 14 06:45:40 2024
+++ pkgsrc/devel/py-pygit2/Makefile Mon Oct 14 14:53:17 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2024/10/14 06:45:40 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2024/10/14 14:53:17 adam Exp $
-DISTNAME= pygit2-1.15.1
+DISTNAME= pygit2-1.16.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygit2/}
@@ -12,12 +12,14 @@ LICENSE= gnu-gpl-v2
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+= ${PYPKGPREFIX}-cffi>=1.9.1:../../devel/py-cffi
+DEPENDS+= ${PYPKGPREFIX}-cffi>=1.16.0:../../devel/py-cffi
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
# error: 'for' loop initial declarations are only allowed in C99 mode
FORCE_C_STD= c99
+PYTHON_VERSIONS_INCOMPATIBLE= 39
+
BUILDLINK_API_DEPENDS.libgit2+= libgit2>=1.8
.include "../../devel/libgit2/buildlink3.mk"
.include "../../lang/python/wheel.mk"
Index: pkgsrc/devel/py-pygit2/PLIST
diff -u pkgsrc/devel/py-pygit2/PLIST:1.12 pkgsrc/devel/py-pygit2/PLIST:1.13
--- pkgsrc/devel/py-pygit2/PLIST:1.12 Sat Jan 27 19:01:13 2024
+++ pkgsrc/devel/py-pygit2/PLIST Mon Oct 14 14:53:17 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2024/01/27 19:01:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2024/10/14 14:53:17 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.md
${PYSITELIB}/${WHEEL_INFODIR}/COPYING
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -85,6 +85,7 @@ ${PYSITELIB}/pygit2/legacyenums.pyo
${PYSITELIB}/pygit2/packbuilder.py
${PYSITELIB}/pygit2/packbuilder.pyc
${PYSITELIB}/pygit2/packbuilder.pyo
+${PYSITELIB}/pygit2/py.typed
${PYSITELIB}/pygit2/references.py
${PYSITELIB}/pygit2/references.pyc
${PYSITELIB}/pygit2/references.pyo
Index: pkgsrc/devel/py-pygit2/distinfo
diff -u pkgsrc/devel/py-pygit2/distinfo:1.30 pkgsrc/devel/py-pygit2/distinfo:1.31
--- pkgsrc/devel/py-pygit2/distinfo:1.30 Wed Jul 17 03:42:49 2024
+++ pkgsrc/devel/py-pygit2/distinfo Mon Oct 14 14:53:17 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2024/07/17 03:42:49 adam Exp $
+$NetBSD: distinfo,v 1.31 2024/10/14 14:53:17 adam Exp $
-BLAKE2s (pygit2-1.15.1.tar.gz) = d4be174d85d09db09ef760a80bab0c0f658108f7d61e55de3fc6995b719ec111
-SHA512 (pygit2-1.15.1.tar.gz) = 4795dbc7b05000955fea86e1b51209a77dfaf99ea806aa8a2be538aed8094638def3e15b0507c61ab57cad2b8e5faee7f1c90ce5c2b20094f972638e7c9bd20f
-Size (pygit2-1.15.1.tar.gz) = 768818 bytes
+BLAKE2s (pygit2-1.16.0.tar.gz) = 5d1d8a1a91fdbf6e351afd0ce84ab0a07ae1e3091307200135a92b8abbf6a835
+SHA512 (pygit2-1.16.0.tar.gz) = 297fc46f2e48e77937718e54b3ef2bb41a252348173fc5858ab4225fc3403a4d29efd2d6377508220d8bdf901f6cd9595c31601d8c0f77e9dc9a44f159a1d278
+Size (pygit2-1.16.0.tar.gz) = 768597 bytes
SHA1 (patch-build.sh) = 93046157c4d93b4cadf0ffaad77b4f393e07f03e
Home |
Main Index |
Thread Index |
Old Index