Sun, 15 Sep 2024 15:21:30 UTC | login

Information for build python-intbitset-3.0.2-1.fc40

ID261799
Package Namepython-intbitset
Version3.0.2
Release1.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-intbitset.git#76f7812c9bcf9a74a4a0b4ce4cf7f199060ea70d
SummaryPython C-based extension implementing fast integer bit sets
DescriptionThe intbitset library provides a set implementation to store sorted unsigned integers either 32-bits integers (between 0 and 2**31 - 1 or intbitset.__maxelem__) or an infinite range with fast set operations implemented via bit vectors in a Python C extension for speed and reduced memory usage. The inbitset class emulates the Python built-in set class interface with some additional specific methods such as its own fast dump and load marshalling functions.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 02 Nov 2023 06:40:28 UTC
CompletedThu, 02 Nov 2023 20:34:05 UTC
Taskbuild (f40, /rpms/python-intbitset.git:76f7812c9bcf9a74a4a0b4ce4cf7f199060ea70d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-intbitset.git#76f7812c9bcf9a74a4a0b4ce4cf7f199060ea70d'}}
Tags
f40
f41
RPMs
src
python-intbitset-3.0.2-1.fc40.src.rpm (info) (download)
noarch
python-intbitset-doc-3.0.2-1.fc40.noarch.rpm (info) (download)
riscv64
python3-intbitset-3.0.2-1.fc40.riscv64.rpm (info) (download)
python-intbitset-debugsource-3.0.2-1.fc40.riscv64.rpm (info) (download)
python3-intbitset-debuginfo-3.0.2-1.fc40.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sat Oct 28 2023 Robert-André Mauchin <zebob.m@gmail.com> 3.0.2-1 - Initial import