Name: | python-gear |
---|---|
Version: | 0.5.8 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Applications/Productivity |
Size: | 327385 |
License: | ASL 2.0 |
RPM: | python-gear-0.5.8-1.el7.noarch.rpm |
Source RPM: | python-gear-0.5.8-1.el7.src.rpm |
Build Date: | Fri Jan 12 2018 |
Build Host: | x86-ol6-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/openstack-infra/gear |
Summary: | Pure Python Async Gear Protocol Library |
Description: | python-gear implements an asynchronous event-driven interface to Gearman. It provides interfaces to build a client or worker, and access to the administrative protocol. The design approach is to keep it simple, with a relatively thin abstraction of the Gearman protocol itself. It should be easy to use to build a client or worker that operates either synchronously or asynchronously. The module also provides a simple Gearman server for use as a convenience in unit tests. The server is not designed for production use under load. |
- Bump gear source to version 0.5.8 - Add python-pbr as dependency as demo geard needs it
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Bump gear source to version 0.5.7 - Remove dist version in changelog - Fix license handling
- Initial packaging