| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
21 May 2013 12:26:04
2.5.7
|
wg  |
- Update to 2.5.7
- 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) |
12 Feb 2013 13:51:01
2.5.6
|
clsung  |
- Update to 2.5.6 |
31 Jan 2013 06:51:05
2.5.4
|
clsung  |
- Update to 2.5.4
- combine option_ng from ports/170046
Submitted by: vanilla |
22 Jun 2012 07:45:58
2.2.1
|
clsung  |
- Update to 2.2.1 |
12 Feb 2012 22:39:56
2.0.0
|
pgollucci  |
- Update to 2.0.0
PR: ports/164477
Submitted by: lwhsu
Approved by: maintainer timeout (clsung ; 17 days) |
15 Dec 2011 09:17:49
1.5.1
|
clsung  |
- Update to 1.5.1 |
28 Oct 2011 10:08:42
1.4.3
|
clsung  |
- Update to 1.4.3 |
28 Oct 2011 03:28:07
1.4.2
|
clsung  |
- Update to 1.4.2 |
27 Sep 2011 02:40:12
1.4.1
|
clsung  |
- Update to 1.4.1 |
27 Sep 2011 01:17:05
1.4.0
|
clsung  |
- Update to 1.4.0 |
25 Aug 2011 08:39:37
1.2.1
|
clsung  |
- Update to 1.2.1 |
20 Jun 2011 08:17:43
1.1.6
|
clsung  |
- forgot to remove patch |
20 Jun 2011 08:16:56
1.1.6
|
clsung  |
- Update to 1.1.6 |
03 May 2011 08:34:34
1.1.3
|
clsung  |
- Update to 1.1.3 |
07 Apr 2011 09:08:39
1.1.1
|
clsung  |
- Update to 1.1.1 |
06 Apr 2011 08:03:25
1.0.7
|
clsung  |
- Update to 1.0.7 |
18 Mar 2011 04:46:08
1.0.5
|
clsung  |
Kombu is an AMQP messaging framework for Python.
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 |