Changelog for
python2-subprocess32-3.5.4-12.7.x86_64.rpm :
* Fri May 24 2019 tchvatalAATTsuse.com- Update to 3.5.4:
* TimeoutExpired and CalledProcessError exceptions can now be unpickled.
* Backport the fixes for https://bugs.python.org/issue10963, https://bugs.python.org/issue19612, and https://bugs.python.org/issue30418.
* Wed Jan 09 2019 jbrownellAATTsuse.com- Add dependency on python-test for Red Hat platforms to avoid build error \"ImportError: No module named _testcapi\"
* Fri Nov 16 2018 toddrme2178AATTgmail.com- Update to 3.5.3
* Disallow rediculiously large numbers (millions) of arguments.- Update to 3.5.2
* Explicitly include
in _posixsubprocess_helpers.c; it already gets configure checked and pulled in via Python\'s own in many circumstances but it is better to be explicit. #IWYU If you were using subprocess32 on a Python interpreter built
*without
* the --with-fpectl configure option enabled, restore_signals is now useful rather than a no-op. I do not know if such builds were common.
* Adds a functional test for restore_signals=True behavior.
* Wed Jun 06 2018 mceplAATTsuse.com- Clean SPEC file - switched to py2k-only (the package is a backport of py3k functionality, so we don\'t want to promote its use in py3k-world). - switched on rather comprehensive tests. - upgrade to 3.5.1: - backport of functionality from all versions up to 3.5 - a lot of bugfixes complete changelog is packaged as ChangeLog
* Thu Aug 24 2017 jmatejekAATTsuse.com- singlespec auto-conversion
* Sun Mar 26 2017 toddrme2178AATTgmail.com- Initial version