Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-packaging for openSUSE:Factory checked in at 2022-04-26 20:15:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-packaging (Old) and /work/SRC/openSUSE:Factory/.python-packaging.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-packaging" Tue Apr 26 20:15:08 2022 rev:23 rq:972508 version:21.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-packaging/python-packaging.changes 2021-11-28 21:29:52.694120471 +0100 +++ /work/SRC/openSUSE:Factory/.python-packaging.new.1538/python-packaging.changes 2022-04-26 20:17:12.216719668 +0200 @@ -1,0 +2,5 @@ +Mon Apr 25 07:56:29 UTC 2022 - Hui-Zhi Zhao <hui.zhi.z...@suse.com> + +- Ignore python3.6.2 since the test doesn't support it. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-packaging.spec ++++++ --- /var/tmp/diff_new_pack.dYDf4o/_old 2022-04-26 20:17:12.612720147 +0200 +++ /var/tmp/diff_new_pack.dYDf4o/_new 2022-04-26 20:17:12.616720152 +0200 @@ -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 @@ -72,9 +72,10 @@ %if %{with test} %check +%if "%{python_flavor}" >= "python362" # no-legacyversion-warning.patch causes these to fail %pytest -k "not (test_legacy_specifier_is_deprecated or test_legacy_version_is_deprecated)" - +%endif %endif # %%{with_test} %if !%{with test}