jinja2-git icon indicating copy to clipboard operation
jinja2-git copied to clipboard

Jinja2 extension to handle git-specific things

Results 6 jinja2-git issues
Sort by recently updated
recently updated
newest added

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.3.1. Release notes Sourced from pytest's releases. 7.3.1 pytest 7.3.1 (2023-04-14) Improvements #10875: Python 3.12 support: fixed RuntimeError: TestResult has no addDuration method when running...

dependencies
python

Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.2.0. Commits 4f47dfb Promote version to 1.2.0 and drop +dev from the version 06aa182 [dataclass_transform] support implicit default for "init" parameter in field ... 7beaec2...

dependencies
python

Bumps [nitpick](https://github.com/andreoliwa/nitpick) from 0.29.0 to 0.33.1. Release notes Sourced from nitpick's releases. v0.33.1 0.33.1 (2023-03-29) Bug Fixes deps: pin requests-cache to >=1.0.0 (bc72699) deps: update dependency tomlkit to v0.11.7 (8dff578)...

dependencies
python

Bumps [safety](https://github.com/pyupio/safety) from 2.2.1 to 2.3.5. Release notes Sourced from safety's releases. 2.3.5 No release notes provided. 2.3.4 No release notes provided. 2.3.3 No release notes provided. 2.3.2 Fixed #423:...

dependencies
python

I need a similar functionality to the one you provide for the git hash just for the latest git tag, i.e., the output of: `git describe --tags --abbrev=0` Would you...

It would be nice to be able to pass the git repository to `subprocess.check_output(params, cwd=repo)`, otherwise this returns an error message when the git repository is not in the same...

enhancement
help wanted