Thu, 23 May 2024 13:29:36 UTC | login

Information for build python-simplegeneric-0.8.1-20.fc33

ID177672
Package Namepython-simplegeneric
Version0.8.1
Release20.fc33
Epoch
SummarySimple generic functions (similar to Python's own len(), pickle.dump(), etc.)
DescriptionThe simplegeneric module lets you define simple single-dispatch generic functions, akin to Python's built-in generic functions like len(), iter() and so on. However, instead of using specially-named methods, these generic functions use simple lookup tables, akin to those used by e.g. pickle.dump() and other generic functions found in the Python standard library.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 14:20:07 UTC
CompletedThu, 13 Aug 2020 14:20:07 UTC
Tags
f33
f37
f38
RPMs
src
python-simplegeneric-0.8.1-20.fc33.src.rpm (info) (download)
noarch
python3-simplegeneric-0.8.1-20.fc33.noarch.rpm (info) (download)
Changelog * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 0.8.1-19 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.8.1-17 - Rebuilt for Python 3.8.0rc1 (#1748018) * Sun Aug 18 2019 Miro Hrončok <mhroncok@redhat.com> - 0.8.1-16 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Feb 14 2019 Miro Hrončok <mhroncok@redhat.com> - 0.8.1-14 - Subpackage python2-simplegeneric has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Nov 30 2018 Miro Hrončok <mhroncok@redhat.com> - 0.8.1-12 - Modernize packaging