Fedora 18 Update: pykka-0.15-3.fc18

updates at fedoraproject.org updates at fedoraproject.org
Wed Jan 23 16:05:34 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-0822
2013-01-15 01:44:59
--------------------------------------------------------------------------------

Name        : pykka
Product     : Fedora 18
Version     : 0.15
Release     : 3.fc18
URL         : http://pykka.readthedocs.org/
Summary     : Python library that provides concurrency using actor model
Description :
The goal of Pykka is to provide easy to use concurrency abstractions for Python
by using the actor model.

Pykka provides an actor API with two different implementations:

 * ThreadingActor is built on the Python Standard Library’s threading and Queue
   modules, and has no dependencies outside Python itself. It plays well
   together with non-actor threads.
 * GeventActor is built on the gevent library. gevent is a coroutine-based
   Python networking library that uses greenlet to provide a high-level
   synchronous API on top of libevent event loop. It is generally faster, but
   doesn’t like playing with other threads.

Much of the naming in Pykka is inspired by the Akka project which implements
actors on the JVM. Though, Pykka does not aim to be a Python port of Akka.

--------------------------------------------------------------------------------
Update Information:

Adds documentation and examples
--------------------------------------------------------------------------------
ChangeLog:

* Thu Jan 10 2013 Matěj Cepl <mcepl at redhat.com> - 0.15-3
- Add documentation and examples.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #893830 - Add documentation and examples to pykka
        https://bugzilla.redhat.com/show_bug.cgi?id=893830
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update pykka' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list