Changelog for
python39-execnet-2.0.2-1.5.noarch.rpm :
* Mon Jul 24 2023 Dirk Müller
- 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.
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Tue Nov 29 2022 Daniel Garcia - Remove python_module macro definition- Add python-py dependency required because python-pytest removed that dependency
* Sun Dec 12 2021 Ben Greiner - 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.
* Tue Feb 02 2021 Dirk Müller - 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``.
* Fri Aug 30 2019 Tomáš Chvátal - Update to 1.7.1:
* #108: Revert linecache optimization introduced in 1.7.0 which broke remote execution.
* Mon Aug 12 2019 Tomáš Chvátal - Update to 1.7:
* Fix flaky hangs
* Wed Jul 24 2019 Tomáš Chvátal - Update to 1.6.1:
* Internal change to avoid using deprecated funcargs name in pytest 5+.- Obsoletes pytest4.patch
* Fri Jul 19 2019 Tomáš Chvátal - Add patch to play with new pytest rather than restricting:
* pytest4.patch