Changelog for
python-pycryptodomex-3.9.3-1.el6.x86_64.rpm :
* Tue Nov 12 2019 Paul Howarth
- 3.9.3-1- Update to 3.9.3 - Align stack of functions using SSE2 intrinsics to avoid crashes when compiled with gcc on 32-bit x86 platforms (GH#308)- Stop building with -mstackrealign for ix86 as it\'s no longer needed- Add version and release to provide for python2-pycryptodomex- Fix permissions of self-test key generation scripts
* Sun Nov 10 2019 Paul Howarth - 3.9.2-1- Update to 3.9.2 - Minor speed-up when importing RSA (GH#328) - Avoid allocating arrays of \'__m128i\' on the stack, to cope with buggy compilers (GH#308) - Remove blanket \'-O3\' optimization for gcc and clang, to cope with buggy compilers (GH#322) - Fix typing stubs for signatures (GH#337) - Deal with gcc installations that don\'t have \'x86intrin.h\' (GH#338)
* Wed Oct 09 2019 Paul Howarth - 3.9.0-1- Rewrite for EPEL-6 (python 2 only) without modern python and other macros- Update to 3.9.0- Build with -mstackrealign for ix86 to avoid segfaults https://github.com/Legrandin/pycryptodome/issues/308
* Fri Feb 15 2019 Mohamed El Morabity - 3.7.3-1- Update to 3.7.3
* Mon Nov 19 2018 Mohamed El Morabity - 3.7.0-1- Update to 3.7.0- Use the same .spec file for all supported releases of Fedora and EL