rebuilt with python3 = 3.11.5 [release 1.7.0-2mamba;Fri Sep 29 2023]
This commit is contained in:
parent
604da5b3c3
commit
0946ddf799
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-poetry-core
|
Name: python-poetry-core
|
||||||
Version: 1.7.0
|
Version: 1.7.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Poetry PEP 517 Build Backend
|
Summary: Poetry PEP 517 Build Backend
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,8 +11,9 @@ URL: https://github.com/python-poetry/poetry-core
|
|||||||
Source: http://pypi.debian.net/poetry-core/poetry_core-%{version}.tar.gz
|
Source: http://pypi.debian.net/poetry-core/poetry_core-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython310-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpython3-devel >= 3.11.5
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -47,6 +48,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 1.7.0-2mamba
|
||||||
|
- rebuilt with python3 = 3.11.5
|
||||||
|
|
||||||
* Sun Sep 10 2023 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
* Sun Sep 10 2023 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user