Name: | python36 |
---|---|
Version: | 3.6.8 |
Release: | 1.module+el8+5182+b8ac22ee |
Architecture: | aarch64 |
Module: | python36:3.6:20190513155514:17efdbc7 |
Group: | Unspecified |
Size: | 13131 |
License: | Python |
RPM: | python36-3.6.8-1.module+el8+5182+b8ac22ee.aarch64.rpm |
Source RPM: | python36-3.6.8-1.module+el8+5182+b8ac22ee.src.rpm |
Build Date: | Fri May 17 2019 |
Build Host: | ca-arm-rh8-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://www.python.org/ |
Summary: | Interpreter of the Python programming language |
Description: | Python is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readibility. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python36 package provides the "python3.6" executable: the reference interpreter for the Python language, version 3. The package also installs the "python3" executable which is user configurable using the "alternatives --config python3" command. For the unversioned "python" command, see manual page "unversioned-python". The python36-devel package contains files for dovelopment of Python application and the python36-debug is helpful for debugging. Packages containing additional libraries for Python 3.6 are generally named with the "python3-" prefix. |
- Sync version-release with the python3 component - Resolves: rhbz#1658271
- Remove the Python source tarball as it's not being used in this symlink component - Create a new explanatory README - Resolves: rhbz#1654867
- Slightly edit the description - Related: rhbz#1633534
- Add Requires (/post/postun) on /usr/sbin/alternatives - Resolves: rhbz#1633534
- Don't list /usr/bin/python as a ghost file so `yum install /usr/bin/python` doesn't install this package - Resolves: rhbz#1633534
- Set a special Provides tag that advertises the `python36` package as an alternative to the non-existing `python` package - Resolves: rhbz#1633561
- Fix update of alternatives in the devel and debug packages - Resolves: rhbz#1633534
- Provide the name `python3`, `python3-devel` and `python3-debug` from their respective packages to provide a sane default for Python 3 - Provide the name `python36-modular-devel` from python36-rpm-macros so it's easier to remember and describe in documentation - Sync version-release with the python3 component - Resolves: rhbz#1632637
- Implement the alternatives system for Python in RHEL8 - Resolves: rhbz#1633534
- Require the Python interpreter directly instead of using the package name - Related: rhbz#1619153