Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-botocore for openSUSE:Factory checked in at 2023-04-18 15:52:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-botocore (Old) and /work/SRC/openSUSE:Factory/.python-botocore.new.2023 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-botocore" Tue Apr 18 15:52:11 2023 rev:114 rq:1079907 version:1.29.89 Changes: -------- --- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes 2023-03-15 18:53:35.472090894 +0100 +++ /work/SRC/openSUSE:Factory/.python-botocore.new.2023/python-botocore.changes 2023-04-18 15:52:12.513183695 +0200 @@ -1,0 +2,5 @@ +Mon Apr 17 09:24:50 UTC 2023 - pgaj...@suse.com + +- python-six is not required + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-botocore.spec ++++++ --- /var/tmp/diff_new_pack.tur2nX/_old 2023-04-18 15:52:13.085186989 +0200 +++ /var/tmp/diff_new_pack.tur2nX/_new 2023-04-18 15:52:13.093187035 +0200 @@ -38,7 +38,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-requests -Requires: python-six Requires: (python-jmespath >= 0.7.1 with python-jmespath < 2.0.0) Requires: (python-python-dateutil >= 2.1 with python-python-dateutil < 3.0.0) Requires: (python-urllib3 >= 1.25.4 with python-urllib3 < 1.27) @@ -79,7 +78,7 @@ %check # TODO: Figure out whether integration tests are possible offline # no_bare_six_imports: we "fixed" that above. -%pytest --ignore tests/integration -k "not no_bare_six_imports" +%pytest --ignore tests/integration -k "not six" %endif %if !%{with test}