diff --git a/python-importlib_resources.spec b/python-importlib_resources.spec index d16817a..a7b6061 100644 --- a/python-importlib_resources.spec +++ b/python-importlib_resources.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-importlib_resources Version: 6.1.0 -Release: 1mamba +Release: 2mamba Summary: Read resources from Python packages Group: System/Libraries Vendor: openmamba @@ -11,9 +11,9 @@ URL: https://github.com/python/importlib_resources Source: https://pypi.debian.net/importlib-resources/importlib_resources-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(zipp) +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -41,6 +41,9 @@ BuildRequires: python3.7dist(zipp) %doc LICENSE %changelog +* Tue Sep 26 2023 Automatic Build System 6.1.0-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Thu Sep 21 2023 Automatic Build System 6.1.0-1mamba - automatic version update by autodist