SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python38-execnet-1.9.0-1.1.noarch.rpm :

* 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
* Thu Jul 18 2019 Ondřej Súkup - use pytest4 to run testsuite, pytest-5 for testsuite isn\'t supported
* Mon Apr 01 2019 Tomáš Chvátal - Update to 1.6.0:
* ``execnet`` no longer supports Python 2.6 and 3.3 (#85). Users of those Python versions using a recent enough ``pip`` should not be affected, as ``pip`` will only install ``1.5.0`` for them.
* Update test suite to support ``pytest>4``.- Remove pytest4.patch merged upstream- Remove fix_apipkg.patch merged upstream
* Tue Feb 12 2019 Tomáš Chvátal - Add patch to fix build with pytest 4 and newer:
* pytest4.patch
* Wed Aug 08 2018 mimi.vxAATTgmail.com- add fix_apipkg.patch -- fixes tests with apipkg > 1.4.0
* Sun Jul 15 2018 mimi.vxAATTgmail.com- drop -doc subpackage - causes circular dependency with python-requests -> python-hypothesis -> python-Babel
 
ICM