Changelog for
python3-M2Crypto-0.35.2-lp152.2.3.1.x86_64.rpm :
* Thu May 28 2020 Julio González Gil
- Add python3-M2crypto to LTSS channels, to allow using salt even when the Server Applications Module is not used (bsc#1172226)
* Wed Sep 18 2019 Matej Cepl - bsc#1149792 jsc#SLE-9135 Update to 0.35.2, bugfixes only. Changes cumulatively: - fix compatibility with OpenSSL 1.1.1c. Thank you, Sebastian Andrzej Siewior from the Debian team for resolving it. - Stop pretending to support Python 3.4. - The project is now Linux-distribution agnostic - Replace all old-style classes with the new ones (it shouldn\'t cause any problems, but feel free to file an issue, if it does) - Do not by-pass a potential transfer decoding in m2urllib2 - SSLv3 just removed. - Various fixes of the build system and internal errors.- Patch fix_urlunsplit.patch is removed, because it is included in the upstream tarball.
* Tue May 28 2019 Matej Cepl - Fix use of urlunsplit (bsc#1135009)
* Fri Feb 09 2018 michaelAATTstroeder.com- Update to 0.28.2:
* Fix ppc builds
* Fri Feb 09 2018 tchvatalAATTsuse.com- Enable tests, fix docu install phase
* Thu Feb 08 2018 michaelAATTstroeder.com- Removed obsolete patches fix-build-python3.diff and fix-openssl-include-path.diff- Update to 0.28.1
* compability with Python 3
* building on Mac OS X should be now more reliable and automagic
* Fix licence in metadata: it is MIT, not BSD
* Fix and add tests for SWIG/_aes.i module
* Bundle-in unittest2 for Python 2.6
* Remove all PGP modules
* Wed Nov 08 2017 jmatejekAATTsuse.com- use generic way to require python-typing now that python3 provides it
* Wed Oct 25 2017 michaelAATTstroeder.com- License set to MIT
* Fri Oct 20 2017 alarrosaAATTsuse.com- Remove unnecessary fdupes call
* Wed Oct 18 2017 alarrosaAATTsuse.com- Update to 0.27.0
* Fix licence: it is MIT, not BSD
* At least minimal support of SNI in httpslib.
* Small bugfixes and cleanups.
* More effort to make build system more robust.
* Restore m2.rsa_set_e() and m2.rsa_set_n().
* Make sure that every exceptional return throws and exception and viceversa.- Add patch fix-build-python3.diff to let it build with python3- Add patch fix-openssl-include-path.diff to fix openssl include path (the code already includes the openssl/ part)- Create a new package python-M2Crypto-doc for documentation since rpmlint was complaining around 75% of the package was documentation.
* Tue Sep 26 2017 michaelAATTstroeder.com- Update to 0.26.4 with fix for OpenSSL 1.1.0 and LibreSSL
* Fri Sep 22 2017 michaelAATTstroeder.com- Update to 0.26.3 with fix for a syntax error
* Thu Sep 21 2017 michaelAATTstroeder.com- Update to 0.26.2
* compatibility with OpenSSL 1.1.0
* Mon Jun 19 2017 sebix+novell.comAATTsebix.at- only require python3-typing if necessary
* Sat May 06 2017 toddrme2178AATTgmail.com- It doesn\'t look like python3-m2crypto ever existed, so don\'t provide it.
* Thu Apr 27 2017 alarrosaAATTsuse.com- Add python-typing as a dependency
* Wed Apr 26 2017 alarrosaAATTsuse.com- Provide python-m2crypto in the python2 package
* Tue Apr 18 2017 toddrme2178AATTgmail.com- Update to 0.26.0
* No changelog provided- Implement single-spec version.
* Mon Sep 12 2016 dmuellerAATTsuse.com- use pypi.io as Source URL
* Fri Jul 22 2016 michaelAATTstroeder.com- update to 0.25.1- set new dependency on package python-typing
* Fri Jun 03 2016 jweberhoferAATTweberhofer.at- update to 0.24.0
* No changelog provided- README is no longer included- Removed obsolete python-M2Crypto-SWIG-3.0.5.patch
* Mon Dec 07 2015 opensuseAATTdstoecker.de- fix SSLv2 link error for 13.2 and Leap 42.1 (M2Crypto-0.22.5-SSLv2_link_error.patch)
* Sat Dec 05 2015 opensuseAATTdstoecker.de- update to 0.22.5, fix URL- drop python-M2Crypto-SWIG-3.0.5.patch (functionality included upstream)
* Thu Nov 26 2015 hpjAATTurpla.net- SLE12 requires swig3 for a successful build, too
* Tue Nov 17 2015 hpjAATTurpla.net- fix build for openSUSE Leap 42.1 (requires swig3)
* Tue Feb 24 2015 dimstarAATTopensuse.org- Add python-M2Crypto-SWIG-3.0.5.patch: Fix generation of M2Crypto module when using SWIG 3.0.5.- Manually install _m2crypto shadow file: setup.py misses it. (boo#917759, boo#917815).