./devel/py-gitpython, Python Git Library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.1.44, Package name: py312-gitpython-3.1.44, Maintainer: pkgsrc-users

GitPython is a python library used to interact with Git repositories.


Master sites:

Filesize: 209.176 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-06 09:32:22 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-04-08 16:17:45 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-gitpython: updated to 3.1.43

3.1.43

A major visible change will be the added deprecation- or user-warnings,
and greatly improved typing.
   2024-02-16 21:18:44 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-gitpython: updated to 3.1.42

3.1.42

See the following for all changes.
https://github.com/gitpython-developers/GitPython/releases/tag/3.1.42
   2024-01-14 19:34:56 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-gitpython: updated to 3.1.41

3.1.41

This release is relevant for security as it fixes a possible arbitary
code execution on Windows.
   2023-10-26 15:37:55 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-gitpython: updated to 3.1.40

3.1.40
See the following for all changes.
https://github.com/gitpython-developers/GitPython/releases/tag/3.1.40

3.1.38
See the following for all changes.
https://github.com/gitpython-developers/GitPython/releases/tag/3.1.38
   2023-09-27 14:14:52 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-gitpython: updated to 3.1.37

3.1.37
======

This release contains another security fix that further improves validation of \ 
symbolic references
and thus properly fixes this CVE: https://github.com/advisories/GHSA-cwvm-v4w8-q58c.
   2023-09-16 05:35:57 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-gitpython: updated to 3.1.36

3.1.36

Note that this release should be a no-op, it's mainly for testing the changed \ 
release-process.