==> /opt/conda/bin/git log -n1 <==
commit 7bf28d8dcb3f6e370ab81265d7db905928b623f1
Author: Ćukasz Patron <priv.luk@gmail.com>
Date:   Thu May 22 20:30:05 2025 +0200

    pyi_generator.py: Pass all args/kwargs to original formatannotation()
    
    Python 3.14 changed formatannotation() function signature by adding `*,
    quote_annotation_strings=True` at the end of it.
    
    Since we only care about avoiding `text.removeprefix('typing.')`, let's
    just pass extra args/kwargs as is to keep compatibility with < 3.14.
    
    [1] https://github.com/python/cpython/pull/124669
    
    Change-Id: Ic115ed5cc8766cdf60286e88f6cfa79e263f64c9
==> /opt/conda/bin/git describe --tags --dirty <==
v6.9.2-2-g7bf28d8dc-dirty
==> /opt/conda/bin/git status <==
HEAD detached from v6.9.2
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   sources/pyside-tools/pyside_tool.py
	modified:   sources/pyside6/cmake/Macros/PySideModules.cmake
	modified:   sources/shiboken6/ApiExtractor/clangparser/compilersupport.cpp
	modified:   sources/shiboken6/cmake/ShibokenHelpers.cmake

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	build_env_setup.sh
	build_pyside/
	build_shiboken/
	build_shiboken_native/
	build_tools/
	conda_build.sh
	metadata_conda_debug.yaml

no changes added to commit (use "git add" and/or "git commit -a")
