Tue, 23 Apr 2024 06:30:07 UTC | login

Information for build python-falcon-0.1.10-1.el7

ID350
Package Namepython-falcon
Version0.1.10
Release1.el7
Epoch
SummaryA supersonic micro-framework for building cloud APIs
DescriptionFalcon is a high-performance Python framework for building cloud APIs. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Features: - Intuitive routing via URI templates and resource classes - Easy access to headers and bodies through request and response classes - Idiomatic HTTP error responses via a handy exception base class - DRY request processing using global, resource, and method hooks - Snappy unit testing through WSGI helpers and mocks - 20% speed boost when Cython is available - Python 2.6, Python 2.7, PyPy and Python 3.3 support - Speed, speed, and more speed!
Built byhguemar
State complete
Volume DEFAULT
StartedSat, 20 Dec 2014 16:21:56 UTC
CompletedSat, 20 Dec 2014 16:25:19 UTC
Taskbuild (cloud7-el7, python-falcon-0.1.10-1.el7.src.rpm)
Tags
cloud7-openstack-common-release
cloud7-release
RPMs
src
python-falcon-0.1.10-1.el7.src.rpm (info) (download)
x86_64
python-falcon-0.1.10-1.el7.x86_64.rpm (info) (download)
python-falcon-debuginfo-0.1.10-1.el7.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
state.log
Changelog * Wed Nov 05 2014 Haïkel Guémar <hguemar@fedoraproject.org> - 0.1.10-5 - Upstream 0.1.10 - No python3 in EL7 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon May 19 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Mon Mar 24 2014 Jamie Lennox <jamielennox@redhat.com> - 0.1.8-2 - Remove now missing doc files - Remove installed test files * Thu Feb 27 2014 Jamie Lennox <jamielennox@redhat.com> - 0.1.8-1 - Bump to 0.1.8 * Mon Sep 23 2013 Jamie Lennox <jamielennox@redhat.com> - 0.1.7-1 - Add Python 3 packaging details and patch to fix for Python 3. - Remove falcon-bench from package. - Added check section. * Wed Sep 18 2013 Jamie Lennox <jamielennox@redhat.com> - 0.1.7-1 - Initial package.