| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Support python3 for python < 3.5
- %{python_sitelib}/backports is a namespace package, and so under
python 2.x it must have a proper
%{python_sitelib}/backports/__init__.py file.
python-backports provides this __init__.py to prevent backports
packages from conflicting.
Please see the following links for more details:
https://pypi.python.org/pypi/backports/
https://www.python.org/dev/peps/pep-0420/%23namespace-packages-today
- Remove not needed Requires and BuildRequires for python-backports
- Add python2 provides.
- Use the common __init__.py used by the python-backports package to avoid conflicts.
- Update to upstream version 3.5.0.1
- Initial version