Commit Graph

34 Commits

Author SHA1 Message Date
Ask Solem b8fda33a0f kombu.VERSION is now a namedtuple 2013-11-20 18:08:53 +00:00
Ask Solem 49b54ae534 Removes requirements/py25.txt 2013-10-14 16:18:35 +01:00
Ask Solem 1153782616 Minimum version for Python3 is now 3.3 2013-10-14 15:14:22 +01:00
Ask Solem 69ecc1ac3e Adds setuptools bundles 2013-10-02 14:43:19 +01:00
Ask Solem 554bddd2af Py3 fixes 2013-09-10 17:26:12 +01:00
Ask Solem 67d2fa4744 Merge branch '2.5'
Conflicts:
	pavement.py
2013-02-07 15:38:15 +00:00
Ask Solem dd0fe3a3a6 More pep8ify 2013-01-17 13:50:01 +00:00
Ask Solem c1e06243d0 [3.0] Requires Python 2.6 or higher 2012-11-12 15:56:30 +00:00
Ask Solem c2606b36d7 Codebase now runs on both Py3 and Py2 (not using 2to3) 2012-11-12 14:30:42 +00:00
Ask Solem 2767ebe851 Now depends on importlib+ordereddict if used with Python < 2.7, and simplejson if < 2.6 2012-09-12 13:59:48 +01:00
Ask Solem c678ce687c Test requirements for jython+pypy broke 2012-08-30 15:25:40 +01:00
Ask Solem 185348345f setup.py now takes reqs from requirements/ 2012-06-21 15:53:36 +01:00
Ask Solem c968dc700d Merge branch 'master' of github.com:ask/kombu 2012-05-28 21:16:21 +01:00
Ask Solem 2d23d22c83 Don't depend on librabbitmq afterall 2012-05-28 21:15:11 +01:00
Mher Movsisyan 67621762da Adds missing import 2012-05-27 15:14:48 +06:00
Ask Solem 4300eff0e9 Install librabbitmq if supported, and amqp points to lrmq if installed 2012-05-22 19:50:58 +01:00
Ask Solem 9441dfe0db Merge branch '1.0'
Conflicts:
	README.rst
	kombu/__init__.py
	kombu/common.py
	kombu/serialization.py
	kombu/transport/base.py
2012-01-09 16:15:37 +00:00
Ask Solem 461e737e8c Remove reference to kamqp 2012-01-05 14:44:23 +00:00
Ask Solem de0606358c Adds Python implementation trove classifiers, PyPy, CPython and Jython 2011-12-01 11:36:38 +00:00
Ask Solem d368ffa983 Using kamqp 2011-11-10 15:17:18 +00:00
Ask Solem bb87a616f2 Merge branch 'master' into 2.0-devel
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
2011-09-27 13:41:23 +01:00
Ask Solem 84609ad2d2 Updates Changelog 2011-09-26 18:11:19 +01:00
Ask Solem d50282fdcb Parse metadata from dist module instead of importing it 2011-09-26 16:22:17 +01:00
Ask Solem 66ef95038f 2.0-devel: No longer supports Python 2.4 2011-09-07 15:21:47 +01:00
Ask Solem 21b8faa1a0 Now depends on amqplib >= 1.0.0 2011-07-28 11:46:59 +01:00
Ask Solem 1606cd96a0 Use flake8 instead of pep8+pyflakes, and add it as a step in releaseok() 2011-04-21 18:29:51 +02:00
Ask Solem 958f239637 Removes trove classifier Framework ::Django 2011-04-05 13:10:25 +02:00
Ask Solem f45b31b9d2 Set development status: Production/Stable 2011-04-05 13:09:21 +02:00
Ask Solem af4339170d Now depends on anyjson 0.3.1 for the cjson deprecation 2011-03-28 14:43:52 +02:00
Ask Solem f202a35b25 Fixed typo in setup.py 2010-12-03 14:22:04 +01:00
Ask Solem 2bf695de2f Unit tests now passing on Python 3 2010-12-03 12:55:41 +01:00
Ask Solem dec4d12d42 Py3k Support 2010-12-02 15:32:26 +01:00
Ask Solem 3149a84d18 Got 93% coverage 2010-06-29 17:31:56 +02:00
Ask Solem da3e754594 Initial import 2010-06-23 12:08:39 +02:00