Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyOpenSSL for openSUSE:Factory checked in at 2022-02-09 20:38:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyOpenSSL (Old) and /work/SRC/openSUSE:Factory/.python-pyOpenSSL.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyOpenSSL" Wed Feb 9 20:38:08 2022 rev:43 rq:951686 version:22.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyOpenSSL/python-pyOpenSSL.changes 2021-12-12 21:28:05.596358736 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyOpenSSL.new.1898/python-pyOpenSSL.changes 2022-02-09 20:38:14.730238978 +0100 @@ -1,0 +2,11 @@ +Fri Feb 4 23:21:43 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 22.0.0: + - Drop support for Python 2.7. + - The minimum ``cryptography`` version is now 35.0. + - Expose wrappers for some `DTLS + <https://en.wikipedia.org/wiki/Datagram_Transport_Layer_Security>`_ + primitives. +- drop check_inv_ALPN_lists.patch: upstream + +------------------------------------------------------------------- Old: ---- check_inv_ALPN_lists.patch pyOpenSSL-21.0.0.tar.gz New: ---- pyOpenSSL-22.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyOpenSSL.spec ++++++ --- /var/tmp/diff_new_pack.zOxetK/_old 2022-02-09 20:38:15.282240298 +0100 +++ /var/tmp/diff_new_pack.zOxetK/_new 2022-02-09 20:38:15.286240308 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define oldpython python %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -26,8 +25,9 @@ %define psuffix %{nil} %bcond_with test %endif +%global skip_python2 1 Name: python-pyOpenSSL%{psuffix} -Version: 21.0.0 +Version: 22.0.0 Release: 0 Summary: Python wrapper module around the OpenSSL library License: Apache-2.0 @@ -36,32 +36,23 @@ # PATCH-FIX-UPSTREAM skip-networked-test.patch gh#pyca/pyopenssl#68 mc...@suse.com # Mark tests requiring network access Patch0: skip-networked-test.patch -# PATCH-FIX-UPSTREAM check_inv_ALPN_lists.patch gh#pyca/pyopenssl#1056 mc...@suse.com -# Check for invalid ALPN lists before calling OpenSSL -Patch1: check_inv_ALPN_lists.patch BuildRequires: %{python_module cffi} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: openssl BuildRequires: python-rpm-macros %if %{with test} -BuildRequires: %{python_module cryptography >= 3.3} +BuildRequires: %{python_module cryptography >= 35} BuildRequires: %{python_module flaky} BuildRequires: %{python_module pretend} -BuildRequires: %{python_module pyOpenSSL} +BuildRequires: %{python_module pyOpenSSL >= %version} BuildRequires: %{python_module pytest >= 3.0.1} -BuildRequires: %{python_module six} BuildRequires: ca-certificates-mozilla %endif Requires: python-cffi -Requires: python-cryptography >= 3.3 -Requires: python-six >= 1.5.2 +Requires: python-cryptography >= 35 Provides: pyOpenSSL = %{version} BuildArch: noarch -%ifpython2 -Obsoletes: %{oldpython}-openssl < %{version} -Provides: %{oldpython}-openssl = %{version} -%endif %python_subpackages %description ++++++ pyOpenSSL-21.0.0.tar.gz -> pyOpenSSL-22.0.0.tar.gz ++++++ ++++ 2619 lines of diff (skipped)