Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-M2Crypto for openSUSE:Factory checked in at 2023-07-11 15:56:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-M2Crypto (Old) and /work/SRC/openSUSE:Factory/.python-M2Crypto.new.8922 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-M2Crypto" Tue Jul 11 15:56:47 2023 rev:47 rq:1096850 version:0.39.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-M2Crypto/python-M2Crypto.changes 2023-03-19 16:15:46.639088389 +0100 +++ /work/SRC/openSUSE:Factory/.python-M2Crypto.new.8922/python-M2Crypto.changes 2023-07-11 15:56:52.357021053 +0200 @@ -1,0 +2,41 @@ +Tue Jul 4 19:21:57 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Update to 0.39.0: + - SUPPORT FOR PYTHON 2 HAS BEEN DEPRECATED AND IT WILL BE + COMPLETELY REMOVED IN THE NEXT RELEASE. + - Remove dependency on parameterized and use unittest.subTest + instead. + - Upgrade embedded six.py module to 1.16.0 (really tiny + inconsequential changes). + - Make tests working on MacOS again (test_bio_membuf: Use fork) + - Use OpenSSL_version_num() instead of unrealiable parsing of + .h file. + - Mitigate the Bleichenbacher timing attacks in the RSA + decryption API (CVE-2020-25657) + - Add functionality to extract EC key from public key + Update + tests + - Worked around compatibility issues with OpenSSL 3.* + - Support for Twisted has been deprecated (they have their own + SSL support anyway). + - Generate TAP while testing. + - Stop using GitHub for testing. + - Accept a small deviation from time in the testsuite (for + systems with non-standard HZ kernel parameter). + - Use the default BIO.__del__ rather tha overriding in BIO.File + (avoid a memleak). + - Resolve "X509_Name.as_der() method from X509.py -> class + X509_Name caused segmentation fault" +- Remove upstreamed patches: + - CVE-2020-25657-Bleichenbacher-attack.patch + - m2crypto-0.38-ossl3-tests.patch + - openssl-adapt-tests-for-3.1.0.patch + - openssl-stop-parsing-header.patch + - timeout_300hz.patch + +------------------------------------------------------------------- +Tue Jun 27 10:51:14 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- add timeout_300hz.patch to accept a small deviation from time + in the testsuite (bsc#1212757) + +------------------------------------------------------------------- Old: ---- CVE-2020-25657-Bleichenbacher-attack.patch M2Crypto-0.38.0.tar.gz M2Crypto-0.38.0.tar.gz.asc m2crypto-0.38-ossl3-tests.patch openssl-adapt-tests-for-3.1.0.patch openssl-stop-parsing-header.patch New: ---- M2Crypto-0.39.0.tar.gz M2Crypto-0.39.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-M2Crypto.spec ++++++ --- /var/tmp/diff_new_pack.y2FMUN/_old 2023-07-11 15:56:53.185025870 +0200 +++ /var/tmp/diff_new_pack.y2FMUN/_new 2023-07-11 15:56:53.189025893 +0200 @@ -17,32 +17,20 @@ %define oldpython python -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-M2Crypto -Version: 0.38.0 +Version: 0.39.0 Release: 0 Summary: Crypto and SSL toolkit for Python License: MIT Group: Development/Languages/Python URL: https://gitlab.com/m2crypto/m2crypto Source0: https://files.pythonhosted.org/packages/source/M/M2Crypto/M2Crypto-%{version}.tar.gz -Source1: https://files.pythonhosted.org/packages/source/M/M2Crypto/M2Crypto-%{version}.tar.gz.asc +Source1: M2Crypto-%{version}.tar.gz.asc Source99: python-M2Crypto.keyring -# PATCH-FIX-UPSTREAM CVE-2020-25657-Bleichenbacher-attack.patch bsc#1178829 mc...@suse.com -# Mitigate the Bleichenbacher timing attacks in the RSA decryption API -Patch0: CVE-2020-25657-Bleichenbacher-attack.patch -# PATCH-FIX-UPSTREAM https://gitlab.com/m2crypto/m2crypto/-/merge_requests/271 -Patch1: openssl-stop-parsing-header.patch -# Patch-FIX-OPENSUSE add test skips for openssl 3.x -Patch2: https://src.fedoraproject.org/rpms/m2crypto/raw/d7be0dd83ee5a414544d99dcc62cde4ad5998f0c/f/m2crypto-0.38-ossl3-tests.patch -# PATCH-FIX-UPSTREAM https://gitlab.com/m2crypto/m2crypto/-/merge_requests/284 -Patch3: openssl-adapt-tests-for-3.1.0.patch BuildRequires: %{python_module devel} -BuildRequires: %{python_module parameterized} -BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} BuildRequires: %{python_module typing} -BuildRequires: %{python_module xml} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: openssl BuildRequires: openssl-devel @@ -93,20 +81,21 @@ %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check %python_expand ls -l %{buildroot}%{$python_sitearch}/M2Crypto/*.so* export PYTEST_ADDOPTS="--import-mode=append" -%pytest_arch tests +%pyunittest_arch tests %files %{python_files} %doc CHANGES LICENCE README.rst -%{python_sitearch}/* +%{python_sitearch}/M2Crypto +%{python_sitearch}/M2Crypto-%{version}*-info %files -n %{name}-doc %doc doc/*.rst ++++++ M2Crypto-0.38.0.tar.gz -> M2Crypto-0.39.0.tar.gz ++++++ ++++ 23302 lines of diff (skipped)