Tue, 23 Apr 2024 10:07:42 UTC | login

Information for build python-pthreading-0.1.3-3.el7

ID691
Package Namepython-pthreading
Version0.1.3
Release3.el7
Epoch
SummaryRe-implement threading.Lock, RLock and Condition with libpthread
DescriptionThe pthreading module provides Lock and Condition synchronization objects compatible with Python native threading module. The implementation, however, is based on POSIX thread library as delivered by the libpthread and has considerable performance benefits over Python 2.x's implementation.
Built bysbonazzo
State complete
Volume DEFAULT
StartedMon, 16 Feb 2015 15:10:11 UTC
CompletedMon, 16 Feb 2015 15:12:46 UTC
Taskbuild (virt7-el7, python-pthreading-0.1.3-3.el7.src.rpm)
Tags
virt7-ovirt-common-candidate
virt7-ovirt-common-release
virt7-ovirt-common-testing
RPMs
src
python-pthreading-0.1.3-3.el7.src.rpm (info) (download)
noarch
python-pthreading-0.1.3-3.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Sun Jul 13 2014 Yaniv Bronhaim <ybronhei@redhat.com> - 0.1.3-3 - Revert monkey_patch: Fail if it is too late to monkey-patch and will add in 0.1.4 * Thu Jul 10 2014 Douglas SChilling Landgraf <dougsland@redhat.com> - 0.1.3-2 - monkey_patch: Fail if it is too late to monkey-patch - Add the missing locked() interface * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Mar 18 2014 Douglas Schilling Landgraf <dougsland@redhat.com> - 0.1.3-0 - Monkeypatch python's thread.allocate_lock * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Jun 04 2013 Douglas Schilling Landgraf <dougsland@redhat.com> - 0.1.2-1 - Release 0.1.2 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Aug 27 2012 Dan Kenigsberg <danken@redhat.com> - 0.1.1-1 Initial take