Sun, 05 May 2024 20:47:42 UTC | login

Information for build python-simplegeneric-0.8-7.el7

ID390
Package Namepython-simplegeneric
Version0.8
Release7.el7
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 byhguemar
State complete
Volume DEFAULT
StartedSun, 21 Dec 2014 14:03:09 UTC
CompletedSun, 21 Dec 2014 14:06:37 UTC
Taskbuild (cloud7-el7, python-simplegeneric-0.8-7.el7.src.rpm)
Tags
cloud7-openstack-common-candidate
cloud7-openstack-common-release
cloud7-openstack-common-testing
cloud7-openstack-queens-candidate
cloud7-openstack-queens-release
cloud7-openstack-queens-testing
cloud7-openstack-rocky-release
cloud7-openstack-rocky-testing
cloud7-openstack-stein-release
cloud7-openstack-stein-testing
cloud7-openstack-train-release
cloud7-openstack-train-testing
cloud7-openstack-ussuri-testing
infra7-gitforge-pagure-candidate
infra7-gitforge-pagure-release
infra7-gitforge-pagure-testing
infra7-infra-common-candidate
infra7-infra-common-release
infra7-infra-common-testing
infrastructure7-testing
storage7-ceph-luminous-candidate
storage7-ceph-luminous-release
storage7-ceph-luminous-testing
storage7-ceph-mimic-candidate
storage7-ceph-mimic-testing
storage7-ceph-nautilus-candidate
storage7-ceph-nautilus-release
storage7-ceph-nautilus-testing
RPMs
src
python-simplegeneric-0.8-7.el7.src.rpm (info) (download)
noarch
python-simplegeneric-0.8-7.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Thu Jan 09 2014 Dennis Gilmore <dennis@ausil.us> - 0.8-7 - no python3 in RHEL 7 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 0.8-5 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 27 2012 Thomas Spura <tomspur@fedoraproject.org> - 0.8-3 - be more explicit in files section - add python3 subpackage (#785056) * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Dec 14 2011 Luke Macken <lmacken@redhat.com> - 0.8-1 - Update to 0.8 (#735066) * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * 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 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - 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