| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Implement single-spec version. Some python3 packages depend on this.
- This doesn't provide the configparser module so it can't replace the python-configparser package.
- Update to version 4.0.0 Change name to configparser2
- %{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
- Split backports directory into subpackage to allow the various packages that share the backports namespace to avoid conflicts.
- provide python2-configparser to seamlessly support singlespec - restore "unneeded file" that is actually needed
- initial package, version 3.5.0