Name: | python34 |
---|---|
Version: | 3.4.5 |
Release: | 4.el7 |
Architecture: | x86_64 |
Group: | Development/Languages |
Size: | 36370 |
License: | Python |
RPM: | python34-3.4.5-4.el7.x86_64.rpm |
Source RPM: | python34-3.4.5-4.el7.src.rpm |
Build Date: | Mon Aug 21 2017 |
Build Host: | x86-ol7-builder-03.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. |
- Do not exclude bundled setuptools and pip from the installation when rewheel is disabled(rhbz#1263057)
- Re-enable tests on aarch64
- Temporarily disable tests on aarch64
- Update to 3.4.5
- Ensure gc tracking is off when invoking weakref callbacks
- Update to build on EL6
- Fix for CVE-2016-1000110 HTTPoxy attack
- Fix CVE-2016-5636 - SPEC file cleanup
- 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 http.client (upstream patch) Resolves: rhbz#1348973, rhbz#1348982
- Make relocating Python by changing _prefix actually work - Disable test_gdb on aarch64 (rhbz#1196181), it joins all other non x86 arches