Name: | rh-python35-python |
---|---|
Version: | 3.5.1 |
Release: | 11.0.1.el7 |
Architecture: | x86_64 |
Group: | Development/Languages |
Size: | 42820 |
License: | Python |
RPM: | rh-python35-python-3.5.1-11.0.1.el7.x86_64.rpm |
Source RPM: | rh-python35-python-3.5.1-11.0.1.el7.src.rpm |
Build Date: | Wed Dec 07 2016 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://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]
- 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
- Bump release number for rebuild Resolves: rhbz#1359174
- Fix for CVE-2016-1000110 HTTPoxy attack Resolves: rhbz#1359174
- Fix for CVE-2016-0772 python: smtplib StartTLS stripping attack (rhbz#1303647) Raise an error when STARTTLS fails (upstream patch) Resolves: rhbz#1346361
- Modify cprofile-sort-option.patch for Python 3 Resolves: rhbz#1326287
- Add choices for sort option of cProfile for better output Resolves: rhbz#1326287
- Properly apply patches 170&201, remove duplicated Patch200(207)
- Rebuild with rewheel, enable tests
- Fix bytecompile macro name in macros.python3 - Temporary disable tests for faster rebuild