aboutsummaryrefslogtreecommitdiff
path: root/net/py-kombu
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.5.7William Grzybowski2013-06-113-7/+10
| | | | | | | | | | | - Take maintainership PR: ports/179014 Submitted by: wg (myself) Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout) Notes: svn path=/head/; revision=320618
* - Update to 2.5.7William Grzybowski2013-05-214-10/+23
| | | | | | | | | | | | | | | - Fix depends for python 2.6 - Remove article from COMMENT - Replace tab for space in pkg-descr (WWW) Changes: https://github.com/celery/kombu/blob/9c519e8d/Changelog PR: ports/177021 Submitted by: wg (myself) Approved by: culot (mentor), maintainer (timeout, > 60 days) Notes: svn path=/head/; revision=318689
* - Update to 2.5.6Cheng-Lung Sung2013-02-122-3/+3
| | | | Notes: svn path=/head/; revision=312116
* - Update to 2.5.4Cheng-Lung Sung2013-01-313-16/+65
| | | | | | | | | - combine option_ng from ports/170046 Submitted by: vanilla Notes: svn path=/head/; revision=311293
* - Update to 2.2.1Cheng-Lung Sung2012-06-223-33/+67
| | | | Notes: svn path=/head/; revision=299765
* - Update to 2.0.0Philip M. Gollucci2012-02-123-189/+249
| | | | | | | | | PR: ports/164477 Submitted by: lwhsu Approved by: maintainer timeout (clsung ; 17 days) Notes: svn path=/head/; revision=291095
* - Update to 1.5.1Cheng-Lung Sung2011-12-153-3/+6
| | | | Notes: svn path=/head/; revision=287424
* - Update to 1.4.3Cheng-Lung Sung2011-10-282-3/+3
| | | | Notes: svn path=/head/; revision=284515
* - Update to 1.4.2Cheng-Lung Sung2011-10-282-3/+3
| | | | Notes: svn path=/head/; revision=284497
* - Update to 1.4.1Cheng-Lung Sung2011-09-272-3/+3
| | | | Notes: svn path=/head/; revision=282461
* - Update to 1.4.0Cheng-Lung Sung2011-09-273-4/+19
| | | | Notes: svn path=/head/; revision=282447
* - Update to 1.2.1Cheng-Lung Sung2011-08-253-3/+6
| | | | Notes: svn path=/head/; revision=280390
* - forgot to remove patchCheng-Lung Sung2011-06-201-14/+0
| | | | Notes: svn path=/head/; revision=275884
* - Update to 1.1.6Cheng-Lung Sung2011-06-203-3/+6
| | | | Notes: svn path=/head/; revision=275883
* - Update to 1.1.3Cheng-Lung Sung2011-05-032-3/+3
| | | | Notes: svn path=/head/; revision=273549
* - Update to 1.1.1Cheng-Lung Sung2011-04-072-3/+3
| | | | Notes: svn path=/head/; revision=272330
* - Update to 1.0.7Cheng-Lung Sung2011-04-063-3/+9
| | | | Notes: svn path=/head/; revision=272297
* Kombu is an AMQP messaging framework for Python.Cheng-Lung Sung2011-03-185-0/+214
The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol, and also provide proven and tested solutions to common messaging problems. Features: * Allows application authors to support several message server solutions by using pluggable transports. * Supports automatic encoding, serialization and compression of message payloads. * Consistent exception handling across transports. * The ability to ensure that an operation is performed by gracefully handling connection and channel errrors. * Several annoyances with amqplib has been fixed, like supporting timeouts and the ability to wait for events on more than one channel. WWW: http://github.com/ask/kombu Notes: svn path=/head/; revision=271221