Sync from SUSE:SLFO:Main python-execnet revision 9921cd657b614016a1f1e3ea2327d7f5
This commit is contained in:
parent
4fc7a21fcd
commit
134ccb76ed
BIN
execnet-2.0.2.tar.gz
(Stored with Git LFS)
BIN
execnet-2.0.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
execnet-2.1.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
execnet-2.1.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 27 09:00:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.1.1:
|
||||||
|
* Fixed regression in 2.1.0 where the strconfig argument to
|
||||||
|
load/loads is ignore
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 7 08:59:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 24 20:13:41 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon Jul 24 20:13:41 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-execnet
|
# spec file for package python-execnet
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-execnet
|
Name: python-execnet
|
||||||
Version: 2.0.2
|
Version: 2.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rapid multi-Python deployment
|
Summary: Rapid multi-Python deployment
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user