Package Release Info

python-kaa-base-0.6.0-bp151.3.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-kaa-base

Change Logs

Version: 0.6.0-bp150.2.4
* Wed Oct 21 2015 sor.alexei@meowr.ru
- Spec cleanup.
- Use upstream tarball.
* Wed May 27 2009 jfunk@funktronics.ca
- Update to 0.6.0
  * Final round of incompatible API changes before a 1.0 release.
    See API_CHANGES for details.
  * New class IOChannel, which provides advanced, asynchronous I/O
    to anything that can be represented as a file descriptor (pipes,
    sockets, files, etc.)
  * kaa.Process rewrite.
  * Began documentation (under doc/); core functionality is almost
    fully documented.
  * Asynchronous tasks may now be aborted via InProgress.abort();
    this (especially) includes coroutines and threads.
  * New base class kaa.Object from with most kaa classes (those
    which provide signals) derive.
  * Other core improvements and bug fixes.
* Thu Aug 28 2008 jfunk@funktronics.ca
- Update to 0.4.0
* Sat May 05 2007 jfunk@funktronics.ca
- Update to 0.1.3
* Mon Mar 05 2007 jfunk@funktronics.ca
- Initial release