Mercurial > public > queues
log setup.py @ 24:363a3d8bd466
age | author | description |
---|---|---|
2010-12-16 | mcroydon | Updated queues to 0.6. |
2009-09-16 | mcroydon | Updated version to 0.5 which includes a dummy backend useful for testing, fixed a bug in delete_queue in the redis backend, and updated tests to deal with some backends returning unicode and some not. |
2009-05-20 | mcroydon | Updated version to 0.4 which includes two new backends: redisd and zenqueued. |
2009-01-08 | mcroydon | Remove import from setup.py. |
2009-01-08 | mcroydon | Bump version number for Django compatability fix. |
2009-01-08 | mcroydon | Replaced url in setup.py to point to the project. Thanks, Eric. |
2009-01-08 | mcroydon | Add test module to setup.py. |
2009-01-08 | mcroydon | Initial commit with two tested backends: memcached protocol and Amazon SQS. Because of the non-guaranteed nature of SQS queues, some tests may fail even though the library is working properly. |