Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-osc-tiny for openSUSE:Factory checked in at 2022-08-06 22:08:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-osc-tiny (Old) and /work/SRC/openSUSE:Factory/.python-osc-tiny.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-osc-tiny" Sat Aug 6 22:08:31 2022 rev:19 rq:993539 version:0.6.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-osc-tiny/python-osc-tiny.changes 2022-08-02 22:10:25.945987053 +0200 +++ /work/SRC/openSUSE:Factory/.python-osc-tiny.new.1521/python-osc-tiny.changes 2022-08-06 22:08:43.906756610 +0200 @@ -1,0 +2,11 @@ +Wed Aug 3 09:48:04 UTC 2022 - Marina Latini <marina.lat...@suse.com> + +- Buildrequires cached-property always, not only for Python lower than 3.8 + * This is needed due to a mismatching python-rpm-macros + +------------------------------------------------------------------- +Wed Aug 3 08:01:55 UTC 2022 - Matej Cepl <mc...@suse.com> + +- Fix conditional Requires and BuildRequires. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-osc-tiny.spec ++++++ --- /var/tmp/diff_new_pack.KSqdMn/_old 2022-08-06 22:08:44.262757644 +0200 +++ /var/tmp/diff_new_pack.KSqdMn/_new 2022-08-06 22:08:44.266757656 +0200 @@ -41,12 +41,16 @@ Requires: python-python-dateutil Requires: python-pytz Requires: python-requests +Requires: python-responses Suggests: openssh BuildArch: noarch -%if %python_version_nodots < 38 +# Using 'if' instead of 'with' because the latter requires rpm >= 4.14 +%if 0%{?suse_version} >= 1550 +BuildRequires: %{python_module cached-property if %python-base < 3.8} +%else BuildRequires: %{python_module cached-property} -Requires: python-cached-property %endif +Requires: (python-cached-property if python-base < 3.8) %python_subpackages %description