Package Release Info

python-subprocess32-3.5.4-bp152.1.5

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-subprocess32

Change Logs

* Fri May 24 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 09 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 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 06 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 2017 jmatejek@suse.com
- singlespec auto-conversion
Version: 3.2.7-bp150.1.2
* Sun Mar 26 2017 toddrme2178@gmail.com
- Initial version