| Name: | python34 |
|---|---|
| Version: | 3.4.9 |
| Release: | 2.el7 |
| Architecture: | x86_64 |
| Group: | Development/Languages |
| Size: | 36486 |
| License: | Python |
| RPM: | python34-3.4.9-2.el7.x86_64.rpm |
| Source RPM: | python34-3.4.9-2.el7.src.rpm |
| Build Date: | Sat Feb 23 2019 |
| 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. |
- Use python3 style of calling super() without arguments in rpath patch to prevent recursion in UnixCCompiler subclasses (#1593660)
- Rebased to 3.4.9
- Move macros to python-rpm-macros (#1599809)
- Latest upstream - Patches 242, 248, and 286 merged upstream
- Fix for CVE-2017-1000158 - rhbz#1519601: https://bugzilla.redhat.com/show_bug.cgi?id=1519601
- Dropped BuildRequires on db4-devel which was useful for Python 2 (module bsddb), however, no longer needod for Python 3
- Do not exclude bundled setuptools and pip from the installation when rewheel is disabled(rhbz#1457590)
- Update to 3.4.5
- Ensure gc tracking is off when invoking weakref callbacks
- disable test_faulthandler for %{power64}, not just ppc64le