Name: | python27-python-devel |
---|---|
Version: | 2.7.13 |
Release: | 6.0.1.el7 |
Architecture: | x86_64 |
Group: | Development/Libraries |
Size: | 1108556 |
License: | Python |
RPM: | python27-python-devel-2.7.13-6.0.1.el7.x86_64.rpm |
Source RPM: | python27-python-2.7.13-6.0.1.el7.src.rpm |
Build Date: | Wed Apr 24 2019 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.python.org/ |
Summary: | The libraries and header files needed for Python development |
Description: | The Python programming language's interpreter can be extended with dynamically loaded extensions and can be embedded in other programs. This package contains the header files and libraries needed to do these types of tasks. Install python-devel if you want to develop Python extensions. The python package will also need to be installed. You'll probably also want to install the python-docs package, which contains Python documentation. |
- Add Oracle Linux distribution in platform.py [orabug 20812544]
- Security fix for CVE-2019-9636 Resolves: rhbz#1689325
- Enable tests and rewheel
- Add support for aarch64 and ppc64le. - Disable rewheel and tests
- Reworked and readded patch 224: File based configuration of HTTPS verification Resolves: rhbz#1417838
- Rebuilding because some .pyc/.pyo files were not properly generated in the official build for some reason
- Rebased to Python 2.7.13 - Removed backport of PEP 466 (Patches 213-228) - Rebased/rewritten patches 1, 6, 10, 55, 102, 112, 134, 136, 137, 146, 153, 156, 167, 170, 180, 181, 189, 191 - Dropped patches 166, 184, 196, 197, 229, 230, 232, 237, 238, 242 - Added the rewheel module: patch 198 Resolves: rhbz#1402809
- Fix for CVE-2016-1000110 HTTPoxy attack Resolves: rhbz#1359167
- Fix for CVE-2016-0772 python: smtplib StartTLS stripping attack (rhbz#1303647) Raise an error when STARTTLS fails (upstream patch) - Fix for CVE-2016-5699 python: http protocol steam injection attack (rhbz#1303699) Disabled HTTP header injections in httplib (upstream patch) Resolves: rhbz#1346358
- Fix iteration over files with very long lines Resolves: rhbz#1329141