Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-installer for openSUSE:Factory checked in at 2023-02-14 16:42:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-installer (Old) and /work/SRC/openSUSE:Factory/.python-installer.new.27156 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-installer" Tue Feb 14 16:42:26 2023 rev:5 rq:1064434 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-installer/python-installer.changes 2022-12-15 19:24:14.383726719 +0100 +++ /work/SRC/openSUSE:Factory/.python-installer.new.27156/python-installer.changes 2023-02-14 16:42:28.293391951 +0100 @@ -1,0 +2,5 @@ +Sat Feb 11 21:45:29 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Don't build for Python 3.6: It requires importlib.resources + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-installer.spec ++++++ --- /var/tmp/diff_new_pack.JjUiKy/_old 2023-02-14 16:42:28.997396129 +0100 +++ /var/tmp/diff_new_pack.JjUiKy/_new 2023-02-14 16:42:29.001396153 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define pkg_suffix -test @@ -32,6 +31,7 @@ License: MIT URL: https://github.com/pypa/installer Source: https://files.pythonhosted.org/packages/source/i/installer/installer-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module flit-core} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -70,7 +70,7 @@ %doc README.md %license LICENSE %{python_sitelib}/installer -%{python_sitelib}/installer*dist-info +%{python_sitelib}/installer-%{version}.dist-info %endif %changelog