Click here to visit the old openkoji buildsystem (Archived)

Information for build python-aenum-3.1.0-9.fc41

ID15328
Package Namepython-aenum
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version3.1.0
Release9.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-aenum.git#55f9779387b53ad333f22404bfd4168b3c355ade
SummaryAdvanced Enumerations, NamedTuples and NamedConstants for Python
Descriptionaenum includes a Python stdlib Enum-compatible data type, as well as a metaclass-based NamedTuple implementation and a NamedConstant class. An Enum is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over. Support exists for unique values, multiple values, auto-numbering, and suspension of aliasing, plus the ability to have values automatically bound to attributes. A NamedTuple is a class-based, fixed-length tuple with a name for each possible position accessible using attribute-access notation as well as the standard index notation. A NamedConstant is a class whose members cannot be rebound; it lacks all other Enum capabilities, however.
Built bykojiadmin
State complete
Volume DEFAULT
StartedThu, 02 May 2024 15:55:36 CST
CompletedThu, 02 May 2024 16:09:54 CST
Taskbuild (f41, /rpms/python-aenum.git:55f9779387b53ad333f22404bfd4168b3c355ade)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-aenum.git#55f9779387b53ad333f22404bfd4168b3c355ade'}}
Tags
f41
RPMs
src
python-aenum-3.1.0-9.fc41.src.rpm (info) (download)
noarch
python3-aenum-3.1.0-9.fc41.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
root.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.1.0-6 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.1.0-3 - Rebuilt for Python 3.11