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:           Sun Oct 29 17:14:15 UTC 2023

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

Log Message:
py-gitdb: updated to 4.0.11

4.0.11

Use ZLIB_RUNTIME_VERSION if available
Add support for Python 3.12 and drop EOL 3.7
Enable Dependabot version updates for Actions
Test installing project on CI
Fix mkdir race condition in LooseObjectDB.store
Don't cancel other jobs from the 3.12 job failing
Use actions/checkout feature to fetch all commits
Revert "Drop support for EOL Python 3.7"
Fix top-of-file license URLs here in gitdb too
No longer treat 3.12 as experimental on CI
Add all to exc for linting
Have Dependabot update smmap submodule dependency
Bump gitdb/ext/smmap from 334ef84 to f1ace75


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-gitdb/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/devel/py-gitdb/Makefile:1.8
--- pkgsrc/devel/py-gitdb/Makefile:1.7  Fri Nov 25 10:50:12 2022
+++ pkgsrc/devel/py-gitdb/Makefile      Sun Oct 29 17:14:15 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/11/25 10:50:12 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/10/29 17:14:15 adam Exp $
 
-DISTNAME=      gitdb-4.0.10
+DISTNAME=      gitdb-4.0.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gitdb/}

Index: pkgsrc/devel/py-gitdb/distinfo
diff -u pkgsrc/devel/py-gitdb/distinfo:1.6 pkgsrc/devel/py-gitdb/distinfo:1.7
--- pkgsrc/devel/py-gitdb/distinfo:1.6  Fri Nov 25 10:50:12 2022
+++ pkgsrc/devel/py-gitdb/distinfo      Sun Oct 29 17:14:15 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/11/25 10:50:12 adam Exp $
+$NetBSD: distinfo,v 1.7 2023/10/29 17:14:15 adam Exp $
 
-BLAKE2s (gitdb-4.0.10.tar.gz) = 308a4fc2a6c090c08ddacd4cb815bde03a325997778544f7805675618935f2cc
-SHA512 (gitdb-4.0.10.tar.gz) = 6cfb58db322f1b18fd25d0c6537e5b24b2eb2f7a7222c1511cdee8dff39fb1249bf12691b9cb1a5d653131b8c3c57c1de2bb42139a2c8da6014332b4f1c6c03b
-Size (gitdb-4.0.10.tar.gz) = 394284 bytes
+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



Home | Main Index | Thread Index | Old Index