Name: | python36-idle |
---|---|
Version: | 3.6.6 |
Release: | 2.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 3780415 |
License: | Python |
RPM: | python36-idle-3.6.6-2.el7.aarch64.rpm |
Source RPM: | python36-3.6.6-2.el7.src.rpm |
Build Date: | Wed Feb 13 2019 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://www.python.org/ |
Summary: | A basic graphical development environment for Python |
Description: | IDLE is Python’s Integrated Development and Learning Environment. IDLE has the following features: Python shell window (interactive interpreter) with colorizing of code input, output, and error messages; multi-window text editor with multiple undo, Python colorizing, smart indent, call tips, auto completion, and other features; search within any window, replace within editor windows, and search through multiple files (grep); debugger with persistent breakpoints, stepping, and viewing of global and local namespaces; configuration, browsers, and other dialogs. |
- Require python3-rpm-macros for python36-devel (rhbz#1666857)
- Update to Python 3.6.6
- Move macros to python-rpm-macros (#1599809)
- Re-add pathfix.py to bindir and provide it in the -devel subpackage
- Update to 3.6.5
- Add -n option for pathfix.py Resolves: rhbz#1546990
- Filter out automatic /usr/bin/python3.X requirement, recommending the main package from libs is not possible since rich dependencies are not available in EPEL7 Resolves: rhbz#1547131
- Remove the python36-tools package (#rhbz 1312030) - Move /usr/bin/2to3-3 to python36-devel (will come into effect once python36 is the main Python 3 version in EPEL 7) - Move /usr/bin/idle and idlelib to python36-idle - Provide python36-tools from python36-idle
- Escape macros in %changelog
- Remove sys.executable check from change-user-install-location patch Resolves: rhbz#1532287