pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-gitdb



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan  6 08:28:47 UTC 2025

Modified Files:
        pkgsrc/devel/py-gitdb: Makefile PLIST distinfo

Log Message:
py-gitdb: updated to 4.0.12

4.0.12

Never add a vendored smmap directory to sys.path
Revise and update the readme
Set Dependabot submodule update cadence to weekly
Add missing asserts in test_base.py
Use contextlib.suppress instead of except: pass
Add support for Python 3.13
Potential Race Condition Fix - OS Rename & Chmod - PermissionError
Bump gitdb/ext/smmap from 256c5a2 to 04dd210
Bump actions/setup-python from 4 to 5


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-gitdb/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-gitdb/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-gitdb/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-gitdb/Makefile
diff -u pkgsrc/devel/py-gitdb/Makefile:1.8 pkgsrc/devel/py-gitdb/Makefile:1.9
--- pkgsrc/devel/py-gitdb/Makefile:1.8  Sun Oct 29 17:14:15 2023
+++ pkgsrc/devel/py-gitdb/Makefile      Mon Jan  6 08:28:46 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/10/29 17:14:15 adam Exp $
+# $NetBSD: Makefile,v 1.9 2025/01/06 08:28:46 adam Exp $
 
-DISTNAME=      gitdb-4.0.11
+DISTNAME=      gitdb-4.0.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gitdb/}
@@ -10,11 +10,10 @@ HOMEPAGE=   https://github.com/gitpython-d
 COMMENT=       Git Object Database
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-smmap>=3.0.1:../../devel/py-smmap
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-gitdb/PLIST
diff -u pkgsrc/devel/py-gitdb/PLIST:1.1 pkgsrc/devel/py-gitdb/PLIST:1.2
--- pkgsrc/devel/py-gitdb/PLIST:1.1     Thu Sep 10 15:02:35 2020
+++ pkgsrc/devel/py-gitdb/PLIST Mon Jan  6 08:28:47 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2020/09/10 15:02:35 taca Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2025/01/06 08:28:47 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/gitdb/__init__.py
 ${PYSITELIB}/gitdb/__init__.pyc
 ${PYSITELIB}/gitdb/__init__.pyo

Index: pkgsrc/devel/py-gitdb/distinfo
diff -u pkgsrc/devel/py-gitdb/distinfo:1.7 pkgsrc/devel/py-gitdb/distinfo:1.8
--- pkgsrc/devel/py-gitdb/distinfo:1.7  Sun Oct 29 17:14:15 2023
+++ pkgsrc/devel/py-gitdb/distinfo      Mon Jan  6 08:28:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/10/29 17:14:15 adam Exp $
+$NetBSD: distinfo,v 1.8 2025/01/06 08:28:47 adam Exp $
 
-BLAKE2s (gitdb-4.0.11.tar.gz) = 946da869f67e452b32e1a7b8024c809ab9a3c61d55162bfa08e56fb0a980ef08
-SHA512 (gitdb-4.0.11.tar.gz) = 024256481c553cd8e4b7fb0c0adc735aa6485c396e43aba73873cd4ad950ca686c3df7000a85acd1ac4f09db3f6ab613018739d24a8a69b4708150c171acf13d
-Size (gitdb-4.0.11.tar.gz) = 394469 bytes
+BLAKE2s (gitdb-4.0.12.tar.gz) = 536ee066f62990011cd761f22b600bd692c0bef4d295f6576f0c2b42308761d1
+SHA512 (gitdb-4.0.12.tar.gz) = 10891c05dd238094b6b62ff0346529af98c1110eabc3c26992afb6cd767b938291a1e1ff6dc2c33423cbcf11c0a8daf0718232a20522c06a40fb5113a64a7b6a
+Size (gitdb-4.0.12.tar.gz) = 394684 bytes



Home | Main Index | Thread Index | Old Index