pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/parallel/py-billiard
Module Name: pkgsrc
Committed By: rodent
Date: Tue Feb 18 02:53:37 UTC 2014
Modified Files:
pkgsrc/parallel/py-billiard: Makefile PLIST distinfo
Log Message:
Updated to latest release, 3.3.0.16. Some important changes to note:
1) The shared library isn't installed with py33. The package uses a pure
python implementation;
2) The connection and reduction functions are installed in different
directory names depending on python major version. From CHANGES.txt:
3.3.0.16 - 2014-02-11
---------------------
- Previous release was missing the billiard.py3 package from MANIFEST
so the installation would not work on Python 3.
3.3.0.15 - 2014-02-10
---------------------
- Pool: Fixed "cannot join process not started" error.
- Now uses billiard.py2 and billiard.py3 specific packages that are installed
depending on the python version used.
This way the installation will not import version specific modules (and
possibly crash).
3.3.0.14 - 2014-01-17
---------------------
- Fixed problem with our backwards compatible ``bytes`` wrapper
(Issue #103).
- No longer expects frozen applications to have a valid ``__file__``
attribute.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/parallel/py-billiard/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/parallel/py-billiard/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/parallel/py-billiard/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index