File python-subprocess32.changes of Package python-subprocess32
-------------------------------------------------------------------
Fri May 24 19:34:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.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 9 22:55:45 UTC 2019 - Jonathan Brownell <jbrownell@suse.com>
- Add dependency on python-test for Red Hat platforms to avoid build
error "ImportError: No module named _testcapi"
-------------------------------------------------------------------
Fri Nov 16 19:00:59 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Update to 3.5.3
* Disallow rediculiously large numbers (millions) of arguments.
- Update to 3.5.2
* Explicitly include <signal.h> in _posixsubprocess_helpers.c; it already
gets configure checked and pulled in via Python's own <Python.h> 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 6 16:41:05 UTC 2018 - mcepl@suse.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 13:55:35 UTC 2017 - jmatejek@suse.com
- singlespec auto-conversion
-------------------------------------------------------------------
Sun Mar 26 01:18:21 UTC 2017 - toddrme2178@gmail.com
- Initial version