SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-billiard-3.6.1.0-lp152.2.1.noarch.rpm :

* Fri Sep 13 2019 Tomáš Chvátal - Update to 3.6.1.0: - Logging max memory reached at INFO rather than WARNING (#255) - Pass arguments when wrapping sys.exit (#275) - Remove win32/py2k special (#276) - Ensure READY messages sent out by exiting worker are consumed prior to it actually existing. - Pass max_memory_per_child to child worker process (#251) - Fix compatibility with Python 2.7 on Windows (#283)
* Sun Jun 02 2019 Jan Engelhardt - Adjust description grammar. Drop filler wording.
* Sun Feb 10 2019 John Vandenberg - Update to v3.6.0.0 + Add support of sending parent process death signal. + Previous fix for handling timeouts caused a problem in warm shutdowns due to use of deepcopy. We now use a shallow copy of the cache and do so only when it is needed. + Cleanup old checks and workarounds for Python versions we no longer support.
* Thu Dec 06 2018 Tomáš Chvátal - Fix the build again- Fix the fdupes call- Update version to 3.5.0.5: (boo#1136100)
* Various small bugfixes all around
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Mon Jun 26 2017 benoit.moninAATTgmx.fr- update to version 3.5.0.2:
* max_memory_per_child was measured in kilobytes on Linux, but bytes on
*BSD/MacOS, it\'s now always kilobytes.
* Windows: Adds support for max_memory_per_child, but requires the psutil package to be installed.
* Fixed bug in ForkingPickler.loadbuf, where it tried to pass a BytesIO instance directly to ``pickle.loads`` on Python 2.7.- additional changes from version 3.5.0.1:
* Connection: Properly handle EINTR (Issue #191).
* Fixed bug with missing CreateProcess for Windows on Python 2.7.
* Adds Process._counter for compatibility with Python <3.5.- additional changes from version 3.5.0.0:
* No longer supports Python 2.6 You need Python 2.7 or later to use this version of billiard.
* Merged changes from CPython 3.5- convert the package to singlespec and import changes from python3-billiard- change the source URL to pythonhosted.org- update the BuildRequires for test:
* remove mock, nose and unittest2
* add case and pytest- split the documentation to a separate package- remove the shebang cleanup: not needed anymore
* Wed Jan 13 2016 antoine.belvireAATTlaposte.net- Update to version 3.3.0.22:
* Wheel packages for Windows now available.- Changes from 3.3.0.21:
* Pool: Fixed semaphore error on Python3.
* Fixed libSystem error on OS X El Capitan.
* Sat Apr 25 2015 benoit.moninAATTgmx.fr- update to version 3.3.0.20:
* Pool: Timeouts will attempt to send SIGKILL, but this signal does not exist on Windows. Replaced with SIGTERM.- additional changes from version 3.3.0.19:
* Pool: Exceptions in user timeout callbacks are now logged instead of crashing the pool. Contributed by Pierre Fersing.
* Pool: Exit codes in errors were improperly being represented as signals.
* Pool: ``.map``. and ``.imap`` now working again.
* Now builds on FreeBSD 10. Contributed by Michael Fladischer.- update project URL- add fdupes as BuildRequires and call it after install- remove BuildRequires python-nose-cover3, not needed by the tests anymore- set a minimum version for python-nose- remove unwanted shebang of funtests/setup.py- add -fno-strict-aliasing to CFLAGS to avoid potential breakage
* Fri Aug 15 2014 mciharAATTsuse.cz- Update to 3.3.0.18 - see https://pypi.python.org/pypi/billiard for complete changelog
* Sun Dec 01 2013 oliver.bengsAATTopensuse.org- Update to version 3.3.0.8: + Now also sets ``multiprocessing.current_process`` for compatibility with loggings ``processName`` field
 
ICM