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: Sat Aug 9 05:46:43 UTC 2025
Modified Files:
pkgsrc/devel/py-gitpython: Makefile distinfo
Log Message:
py-gitpython: updated to 3.1.45
3.1.45
Fix various version-related CI breakages
Do some CI cleanup to make reports clearer and future changes easier
Affirm that gitdb and smmap advisories can also be created
Fix links to gitdb and smmap SECURITY.md files
Test Python 3.13 regularly on Ubuntu and macOS on CI
Repo.rev_parse: Handle ^{commit} correctly
Fuzzing: Fix Broken Fuzz Test for Git Submodule Handling
Work around Cygwin CI failure 2004, except for test_installation
Mark test_installation xfail on Cygwin CI
IndexFile._to_relative_path - fix case where absolute path gets stripped of trailing slash
Use WSL1 on CI
Test free-threaded Python (but only on Linux)
Use property decorator to support typing
Fix some incorrect sphinx markups in the docstrings
replace quansight-labs/setup-python with actions/setup-python
remove type assertions from util.py
correctly handle uname-cmd that doesn't point to an executable file
Use newer ruff style
Have CodeQL scan GitHub Actions workflows as well as Python code
Specify explicit contents: read workflow permissions
Fix GitConfigParser not removing quotes from values
Preserve quoted leading and trailing single-line config var whitespace
Refactor Git.{AutoInterrupt,CatFileContentStream} nesting
Fix Git.{AutoInterrupt,CatFileContentStream} static typing
Fix CI mypy command on free-threaded Python
Split Cygwin CI into non-performance and performance test jobs
Express conditional setuptools requirement statically
Fix ambiguous _safer_popen_windows comment
Clarify USE_SHELL warning helper signature
Test ConfigParser with whitespace outside the value
Remove explicit empty "" handling in ConfigParser
Various style improvements
Don't remove quotes if \ or " are present inside
fix updating submodules with relative urls
Run cat_file.py fixture without site customizations
Fix Cygwin installation on CI for pip
Fail test_installation on warnings, and remove deprecated license classifier
Add clearer error version for unsupported index error
Fix name collision
Allow relative path url in submodules for submodule_update
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-gitpython/Makefile
cvs rdiff -u -r1.25 -r1.26 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.28 pkgsrc/devel/py-gitpython/Makefile:1.29
--- pkgsrc/devel/py-gitpython/Makefile:1.28 Sat Apr 12 10:59:20 2025
+++ pkgsrc/devel/py-gitpython/Makefile Sat Aug 9 05:46:43 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2025/04/12 10:59:20 adam Exp $
+# $NetBSD: Makefile,v 1.29 2025/08/09 05:46:43 adam Exp $
-DISTNAME= gitpython-3.1.44
+DISTNAME= gitpython-3.1.45
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gitpython/}
@@ -19,5 +18,10 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 310
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.10.0.2:../../devel/py-typing-extensions
+.endif
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-gitpython/distinfo
diff -u pkgsrc/devel/py-gitpython/distinfo:1.25 pkgsrc/devel/py-gitpython/distinfo:1.26
--- pkgsrc/devel/py-gitpython/distinfo:1.25 Mon Jan 6 08:32:21 2025
+++ pkgsrc/devel/py-gitpython/distinfo Sat Aug 9 05:46:43 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2025/01/06 08:32:21 adam Exp $
+$NetBSD: distinfo,v 1.26 2025/08/09 05:46:43 adam Exp $
-BLAKE2s (gitpython-3.1.44.tar.gz) = eb01527286983951276edfa885b93633dd607147ad0fce2f88d0329a82cca7c0
-SHA512 (gitpython-3.1.44.tar.gz) = ad87a76510c980cce1cf24eb1097a11d3f44833708556af6ae46d7a3e5fe6610f6a9d00e03e2e03fc0b48bb1d4d546a854c574d99e46f364478d0264abc1d076
-Size (gitpython-3.1.44.tar.gz) = 214196 bytes
+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
Home |
Main Index |
Thread Index |
Old Index