rebuilt with python3 == 3.11 [release 6.7.0-2mamba;Sat Sep 23 2023]
This commit is contained in:
parent
f41bb68e32
commit
39f81dc38f
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-importlib_metadata
|
Name: python-importlib_metadata
|
||||||
Version: 6.7.0
|
Version: 6.7.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A library to access the metadata for a Python package
|
Summary: A library to access the metadata for a Python package
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,10 +11,10 @@ URL: https://importlib-metadata.readthedocs.io/en/latest/
|
|||||||
Source: https://pypi.debian.net/importlib-metadata/importlib_metadata-%{version}.tar.gz
|
Source: https://pypi.debian.net/importlib-metadata/importlib_metadata-%{version}.tar.gz
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.7dist(typing-extensions)
|
BuildRequires: python3.11dist(zipp)
|
||||||
BuildRequires: python3.7dist(zipp)
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpython3-devel >= 3.11.5
|
||||||
BuildRequires: python-setuptools_scm-py3
|
BuildRequires: python-setuptools_scm-py3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -53,6 +53,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 23 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.7.0-2mamba
|
||||||
|
- rebuilt with python3 == 3.11
|
||||||
|
|
||||||
* Mon Jun 19 2023 Automatic Build System <autodist@mambasoft.it> 6.7.0-1mamba
|
* Mon Jun 19 2023 Automatic Build System <autodist@mambasoft.it> 6.7.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user