Sat, 27 Apr 2024 01:40:20 UTC | login

Information for build python-characteristic-14.3.0-4.el7

ID8740
Package Namepython-characteristic
Version14.3.0
Release4.el7
Epoch
SummaryPython library that eases the chores of implementing attributes
DescriptionSay 'yes' to types but 'no' to typing! characteristic is a Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. You just specify the attributes to work with and ``characteristic`` gives you: - a nice human-readable ``__repr__``, - a complete set of comparison methods, - and a kwargs-based initializer (that cooperates with your existing one) *without* writing dull boilerplate code again and again. So put down that type-less data structures and welcome some class into your life!
Built byhguemar
State complete
Volume DEFAULT
StartedFri, 12 Feb 2016 21:03:23 UTC
CompletedFri, 12 Feb 2016 21:06:15 UTC
Taskbuild (cloud7-openstack-common-el7, python-characteristic-14.3.0-4.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
virt7-ovirt-common-candidate
virt7-ovirt-common-release
virt7-ovirt-common-testing
RPMs
src
python-characteristic-14.3.0-4.el7.src.rpm (info) (download)
noarch
python-characteristic-14.3.0-4.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 14.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 14.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 14.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Dec 20 2014 Tom Prince <tom.prince@twistedmatrix.com> - 14.3.0-1 - Bump version to 14.3.0. - Address review comments (#1119004). * Wed Sep 10 2014 Tom Prince <tom.prince@twistedmatrix.com> - 14.1.0-1 - Bump version to 14.1.0. - Address review comments (#1119004). * Sun Jul 13 2014 Tom Prince <tom.prince@twistedmatrix.com> - 0.1.0-3 - Address review comments (#1119004). * Sat Jul 12 2014 Tom Prince <tom.prince@twistedmatrix.com> - 0.1.0-2 - Add python3 support. * Tue Jun 10 2014 Tom Prince <tom.prince@twistedmatrix.com> - 0.1.0-1 - Initial package.