Name: | python3-aenum |
---|---|
Version: | 2.2.3 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 1475556 |
License: | BSD |
RPM: | python3-aenum-2.2.3-4.el7.noarch.rpm |
Source RPM: | python-aenum-2.2.3-4.el7.src.rpm |
Build Date: | Thu Oct 08 2020 |
Build Host: | jenkins-172-17-0-2-69cf6c58-f4b5-4e55-8584-338b038120d2.appad3iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://bitbucket.org/stoneleaf/aenum |
Summary: | Advanced Enumerations, NamedTuples and NamedConstants for Python |
Description: | aenum 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. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for Python 3.9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Update to latest upstream release 2.2.3
- Rebuilt for Python 3.8.0rc1 (#1748018)
- Rebuilt for Python 3.8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Switch to PyPI for the source to get rid of the BitBucket shortcomings - Update to latest upstream release 2.1.4
- Update to latest upstream release 2.1.3 - Add license and docs (rhbz#1714003)
- Initial package for Fedora