Revisions of python-execnet
buildservice-autocommit
accepted
request 1170447
from
Dirk Mueller (dirkmueller)
(revision 27)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 26)
- update to 2.1.1: * Fixed regression in 2.1.0 where the strconfig argument to load/loads is ignore
buildservice-autocommit
accepted
request 1165943
from
Dirk Mueller (dirkmueller)
(revision 25)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 24)
- update to 2.1.0: * #243: Added main_thread_only execmodel which is derived from the thread execmodel and only executes remote_exec calls in the main thread. * Callers of remote_exec must use the returned channel to wait for a task to complete before they call remote_exec again, otherwise the remote_exec call will fail with a concurrent remote_exec would cause deadlock error. The main_thread_only execmodel provides solutions for #96 and pytest-dev/pytest-xdist#620 (pending a new pytest-xdist release). * Also fixed init_popen_io to use closefd=False for shared stdin and stdout file descriptors, preventing Bad file descriptor errors triggered by test_stdouterrin_setnull. * The library is now typed and the typing is exposed to type-checkers. * Re-exported Gateway, Channel, DumpError and LoadError from execnet. The constructors are private. * Fixed GatewayBase.join() timeout argument getting ignored. * Removed support for Python 3.7. * Added official support for Python 3.12. * Current working directory is now restored when calling ``script/socketserver.py``. - add fix_apipkg.patch -- fixes tests with apipkg > 1.4.0 - Install a generated documentation - Build documentation with Sphinx - Initial packaging execnet 1.1 for openSUSE
buildservice-autocommit
accepted
request 1100466
from
Dirk Mueller (dirkmueller)
(revision 23)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 22)
- update to 2.0.2: * Removed support for Python < 3.7. * Applied pyupgrade --py37-plus. * Minimal mypy fixes and dropped Python 2 support code. * Migrated packaging to hatch. * Dropped deprecated APIs of old makegateway names. * Removed py testing dependency. * Explicitly pass encoding when opening files in the gateway to get rid of warnings when using PYTHONWARNDEFAULTENCODING=1 (#195). * Fixed error when loading source code files from a path containing non-ascii characters.
buildservice-autocommit
accepted
request 1082447
from
Dirk Mueller (dirkmueller)
(revision 21)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1082401
from
Dirk Mueller (dirkmueller)
(revision 20)
SR for python stack proposal
buildservice-autocommit
accepted
request 1038942
from
Daniel Garcia (dgarcia)
(revision 19)
baserev update by copy to link target
Daniel Garcia (dgarcia)
committed
(revision 18)
- Remove python_module macro definition - Add python-py dependency required because python-pytest removed that dependency
Matej Cepl (mcepl)
accepted
request 940104
from
Benjamin Greiner (bnavigator)
(revision 17)
- update to 1.9.0 * Removed the apipkg dependency. - Release 1.8.1 * Update calls of threading.Event.isSet() to threading.Event.is_set(), which avoids a deprecation warning with Python 3.10.
buildservice-autocommit
accepted
request 868773
from
Matej Cepl (mcepl)
(revision 16)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 868766
from
Dirk Mueller (dirkmueller)
(revision 15)
- update to 1.8.0: * Dropped support for Python 3.4. * Fixed internal leak that should make ``execnet`` execute remote code in the main thread more often * Current working directory is now restored when calling ``script/socketserver.py``.
buildservice-autocommit
accepted
request 727104
from
Tomáš Chvátal (scarabeus_iv)
(revision 14)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 13)
- Update to 1.7.1: * #108: Revert linecache optimization introduced in 1.7.0 which broke remote execution.
buildservice-autocommit
accepted
request 722842
from
Tomáš Chvátal (scarabeus_iv)
(revision 12)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 11)
- Update to 1.7: * Fix flaky hangs
buildservice-autocommit
accepted
request 718149
from
Tomáš Chvátal (scarabeus_iv)
(revision 10)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 9)
- Update to 1.6.1: * Internal change to avoid using deprecated funcargs name in pytest 5+. - Obsoletes pytest4.patch
Tomáš Chvátal (scarabeus_iv)
committed
(revision 8)
- Add patch to play with new pytest rather than restricting: * pytest4.patch
Displaying revisions 1 - 20 of 27