Information for build python-single-version-1.6.0-2.fc42

ID103157
Package Namepython-single-version
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.6.0
Release2.fc42
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-single-version.git#0b7e28da5fec518614913cc7a0a00772337e279a
SummaryUtility to define version string
DescriptionUtility to let you have a single source version in your code base. This utility targets modern Python projects which have layout generated by Poetry, with a pyproject.toml file in place of setup.py. With this layout, the project initially has two places to maintain the version string: one in pyproject.toml and one in some *.py file (normally __init__.py). This duplicity often leads to inconsistency when you the author forget to update both. single-version was born to solve that headache circumstance. By convention, it chooses the pyproject.toml file as original source of version string.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSun, 02 Feb 2025 00:41:18 CST
CompletedSun, 02 Feb 2025 00:52:05 CST
Taskbuild (f42, /rpms/python-single-version.git:0b7e28da5fec518614913cc7a0a00772337e279a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-single-version.git#0b7e28da5fec518614913cc7a0a00772337e279a'}}
Tags
f42
RPMs
src
python-single-version-1.6.0-2.fc42.src.rpm (info) (download)
noarch
python3-single-version-1.6.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> - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Oct 25 2024 Benson Muite <benson_muite@emailplus.org> - 1.6.0-1 - Initial import