pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-gitpython



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan  6 12:06:18 UTC 2026

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

Log Message:
py-gitpython: updated to 3.1.46

3.1.46
Prepare a new release
Bump actions/checkout from 4 to 5
Bump git/ext/gitdb from 335c0f6 to 39d7dbf
Bump actions/setup-python from 5 to 6
Bump git/ext/gitdb from 39d7dbf to f8fdfec
Fix type hint for SymbolicReference.reference property
feat: Add support for hasconfig git rule.
Bump github/codeql-action from 3 to 4
Use actual return type in annotation for method submodule_update
Bump git/ext/gitdb from f8fdfec to 65321a2
Preliminary support for index format v3
Bump actions/checkout from 5 to 6
Pin mypy==1.18.2
Respect os.Pathlike
Bump git/ext/gitdb from 65321a2 to 4c63ee6
Join Pathlike Object to Tree


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-gitpython/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-gitpython/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-gitpython/Makefile
diff -u pkgsrc/devel/py-gitpython/Makefile:1.30 pkgsrc/devel/py-gitpython/Makefile:1.31
--- pkgsrc/devel/py-gitpython/Makefile:1.30     Thu Oct  9 08:07:27 2025
+++ pkgsrc/devel/py-gitpython/Makefile  Tue Jan  6 12:06:18 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2025/10/09 08:07:27 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2026/01/06 12:06:18 adam Exp $
 
-DISTNAME=      gitpython-3.1.45
+DISTNAME=      gitpython-3.1.46
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gitpython/}

Index: pkgsrc/devel/py-gitpython/distinfo
diff -u pkgsrc/devel/py-gitpython/distinfo:1.26 pkgsrc/devel/py-gitpython/distinfo:1.27
--- pkgsrc/devel/py-gitpython/distinfo:1.26     Sat Aug  9 05:46:43 2025
+++ pkgsrc/devel/py-gitpython/distinfo  Tue Jan  6 12:06:18 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2025/08/09 05:46:43 adam Exp $
+$NetBSD: distinfo,v 1.27 2026/01/06 12:06:18 adam Exp $
 
-BLAKE2s (gitpython-3.1.45.tar.gz) = f052fbc8efc2f255a6cbf59cf1193d681d69d41aa9555155096c6a7c7e5e90c9
-SHA512 (gitpython-3.1.45.tar.gz) = 8d046f9dda080d58260ac076fdcd49d3b19284a6e4f6c7cd6c4ccc107473c37fcffa47ef667a6d98eff0d048ed911b44705b0bbc065314daa002ef7311de8428
-Size (gitpython-3.1.45.tar.gz) = 215076 bytes
+BLAKE2s (gitpython-3.1.46.tar.gz) = d1717d0ffce4c283fdcf3611625dfa0594c1a17581da4efe863ef71a9b0c0c99
+SHA512 (gitpython-3.1.46.tar.gz) = cb8b3fd1010c131b8218fb76951708d37fd329aa46f4235f3f1fd1295562b0d840b0ba5d2386061cba67d47b6938b2c9bd6f2ee39e31a762e435a2d517ef6df8
+Size (gitpython-3.1.46.tar.gz) = 215371 bytes



Home | Main Index | Thread Index | Old Index