Wed, 24 Apr 2024 12:15:56 CEST | login

Information for build python-enum34-1.0.4-1.el7

ID982
Package Namepython-enum34
Version1.0.4
Release1.el7
Epoch
SummaryBackport of Python 3.4 Enum
DescriptionPython 3.4 introduced official support for enumerations. This is a backport of that feature to Python 3.3, 3.2, 3.1, 2.7, 2.5, 2.5, and 2.4. An enumeration 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. This module defines two enumeration classes that can be used to define unique sets of names and values: Enum and IntEnum. It also defines one decorator, unique, that ensures only unique member names are present in an enumeration.
Built bykojiadmin
State complete
Volume DEFAULT
StartedThu, 02 May 2019 19:37:35 CEST
CompletedThu, 02 May 2019 19:37:35 CEST
Tags
built-by-centos
centos-7.5
v8.0-base
v8.1-base
v8.2-base
v8.3-base
RPMs
src
python-enum34-1.0.4-1.el7.src.rpm (info) (download)
noarch
python-enum34-1.0.4-1.el7.noarch.rpm (info) (download)
Changelog * Wed Apr 08 2015 Eric Smith <brouhaha@fedoraproject.org> 1.0.4-1 - Updated to latest upstream. * Mon Jul 21 2014 Matěj Cepl <mcepl@redhat.com> - 1.0-4 - No, we don’t have python3 in RHEL-7 :'( * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Mon May 26 2014 Eric Smith <brouhaha@fedoraproject.org> 1.0-1 - Updated to latest upstream. * Mon Mar 17 2014 Eric Smith <brouhaha@fedoraproject.org> 0.9.23-1 - Updated to latest upstream. - Spec updated per review comments (#1033975). * Sun Nov 24 2013 Eric Smith <brouhaha@fedoraproject.org> 0.9.19-1 - Initial version.