11
0

Accepting request 1250486 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1250486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-GitPython?expand=0&rev=31
This commit is contained in:
2025-03-06 13:48:03 +00:00
committed by Git OBS Bridge
6 changed files with 86 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f87dfd8e0d0fce15690a5e84b92d3b02710161e116fda5d5f2324144b2cca23d
size 529566

BIN
GitPython-3.1.44.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,12 +1,12 @@
<services>
<service name="tar_scm" mode="manual">
<param name="versionprefix">3.1.43</param>
<param name="url">https://github.com/gitpython-developers/GitPython</param>
<param name="scm">git</param>
<param name="revision">3.1.44</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="package-meta">yes</param>
<param name="changesgenerate">enable</param>
<param name="submodules">enable</param>
<param name="revision">3.1.43</param>
</service>
<service name="recompress" mode="manual">
<param name="compression">gz</param>

View File

@@ -3,4 +3,4 @@
<param name="url">git://github.com/gitpython-developers/GitPython</param>
<param name="changesrevision">f653af66e4c9461579ec44db50e113facf61e2d3</param></service><service name="tar_scm">
<param name="url">https://github.com/gitpython-developers/GitPython</param>
<param name="changesrevision">2a2ae776825f249a3bb7efd9b08650486226b027</param></service></servicedata>
<param name="changesrevision">fb1b05124f1070ed56231a782daee0ffce9e1372</param></service></servicedata>

View File

@@ -1,3 +1,81 @@
-------------------------------------------------------------------
Wed Mar 5 12:41:24 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 3.1.44:
* What's Changed
- Fix typo in _get_exe_extensions PATHEXT fallback by
@EliahKagan in #1890
- Don't suppress pytest warning summaries by @EliahKagan in
#1892
- Update the comment about --mixed and paths by @EliahKagan in
#1894
- Fixed an error updating shallow submodules by @EduardTalanov
in #1899
- Initial Migration of Fuzz Tests & Integration Scripts From
the OSS-Fuzz Project Repo by @DaveLak in #1901
- Fuzzer Migration Follow-ups by @DaveLak in #1903
- Dockerize "Direct Execution of Fuzz Targets" by @DaveLak in
#1904
- Fix Fuzzer Crash in ClusterFuzz Due to Missing Git Executable
by @DaveLak in #1906
- Add GitPython's Standard License Header Comments to Shell
Scripts by @DaveLak in #1907
- Fix IndexError in GitConfigParser When a Quoted Config Value
Contains a Trailing New Line by @DaveLak in #1908
- Attempt 2 - Fix Missing Git Executable Causing ClusterFuzz
Crash by @DaveLak in #1909
- Replace the Suboptimal fuzz_tree.py Harness With a Better
Alternative by @DaveLak in #1910
- Add git.Blob Fuzz Target by @DaveLak in #1911
- lint: switch order Ruff's hooks fix -> format by @Borda in
#1912
- Update OSS-Fuzz Scripts to Use New QA-Assets Repo Structure
by @DaveLak in #1913
- Add Diff Fuzz Target by @DaveLak in #1914
- Instrument test utility functions to increase fuzzer
efficiency by @DaveLak in #1915
- Add the .git subdir as another safe.directory on Cygwin CI by
@EliahKagan in #1916
- Bump Vampire/setup-wsl from 3.0.0 to 3.1.0 by @dependabot in
#1917
- Add Submodules Fuzz Target by @DaveLak in #1919
- Add graceful handling of expected exceptions in
fuzz_submodule.py by @DaveLak in #1922
- precommit: enable validate-pyproject by @Borda in #1921
- typing fixes - DiffIndex generic type and IndexFile items by
@Andrej730 in #1925
- Fix Improper Import Order Breaking fuzz_submodule Fuzzer by
@DaveLak in #1926
- Fix iter_change_type diff renamed property to prevent warning
by @kamilkrzyskow in #1918
- fixed doc to not faulty do #1924 by @zerothi in #1932
- fix: fix incoherent beginning whitespace by @cardoeng in
#1933
- Change aliases to work around mypy issue. by @PatrickMassot
in #1935
- precommit: enable end-of-file-fixer by @Borda in #1920
- lint: add typos check by @Borda in #1888
- Add type of change to files_dict of a commit by @JonasScharpf
in #1943
- Enable Python 3.8 and 3.9 on M1 runners by @EliahKagan in
#1944
- Use Alpine Linux in WSL on CI by @EliahKagan in #1945
- Remove the non-ARM macOS CI jobs by @EliahKagan in #1946
- Fix Several Bugs in the fuzz_submodule Causing a lot of False
Alarms in the OSS-Fuzz Bug Tracker by @DaveLak in #1950
- Gracefully handle PermissionError exceptions that crash
fuzzer by @DaveLak in #1951
- Fuzzing: Gracefully Handle Uninteresting Error to Fix
OSS-Fuzz Issue by @DaveLak in #1952
- Update and adjust pre-commit hooks by @EliahKagan in #1953
- Upgrade sphinx to ~7.1.2 by @EliahKagan in #1954
- Don't support building documentation on Python 3.7 by
@EliahKagan in #1956
- _to_relative_path to support mixing slashes and backslashes
by @Andrej730 in #1961
- Update base.py by @alex20230721 in #1965
- Fix Fetch progress bar by @fvalette-ledger in #1971
-------------------------------------------------------------------
Mon Nov 18 21:31:25 UTC 2024 - Anton Smorodskyi <anton.smorodskyi@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-GitPython
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-GitPython
Version: 3.1.43
Version: 3.1.44
Release: 0
Summary: Python Git Library
License: BSD-3-Clause