| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 | 
- 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.
- Add dependency on python-test for Red Hat platforms to avoid build error "ImportError: No module named _testcapi"
- 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.
- 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
- singlespec auto-conversion
- Initial version