Changelog for
python37-3.7.14-1.355.x86_64.rpm :
* Sat Jan 14 2023 Tomas Cech
- another attempt for python37
* Fri Sep 14 2018 jakubAATTjirutka.cz- Include the bundled pip, setuptools and their dependencies installed by ensurepip
* Fri Sep 14 2018 jakubAATTjirutka.cz- Merge python37-base.spec and python37.spec, remove python37-doc.spec
* Fri Sep 14 2018 jakubAATTjirutka.cz- Copy python3 specs from devel:languages:python:Factory- Rename packages to python37
* and exclude files clashing with package python3
* Mon Sep 03 2018 Matěj Cepl - Add -fwrapv to OPTS, which is default for python3 anyway See for example https://github.com/zopefoundation/persistent/issues/86 for bugs which are caused by avoiding it.
* Tue Jul 10 2018 mceplAATTsuse.com- Fix ownership of _contextvars, _queue, and _xxtestfuzz
* Tue Jul 03 2018 mceplAATTsuse.com- Switch off LTO for distros with older GCC- Fix %files
* Fri Jun 29 2018 tchvatalAATTsuse.com- Add dependency over libuuid-devel
* Thu Jun 28 2018 mimi.vxAATTgmail.com- update to python 3.7.0 Complete overview of changes is available on https://docs.python.org/3/whatsnew/3.7.html, these are just highlights:
* PEP 563, postponed evaluation of type annotations.
* async and await are now reserved keywords.
* New library modules: contextvars: PEP 567 – Context Variables dataclasses: PEP 557 – Data Classes importlib.resources
* New built-in features: PEP 553, the new breakpoint() function.
* Python data model improvements: PEP 562, customization of access to module attributes. PEP 560, core support for typing module and generic types. the insertion-order preservation nature of dict objects has been declared to be an official part of the Python language spec.
* Significant improvements in the standard library: The asyncio module has received new features, significant usability and performance improvements. The time module gained support for functions with nanosecond resolution.
* CPython implementation improvements: Avoiding the use of ASCII as a default text encoding: PEP 538, legacy C locale coercion PEP 540, forced UTF-8 runtime mode PEP 552, deterministic .pycs the new development runtime mode PEP 565, improved DeprecationWarning handling
* C API improvements: PEP 539, new C API for thread-local storage
* Documentation improvements: PEP 545, Python documentation translations New documentation translations: Japanese, French, and Korean.- drop python3-sorted_tar.patch- drop 0001-allow-for-reproducible-builds-of-python-packages.patch- refresh python-3.6.0-multilib-new.patch- refresh subprocess-raise-timeout.patch
* new C API for thread-local storage
* Deterministic pyc files
* Built-in breakpoint()
* Data Classes
* Core support for typing module and generic types
* Customization of access to module attributes
* Postponed evaluation of annotations
* Time functions with nanosecond resolution
* Improved DeprecationWarning handling
* Context Variables
* Avoiding the use of ASCII as a default text encoding (PEP 538, legacy C locale coercion and PEP 540, forced UTF-8 runtime mode)
* The insertion-order preservation nature of dict objects is now an official part of the Python language spec.
* Notable performance improvements in many areas.
* Mon Apr 30 2018 jengelhAATTinai.de- Use faster find subcommand execution strategies.