Name: | rh-python36-python |
---|---|
Version: | 3.6.3 |
Release: | 1.0.1.el7 |
Architecture: | x86_64 |
Group: | Development/Languages |
Size: | 44223 |
License: | Python |
RPM: | rh-python36-python-3.6.3-1.0.1.el7.x86_64.rpm |
Source RPM: | rh-python36-python-3.6.3-1.0.1.el7.src.rpm |
Build Date: | Mon Dec 18 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://www.python.org/ |
Summary: | Version 3 of the Python programming language aka Python 3000 |
Description: | Python 3 is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. |
- Add Oracle Linux distribution in platform.py [orabug 20812544]
- Update to Python 3.6.3 Resolves: rhbz#1498526
- Fix the "urllib FTP protocol stream injection" vulnerability Resolves: rhbz#1478955
- Hard-code RUNPATH (not RPATH) into the executables and C libraries so that Python can be run without first running scl enable Resolves: rhbz#1479406
- Update to Python 3.6.2 - Enable profile guided optimizations for x86_64 and i686 architectures - Replace the "--verbose" flag with "-wW" and add "--slowest" flag Resolves: rhbz#1463715
- Make test_asyncio not depend on the current SIGHUP signal handler Resolves: rhbz#1461453
- Enable rewheel
- Update to Python 3.6.1 - Disable rewheel mode
- Moved pythondeps-scl-35.sh and 2 macro definitions from the rh-python35-build subpackage here to the python-devel subpackage where it should be for dependant collections to build properly - Also defined the 2 macros in this spec file so they are available during the build of Python itself Resolves: rhbz#1422346
- Updated .pyc 'bytecompilation with the newly installed interpreter' to also recompile optimized .pyc files - Removed .pyo 'bytecompilation with the newly installed interpreter', as .pyo files are no more - Updated %py_byte_compile macro Resolves rhbz#1374667