Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cryptography for openSUSE:Factory checked in at 2024-11-06 16:49:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cryptography (Old) and /work/SRC/openSUSE:Factory/.python-cryptography.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cryptography" Wed Nov 6 16:49:39 2024 rev:96 rq:1221413 version:43.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes 2024-10-23 21:10:14.554601980 +0200 +++ /work/SRC/openSUSE:Factory/.python-cryptography.new.2020/python-cryptography.changes 2024-11-06 16:50:12.579761926 +0100 @@ -1,0 +2,6 @@ +Tue Nov 5 08:03:40 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org> + +- Avoid using requires_eq, which after the last modifications + conflicts with python singlespec (order of expansion). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cryptography.spec ++++++ --- /var/tmp/diff_new_pack.pArRhc/_old 2024-11-06 16:50:14.159823745 +0100 +++ /var/tmp/diff_new_pack.pArRhc/_new 2024-11-06 16:50:14.175824371 +0100 @@ -61,7 +61,8 @@ # python-base is not enough, we need the _ssl module Requires: python Requires: python-bcrypt -%requires_eq python-cffi +# assuming all python*-cffi packages have the same version +Requires: python-cffi = %(rpm -q --whatprovides python3-cffi --qf "%%{version}") %if %{with test} BuildRequires: %{python_module bcrypt} BuildRequires: %{python_module certifi}