[Python-modules-commits] r21032 - in packages/python-cl/trunk/debian (changelog control)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Apr 3 06:44:11 UTC 2012


    Date: Tuesday, April 3, 2012 @ 06:44:02
  Author: fladi-guest
Revision: 21032

Fix package description.

Modified:
  packages/python-cl/trunk/debian/changelog
  packages/python-cl/trunk/debian/control

Modified: packages/python-cl/trunk/debian/changelog
===================================================================
--- packages/python-cl/trunk/debian/changelog	2012-04-03 06:38:15 UTC (rev 21031)
+++ packages/python-cl/trunk/debian/changelog	2012-04-03 06:44:02 UTC (rev 21032)
@@ -1,3 +1,9 @@
+python-cl (0.0.3-2) unstable; urgency=low
+
+  * Provide correct package description.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Tue, 03 Apr 2012 08:40:35 +0200
+
 python-cl (0.0.3-1) unstable; urgency=low
 
   * Initial release (Closes: #665449)

Modified: packages/python-cl/trunk/debian/control
===================================================================
--- packages/python-cl/trunk/debian/control	2012-04-03 06:38:15 UTC (rev 21031)
+++ packages/python-cl/trunk/debian/control	2012-04-03 06:44:02 UTC (rev 21032)
@@ -17,14 +17,9 @@
          ${python:Depends},
          python-kombu
 Description: Actor framework for Kombu
- 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. It is meant
- to replace the carrot library by providing a compatibility layer.
- .
- Features:
-  * Allows application authors to support several message server solutions by
-    using pluggable transports.
-  * Supports automatic encoding, serialization and compression of message
-    payloads.
-  * The ability to ensure that an operation is performed by gracefully handling
-    connection and channel errors.
+ cl provides an actor/agent framework that can be used in combination with 
+ kombu to ease the usage of distributed task processing. In response to a 
+ message that an actor receives, it can make local decisions, create more actors,
+ send more messages, and determine how to respond to the next message received.
+ There is no assumed sequence to those actions and they could be carried out in 
+ parallel.




More information about the Python-modules-commits mailing list