Name: | python36-devel |
---|---|
Version: | 3.6.6 |
Release: | 2.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 2701845 |
License: | Python |
RPM: | python36-devel-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: | Libraries and header files needed for Python development |
Description: | This package contains the header files and configuration needed to compile Python extension modules (typically written in C or C++), to embed Python into other programs, and to make binary distributions for Python libraries. It also contains the necessary macros to build RPM packages with Python modules and 2to3 tool, an automatic source converter from Python 2.X. |
- 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