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 Sep  1 14:15:54 UTC 2026

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

Log Message:
py-gitpython: updated to 3.1.61

3.1.61

A fixup release to avoid accidental removal of public class regex on Actor.
It's now deprecated instead.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-gitpython/Makefile
cvs rdiff -u -r1.33 -r1.34 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.37 pkgsrc/devel/py-gitpython/Makefile:1.38
--- pkgsrc/devel/py-gitpython/Makefile:1.37     Fri Aug 28 08:40:45 2026
+++ pkgsrc/devel/py-gitpython/Makefile  Tue Sep  1 14:15:54 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2026/08/28 08:40:45 adam Exp $
+# $NetBSD: Makefile,v 1.38 2026/09/01 14:15:54 adam Exp $
 
-DISTNAME=      gitpython-3.1.60
+DISTNAME=      gitpython-3.1.61
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gitpython/}
@@ -11,12 +11,12 @@ COMMENT=    Python Git Library
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+=      git-base-[0-9]*:../../devel/git-base
+DEPENDS+=      git-base>=0:../../devel/git-base
 DEPENDS+=      ${PYPKGPREFIX}-gitdb>=4.0.1:../../devel/py-gitdb
-TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=0:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=0:../../devel/py-test-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar>=0:../../devel/py-test-sugar
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-gitpython/distinfo
diff -u pkgsrc/devel/py-gitpython/distinfo:1.33 pkgsrc/devel/py-gitpython/distinfo:1.34
--- pkgsrc/devel/py-gitpython/distinfo:1.33     Fri Aug 28 08:40:45 2026
+++ pkgsrc/devel/py-gitpython/distinfo  Tue Sep  1 14:15:54 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2026/08/28 08:40:45 adam Exp $
+$NetBSD: distinfo,v 1.34 2026/09/01 14:15:54 adam Exp $
 
-BLAKE2s (gitpython-3.1.60.tar.gz) = 83dddfd87389609dc9d32f0f5451c53457afbbef51613fb2d658f4a09d81578a
-SHA512 (gitpython-3.1.60.tar.gz) = 12350f87bed859bc06d40c8d400e40b814f00a9858a97a9a33d719b414292a55976cf9248ea86bd322bbb9f47a49af76a60c17756aaa932e0f713225363ae16a
-Size (gitpython-3.1.60.tar.gz) = 230793 bytes
+BLAKE2s (gitpython-3.1.61.tar.gz) = 86ecfcb11b683b5bae3d05571591425307c378a2defa16f4cc3e05faaeecea38
+SHA512 (gitpython-3.1.61.tar.gz) = 0ba61c823382c384a3da0549f0a2a2e06335d91a1204bbe3364508d864dcb6f4ad0194dfe56c9b263ce83c58f8284884558910175b1a8bdc8416c1fda2f01711
+Size (gitpython-3.1.61.tar.gz) = 231680 bytes



Home | Main Index | Thread Index | Old Index