Name: | python27-python |
---|---|
Version: | 2.7.5 |
Release: | 12.el7 |
Architecture: | x86_64 |
Group: | Development/Languages |
Size: | 80856 |
License: | Python |
RPM: | python27-python-2.7.5-12.el7.x86_64.rpm |
Source RPM: | python27-python-2.7.5-12.el7.src.rpm |
Build Date: | Mon Jun 01 2015 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.python.org/ |
Summary: | An interpreted, interactive, object-oriented programming language |
Description: | Python is an interpreted, interactive, object-oriented programming language often compared to Tcl, Perl, Scheme or Java. Python includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems (X11, Motif, Tk, Mac and MFC). Programmers can write new built-in modules for Python in C or C++. Python can be used as an extension language for applications that need a programmable interface. Note that documentation for Python is provided in the python-docs package. This package provides the "python" executable; most of the actual implementation is within the "python-libs" package. |
- Add scl prefix to libpython.stp file Resolves: rhbz#1077272
- Bump release number to avoid build conflict with rhel-7.0
- Move unversioned python macros to metapackage
- Add patch to resolve missing libffi while building - Remove BuildRequires: db4-devel, add BuildRequires: libdb-devel
- Make building depending collections on top of python27 easier. Resolves: rhbz#994548
- Added patch for CVE-2013-4238 Resolves: rhbz#997768
- Fix memory leak of variable 'utf8' in marshal.c rhbz#985439
- Switch -O0 to -O1, as -O0 makes gcc ignore FORTIFY_SOURCE.
- Compile debug build libraries with -O0, fixes rhbz#967902.
- Properly generate bytecompilation files for Python itself Fixes: rhbz#967224 rhbz#967288 rhbz#968199