Thu, 25 Apr 2024 01:01:25 UTC | login

Information for build python-simplegeneric-0.8-1.el6

ID1092
Package Namepython-simplegeneric
Version0.8
Release1.el6
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 bytoulevey2
State complete
Volume DEFAULT
StartedWed, 29 Apr 2015 15:18:43 UTC
CompletedWed, 29 Apr 2015 15:20:46 UTC
Taskbuild (cloud6-openstack-common-el6, python-simplegeneric-0.8-1.el6.src.rpm)
Tags
cloud6-openstack-common-candidate
cloud6-openstack-common-testing
RPMs
src
python-simplegeneric-0.8-1.el6.src.rpm (info) (download)
noarch
python-simplegeneric-0.8-1.el6.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Wed Dec 14 2011 Luke Macken <lmacken@redhat.com> - 0.8-1 - Update to 0.8 (#735066) * Thu Sep 30 2010 Luke Macken <lmacken@redhat.com> - 0.7-1 - Update to 0.7 - Run the unit tests * Thu Jul 22 2010 Thomas Spura <tomspur@fedoraproject.org> - 0.6-3 - missing BR: python-devel * Mon Apr 19 2010 Luke Macken <lmacken@redhat.com> - 0.6-2 - Change license from 'PSF or ZPL' to 'Python or ZPLv2.1' * Tue Apr 13 2010 Luke Macken <lmacken@redhat.com> - 0.6-1 - Initial package