* Wed Sep 18 2019 Matej Cepl <mcepl@suse.com>
- 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 <mcepl@suse.com>
- Fix use of urlunsplit (bsc#1135009)
* Sat Feb 10 2018 michael@stroeder.com
- Update to 0.28.2:
* Fix ppc builds
* Fri Feb 09 2018 tchvatal@suse.com
- Enable tests, fix docu install phase
* Thu Feb 08 2018 michael@stroeder.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 jmatejek@suse.com
- use generic way to require python-typing now that python3 provides it
* Wed Oct 25 2017 michael@stroeder.com
- License set to MIT
* Fri Oct 20 2017 alarrosa@suse.com
- Remove unnecessary fdupes call
* Wed Oct 18 2017 alarrosa@suse.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 michael@stroeder.com
- Update to 0.26.4 with fix for OpenSSL 1.1.0 and LibreSSL
* Fri Sep 22 2017 michael@stroeder.com
- Update to 0.26.3 with fix for a syntax error
* Thu Sep 21 2017 michael@stroeder.com
- Update to 0.26.2
* compatibility with OpenSSL 1.1.0
* Mon Jun 19 2017 sebix+novell.com@sebix.at
- only require python3-typing if necessary
* Sat May 06 2017 toddrme2178@gmail.com
- It doesn't look like python3-m2crypto ever existed, so don't
provide it.
* Thu Apr 27 2017 alarrosa@suse.com
- Add python-typing as a dependency
* Wed Apr 26 2017 alarrosa@suse.com
- Provide python-m2crypto in the python2 package
* Tue Apr 18 2017 toddrme2178@gmail.com
- Update to 0.26.0
* No changelog provided
- Implement single-spec version.
* Mon Sep 12 2016 dmueller@suse.com
- use pypi.io as Source URL
* Fri Jul 22 2016 michael@stroeder.com
- update to 0.25.1
- set new dependency on package python-typing
* Fri Jun 03 2016 jweberhofer@weberhofer.at
- update to 0.24.0
* No changelog provided
- README is no longer included
- Removed obsolete python-M2Crypto-SWIG-3.0.5.patch