Information for build python-concurrentloghandler-0.8.4-9.fc18

ID419462
Package Namepython-concurrentloghandler
Version0.8.4
Release9.fc18
Epoch
SummaryConcurrent logging handler (drop-in replacement for RotatingFileHandler)
DescriptionThis module provides an additional log handler for Python's standard logging package (PEP 282). This handler will write log events to log file which is rotated when the log file reaches a certain size. Multiple processes can safely write to the same log file concurrently.
Built bydcallagh
State complete
Volume fedora_koji_archive00
StartedThu, 16 May 2013 07:33:03 UTC
CompletedThu, 16 May 2013 07:35:27 UTC
Taskbuild (f18-candidate, /python-concurrentloghandler:d5ab35cba8ae688291b694f98f29fabb25d42ddd)
Tags
f18-updates
RPMs
src
python-concurrentloghandler-0.8.4-9.fc18.src.rpm (info) (download)
noarch
python-concurrentloghandler-0.8.4-9.fc18.noarch.rpm (info) (download)
Logs
noarch
build.log
root.log
state.log
Changelog * Thu May 16 2013 Dan Callaghan <dcallagh@redhat.com> - 0.8.4-9 - RHBZ#952929: ensure stream lock is closed - RHBZ#858922: suppress exceptions in release * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Sep 20 2012 Dan Callaghan <dcallagh@redhat.com> - 0.8.4-7 - RHBZ#858912: dont't flush log file if already closed * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Thu Oct 13 2011 Dan Callaghan <dcallagh@redhat.com> - 0.8.4-4 - add a comment about why testpath.patch is needed * Wed Oct 12 2011 Dan Callaghan <dcallagh@redhat.com> - 0.8.4-3 - clean up spec a little more - drop version from setuptools dependency as it is not needed * Tue Oct 04 2011 Dan Callaghan <dcallagh@redhat.com> - 0.8.4-2 - clean up spec a little * Tue Dec 14 2010 Bill Peck <bpeck@redhat.com> - 0.8.4-1 - initial version