Name: | python36 |
---|---|
Version: | 3.6.6 |
Release: | 2.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 96910 |
License: | Python |
RPM: | python36-3.6.6-2.el7.aarch64.rpm |
Source RPM: | python36-3.6.6-2.el7.src.rpm |
Build Date: | Wed Feb 13 2019 |
Build Host: | ca-buildarm01.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 readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python36 package provides the "python3" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python36-libs package, which should be installed automatically along with python36. The remaining parts of the Python standard library are broken out into the python36-tkinter and python36-test packages, which may need to be installed separately. Documentation for Python is provided in the python36-docs package. Packages containing additional libraries for Python are generally named with the "python36-" prefix. |
- Require python3-rpm-macros for python36-devel (rhbz#1666857)
- Update to Python 3.6.6
- Move macros to python-rpm-macros (#1599809)
- Re-add pathfix.py to bindir and provide it in the -devel subpackage
- Update to 3.6.5
- Add -n option for pathfix.py Resolves: rhbz#1546990
- Filter out automatic /usr/bin/python3.X requirement, recommending the main package from libs is not possible since rich dependencies are not available in EPEL7 Resolves: rhbz#1547131
- Remove the python36-tools package (#rhbz 1312030) - Move /usr/bin/2to3-3 to python36-devel (will come into effect once python36 is the main Python 3 version in EPEL 7) - Move /usr/bin/idle and idlelib to python36-idle - Provide python36-tools from python36-idle
- Escape macros in %changelog
- Remove sys.executable check from change-user-install-location patch Resolves: rhbz#1532287