Information for build python-setuptools-git-versioning-2.1.0-2.fc42

ID103134
Package Namepython-setuptools-git-versioning
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version2.1.0
Release2.fc42
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-setuptools-git-versioning.git#fe86ab17d012c794b96fe76fb147c04381bae0cb
SummaryUse git repo data for building a version number according PEP-440
DescriptionUse 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)
Built bykojiadmin
State complete
Volume DEFAULT
StartedSun, 02 Feb 2025 00:32:46 CST
CompletedSun, 02 Feb 2025 00:44:51 CST
Taskbuild (f42, /rpms/python-setuptools-git-versioning.git:fe86ab17d012c794b96fe76fb147c04381bae0cb)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-setuptools-git-versioning.git#fe86ab17d012c794b96fe76fb147c04381bae0cb'}}
Tags
f42
RPMs
src
python-setuptools-git-versioning-2.1.0-2.fc42.src.rpm (info) (download)
noarch
python3-setuptools-git-versioning-2.1.0-2.fc42.noarch.rpm (info) (download)
Logs
noarch
build.log
root.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Mon Jan 13 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 2.1.0-1 - Update to 2.1.0 (close RHBZ#2336900) * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 2.0.0-2 - Rebuilt for Python 3.13 * Mon Apr 08 2024 Packit <hello@packit.dev> - 2.0.0-1 - Update to 2.0.0 upstream release - Resolves: rhbz#2274050 * Tue Jan 30 2024 Packit <hello@packit.dev> - 1.13.6-1 - [packit] 1.13.6 upstream release - Resolves rhbz#2261897 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Dec 31 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.13.5-2 - Assert that %pyproject_files contains a license file * Sun Sep 24 2023 Packit <hello@packit.dev> - 1.13.5-1 - [packit] 1.13.5 upstream release * Thu Aug 10 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 1.13.3-6 - chore: add packit conf * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon Jun 26 2023 Python Maint <python-maint@redhat.com> - 1.13.3-4 - Rebuilt for Python 3.12 * Wed Jun 21 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 1.13.3-3 - feat: import sources (fixes rbhz#2213973) * Wed Jun 21 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 1.13.3-2 - feat: ready for review * Wed Jun 21 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - init