summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* setup.py now takes reqs from requirements/Ask Solem2012-06-211-47/+69
|
* Merge branch 'master' of github.com:ask/kombuAsk Solem2012-05-281-0/+1
|\
| * Adds missing importMher Movsisyan2012-05-271-0/+1
| |
* | Don't depend on librabbitmq afterallAsk Solem2012-05-281-12/+4
|/
* Install librabbitmq if supported, and amqp points to lrmq if installedAsk Solem2012-05-221-4/+12
|
* Merge branch '1.0'Ask Solem2012-01-091-0/+3
|\ | | | | | | | | | | | | | | | | Conflicts: README.rst kombu/__init__.py kombu/common.py kombu/serialization.py kombu/transport/base.py
| * Adds Python implementation trove classifiers, PyPy, CPython and JythonAsk Solem2011-12-011-0/+3
| |
* | Remove reference to kamqpAsk Solem2012-01-051-1/+1
| |
* | Using kamqpAsk Solem2011-11-101-1/+1
| |
* | Merge branch 'master' into 2.0-develAsk Solem2011-09-271-9/+42
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS examples/simple_task_queue/client.py examples/simple_task_queue/worker.py kombu/__init__.py kombu/common.py kombu/pools.py kombu/transport/amqplib.py kombu/transport/virtual/__init__.py kombu/utils/compat.py kombu/utils/encoding.py requirements/test-jython.txt tox.ini
| * Updates ChangelogAsk Solem2011-09-261-2/+2
| |
| * Parse metadata from dist module instead of importing itAsk Solem2011-09-261-9/+42
| |
* | 2.0-devel: No longer supports Python 2.4Ask Solem2011-09-071-1/+0
|/
* Now depends on amqplib >= 1.0.0Ask Solem2011-07-281-1/+1
|
* Use flake8 instead of pep8+pyflakes, and add it as a step in releaseok()v1.1.3Ask Solem2011-04-211-13/+3
|
* Removes trove classifier Framework ::DjangoAsk Solem2011-04-051-2/+1
|
* Set development status: Production/StableAsk Solem2011-04-051-1/+2
|
* Now depends on anyjson 0.3.1 for the cjson deprecationAsk Solem2011-03-281-1/+1
|
* Fixed typo in setup.pyAsk Solem2010-12-031-1/+1
|
* Unit tests now passing on Python 3Ask Solem2010-12-031-1/+6
|
* Py3k SupportAsk Solem2010-12-021-5/+19
|
* Got 93% coverageAsk Solem2010-06-291-1/+5
|
* Initial importAsk Solem2010-06-231-0/+92