Information for build python-single-version-1.6.0-6.fc43

ID164903
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
Release6.fc43
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-single-version.git#a53c8b09043c6cf2a3ace56e1c1ca8e5e22ca800
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, 09 Nov 2025 23:14:08 CST
CompletedSun, 09 Nov 2025 23:27:18 CST
Taskbuild (f43, /rpms/python-single-version.git:a53c8b09043c6cf2a3ace56e1c1ca8e5e22ca800)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-single-version.git#a53c8b09043c6cf2a3ace56e1c1ca8e5e22ca800'}}
Tags
f43
RPMs
src
python-single-version-1.6.0-6.fc43.src.rpm (info) (download)
noarch
python3-single-version-1.6.0-6.fc43.noarch.rpm (info) (download)
Logs
noarch
dnf5.log
mock_output.log
state.log
installed_pkgs.log
build.log
mock_config.log
root.log
hw_info.log
noarch_rpmdiff.json
Changelog * Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.6.0-6 - Rebuilt for Python 3.14.0rc3 bytecode * Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.6.0-5 - Rebuilt for Python 3.14.0rc2 bytecode * Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 1.6.0-3 - Rebuilt for Python 3.14 * 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