Name: | python3-setuptools-git-versioning |
---|---|
Version: | 1.13.6 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 51394 |
License: | MIT |
RPM: | python3-setuptools-git-versioning-1.13.6-1.el9.noarch.rpm |
Source RPM: | python-setuptools-git-versioning-1.13.6-1.el9.src.rpm |
Build Date: | Tue Mar 11 2025 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://setuptools-git-versioning.readthedocs.io/ |
Summary: | Support for physical quantities with units, based on numpy |
Description: | Use git repo data (latest tag, current commit hash, etc) for building a version number according PEP 440. Features: - Can be installed & configured through both setup.py and PEP 518’s pyproject.toml - Does not require to change source code of the project - Tag-, file-, and callback-based versioning schemas are supported - Templates for tag, dev and dirty versions are separated - Templates support a lot of substitutions including git and environment information - Well-documented Limitations: - Currently the only supported VCS is Git - Only git v2 is supported - Currently does not support automatic exporting of package version to a file for runtime use (but you can use setuptools-git-versioning > file redirect instead) |
- [packit] 1.13.6 upstream release - Resolves rhbz#2261897
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Assert that %pyproject_files contains a license file
- [packit] 1.13.5 upstream release
- chore: add packit conf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for Python 3.12
- feat: import sources (fixes rbhz#2213973)
- feat: ready for review