-
Mon Dec 18 2017 Jingdong Lu <jingdong.lu@oracle.com> - 3.6.3-1.0.1
- Add Oracle Linux distribution in platform.py [orabug 20812544]
-
Thu Oct 05 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.3-1
- Update to Python 3.6.3
Resolves: rhbz#1498526
-
Mon Aug 07 2017 Iryna Shcherbina <ishcherb@redhat.com> - 3.6.2-3
- Fix the "urllib FTP protocol stream injection" vulnerability
Resolves: rhbz#1478955
-
Fri Aug 04 2017 Tomas Orsava <torsava@redhat.com> - 3.6.2-2
- Hard-code RUNPATH (not RPATH) into the executables and C libraries so that
Python can be run without first running scl enable
Resolves: rhbz#1479406
-
Wed Aug 02 2017 Iryna Shcherbina <ishcherb@redhat.com> - 3.6.2-1
- Update to Python 3.6.2
- Enable profile guided optimizations for x86_64 and i686 architectures
- Replace the "--verbose" flag with "-wW" and add "--slowest" flag
Resolves: rhbz#1463715
-
Tue Aug 01 2017 Iryna Shcherbina <ishcherb@redhat.com> - 3.6.1-3
- Make test_asyncio not depend on the current SIGHUP signal handler
Resolves: rhbz#1461453
-
Wed Jun 14 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.1-2
- Enable rewheel
-
Tue Jun 06 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.1-1
- Update to Python 3.6.1
- Disable rewheel mode
-
Fri Mar 17 2017 Tomas Orsava <torsava@redhat.com> - 3.5.1-12
- Moved pythondeps-scl-35.sh and 2 macro definitions from the rh-python35-build
subpackage here to the python-devel subpackage where it should be for
dependant collections to build properly
- Also defined the 2 macros in this spec file so they are available during the
build of Python itself
Resolves: rhbz#1422346
-
Wed Sep 14 2016 Tomas Orsava <torsava@redhat.com> - 3.5.1-11
- Updated .pyc 'bytecompilation with the newly installed interpreter' to also
recompile optimized .pyc files
- Removed .pyo 'bytecompilation with the newly installed interpreter', as .pyo
files are no more
- Updated %py_byte_compile macro
Resolves rhbz#1374667