Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-importlib-resources for openSUSE:Factory checked in at 2023-02-05 19:20:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-importlib-resources (Old) and /work/SRC/openSUSE:Factory/.python-importlib-resources.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-importlib-resources" Sun Feb 5 19:20:11 2023 rev:8 rq:1063146 version:5.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-importlib-resources/python-importlib-resources.changes 2023-01-04 17:50:57.685601171 +0100 +++ /work/SRC/openSUSE:Factory/.python-importlib-resources.new.4462/python-importlib-resources.changes 2023-02-05 19:20:15.099573917 +0100 @@ -1,0 +2,7 @@ +Thu Feb 2 18:51:58 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Remove obsolete cache compilation for tests + * fixes d:l:p:backports 15.4_py39 build failure. +- Avoid building for not supported Python <= 3.6 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-importlib-resources.spec ++++++ --- /var/tmp/diff_new_pack.eQwKl4/_old 2023-02-05 19:20:16.963584692 +0100 +++ /var/tmp/diff_new_pack.eQwKl4/_new 2023-02-05 19:20:16.967584715 +0100 @@ -16,8 +16,6 @@ # -%{?!python_module:%define python3-%{**}} -%define skip_python2 1 Name: python-importlib-resources Version: 5.10.2 Release: 0 @@ -25,12 +23,12 @@ License: Apache-2.0 URL: https://importlib-resources.readthedocs.io/ Source: https://files.pythonhosted.org/packages/source/i/importlib_resources/importlib_resources-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest >= 6} BuildRequires: %{python_module setuptools_scm >= 3.4.1} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module testsuite} -BuildRequires: %{python_module toml} BuildRequires: %{python_module wheel} # Breaking the depcycle; not absolutely needed as ZipReader is not executed in tests. # BuildRequires: %%{python_module zipp >= 3.1.0 if %%python-base < 3.10} @@ -66,8 +64,6 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# create pycache so that update-zips.py does not fail with ValueError -python3 -m compileall $PWD/importlib_resources/tests/ %pytest %files %{python_files}