Click here to visit the old openkoji buildsystem (Archived)

Information for build python-single-version-1.6.0-1.fc41

ID94594
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
Release1.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-single-version.git#9f923c83fa34ea17a1c950cbb9a465a87186b218
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 byzhangsongsong
State complete
Volume DEFAULT
StartedMon, 28 Oct 2024 12:26:34 CST
CompletedMon, 28 Oct 2024 12:38:14 CST
Taskbuild (f41-build-side-1, /rpms/python-single-version.git:9f923c83fa34ea17a1c950cbb9a465a87186b218)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-single-version.git#9f923c83fa34ea17a1c950cbb9a465a87186b218'}}
Tags
f41-build-side-1
RPMs
src
python-single-version-1.6.0-1.fc41.src.rpm (info) (download)
noarch
python3-single-version-1.6.0-1.fc41.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
build.log
installed_pkgs.log
root.log
state.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Oct 25 2024 Benson Muite <benson_muite@emailplus.org> - 1.6.0-1 - Initial import