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: Mon Jan 6 08:32:22 UTC 2025
Modified Files:
pkgsrc/devel/py-gitpython: Makefile distinfo
Log Message:
py-gitpython: updated to 3.1.44
3.1.44
Fix typo in _get_exe_extensions PATHEXT fallback
Don't suppress pytest warning summaries
Update the comment about --mixed and paths
Fixed an error updating shallow submodules
Initial Migration of Fuzz Tests & Integration Scripts From the OSS-Fuzz Project Repo
Fuzzer Migration Follow-ups
Dockerize "Direct Execution of Fuzz Targets"
Fix Fuzzer Crash in ClusterFuzz Due to Missing Git Executable
Add GitPython's Standard License Header Comments to Shell Scripts
Fix IndexError in GitConfigParser When a Quoted Config Value Contains a Trailing New Line
Attempt 2 - Fix Missing Git Executable Causing ClusterFuzz Crash
Replace the Suboptimal fuzz_tree.py Harness With a Better Alternative
Add git.Blob Fuzz Target
lint: switch order Ruff's hooks fix -> format
Update OSS-Fuzz Scripts to Use New QA-Assets Repo Structure
Add Diff Fuzz Target
Instrument test utility functions to increase fuzzer efficiency
Add the .git subdir as another safe.directory on Cygwin CI
Bump Vampire/setup-wsl from 3.0.0 to 3.1.0
Add Submodules Fuzz Target
Add graceful handling of expected exceptions in fuzz_submodule.py
precommit: enable validate-pyproject
typing fixes - DiffIndex generic type and IndexFile items
Fix Improper Import Order Breaking fuzz_submodule Fuzzer
Fix iter_change_type diff renamed property to prevent warning
fixed doc to not faulty do
fix: fix incoherent beginning whitespace
Change aliases to work around mypy issue.
precommit: enable end-of-file-fixer
lint: add typos check
Add type of change to files_dict of a commit
Enable Python 3.8 and 3.9 on M1 runners
Use Alpine Linux in WSL on CI
Remove the non-ARM macOS CI jobs
Fix Several Bugs in the fuzz_submodule Causing a lot of False Alarms in the OSS-Fuzz Bug Tracker
Gracefully handle PermissionError exceptions that crash fuzzer
Fuzzing: Gracefully Handle Uninteresting Error to Fix OSS-Fuzz Issue
Update and adjust pre-commit hooks
Upgrade sphinx to ~7.1.2
Don't support building documentation on Python 3.7
_to_relative_path to support mixing slashes and backslashes
Update base.py
Fix Fetch progress bar
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-gitpython/Makefile
cvs rdiff -u -r1.24 -r1.25 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.25 pkgsrc/devel/py-gitpython/Makefile:1.26
--- pkgsrc/devel/py-gitpython/Makefile:1.25 Mon Nov 11 07:28:09 2024
+++ pkgsrc/devel/py-gitpython/Makefile Mon Jan 6 08:32:21 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2024/11/11 07:28:09 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2025/01/06 08:32:21 adam Exp $
-DISTNAME= GitPython-3.1.43
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+DISTNAME= gitpython-3.1.44
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gitpython/}
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/gitpython-d
COMMENT= Python Git Library
LICENSE= modified-bsd
+WHEEL_NAME= ${DISTNAME:S/gitp/GitP/}
+
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= git-base-[0-9]*:../../devel/git-base
DEPENDS+= ${PYPKGPREFIX}-gitdb>=4.0.1:../../devel/py-gitdb
@@ -18,9 +20,5 @@ 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
-USE_LANGUAGES= c
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-gitpython/distinfo
diff -u pkgsrc/devel/py-gitpython/distinfo:1.24 pkgsrc/devel/py-gitpython/distinfo:1.25
--- pkgsrc/devel/py-gitpython/distinfo:1.24 Mon Apr 8 14:17:45 2024
+++ pkgsrc/devel/py-gitpython/distinfo Mon Jan 6 08:32:21 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2024/04/08 14:17:45 adam Exp $
+$NetBSD: distinfo,v 1.25 2025/01/06 08:32:21 adam Exp $
-BLAKE2s (GitPython-3.1.43.tar.gz) = d19bd0d3a1eaf4d124bcde655daf6855fffa98602c83f0d1b07d95d30f91a35a
-SHA512 (GitPython-3.1.43.tar.gz) = c193418bbb6ebb4f202c4f6aa95b731acf319d6560db176aa7126cf848a1f11eea9f432c4ff6812e8ddb5f8386b1fa5e10335fbf170f3ec3ac5fd2dcde783415
-Size (GitPython-3.1.43.tar.gz) = 214149 bytes
+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
Home |
Main Index |
Thread Index |
Old Index